perl command script shebang must be /usr/bin/perl
[debian-policy.git] / debian / changelog
blobebf5d0df122b083b3386f1548280044e8b058795
1 debian-policy (4.1.2.0) UNRELEASED; urgency=medium
3   * Policy: /usr/bin/perl shebang 'should' -> 'must'
4     Wording: Sean Whitton <spwhitton@spwhitton.name>
5     Seconded: Dominic Hargreaves <dom@earth.li>
6     Seconded: Salvatore Bonaccorso <carnil@debian.org>
7     Closes: #683495
8   * Update links to other formats in 1.2 (Closes: #877674).
9     Thanks to Laura Arjona Reina for the patch.
10   * Fix duplication in upgrading checklist.
11     /nonexistent as the canonical home directory was listed under 4.1.1
12     and 4.1.0.
13   * Miscellaneous spelling fixes (Closes: #878523).
14     Thanks to Ville Skyttä for the patch.
16  -- Sean Whitton <spwhitton@spwhitton.name>  Wed, 04 Oct 2017 10:17:36 -0700
18 debian-policy (4.1.1.1) unstable; urgency=medium
20   * Fix some broken links in singlehtml output (Closes: #877573).
21     Thanks to Paul Wise for pointing out the problem.
23  -- Sean Whitton <spwhitton@spwhitton.name>  Tue, 03 Oct 2017 21:22:45 -0700
25 debian-policy (4.1.1.0) unstable; urgency=medium
27   [ Russ Allbery ]
28   * Add back missing parentheses around the man page section in man page
29     references in the Policy manual, lost in the conversion to
30     reStructuredText.  Thanks, Daniel Shahaf.
31   * Revert the contents of the policy.html directory to the multi-page
32     HTML output.  (Closes: #872895)
33   * Move the single-page HTML output to policy-1.html, matching the
34     previous file name, and add the supporting _images and _static
35     directories to /usr/share/doc/debian-policy.
36   * Remove the stray policy.html.tar.gz file from the built package.
37     (Closes: #872896)
38   * Simplify the build rules for generating policy.html.
39   * Remove some stray build rules left over from DocBook Policy.
40   * Restructure the document to ensure proper section numbering in info
41     and PDF output except for the appendices.  The appendix numbering
42     will require a Sphinx change.  (Closes: #872893, #872950)
43   * Rename the info document to debian-policy.info to make it less
44     generic, and update the PNG file names accordingly.  (Closes: #872900)
45   * Reformat the shared libraries chapter (8) to move footnotes to the end
46     of the section of their references and use more succinct
47     reStructuredText syntax.  Fix some errors in the shlibs syntax and
48     examples introduced by the conversion, and missing newlines in the
49     footnote illustrating alternative templates that were lost in the
50     DocBook translation.
51   * Add a footnote documenting a (complex) command that returns the Debian
52     package name for a shared library.  Thanks, Jakub Wilk and Julien
53     Cristau.  (Closes: #661928)
54   * Add build dependency on latexmk.  (Closes: #873125)
56   [ Sean Whitton ]
57   * Policy: debian/changelog must exist in source packages
58     Wording: Sean Whitton <spwhitton@spwhitton.name>
59     Seconded: Jonathan Nieder <jrnieder@gmail.com>
60     Seconded: Russ Allbery <rra@debian.org>
61     Seconded: Mattia Rizzolo <mattia@debian.org>
62     Closes: #683222
63   * Policy: /nonexistent is the canonical non-existent home directory
64     Wording: Sean Whitton <spwhitton@spwhitton.name>
65     Seconded: Russ Allbery <rra@debian.org>
66     Seconded: David Bremner <bremner@debian.org>
67     Closes: #679751
68   * Policy: Correct the description of Testsuite: field
69     Wording: Sean Whitton <spwhitton@spwhitton.name>
70     Seconded: Russ Allbery <rra@debian.org>
71     Seconded: gregor herrmann <gregoa@debian.org>
72     Closes: #870915
73     Thanks to Ondřej Nový for pointing out the problem.
74   * Fix a typo in 4.1.0 upgrading checklist (Closes: #873819).
75     Thanks, Martin Kepplinger.
76   * Add missing line breaks in summary of the ways in which maintainer
77     scripts may be called (Closes: #874411).
78     Thanks Sébastian Villemot for reporting the issue, and for the patch.
79   * Drop workarounds for dh_sphinxdoc's lack of support for singlehtml.
80     Thanks Dmitry Shachnev for the new support in dh_sphinxdoc.
81     - Tighten build-dep on sphinx-common.
83  -- Sean Whitton <spwhitton@spwhitton.name>  Thu, 28 Sep 2017 13:27:46 -0700
85 debian-policy (4.1.0.0) unstable; urgency=medium
87   [ Sean Whitton ]
88   * Policy: Packages should build reproducibly
89     Wording: Sean Whitton <spwhitton@spwhitton.name>
90     Seconded: Holger Levsen <holger@layer-acht.org>
91     Seconded: Ondrej Novy <novy@ondrej.org>
92     Seconded: Russ Allbery <rra@debian.org>
93     Seconded: Ximin Luo <infinity0@debian.org>
94     Seconded: gregor herrmann <gregoa@debian.org>
95     Closes: #844431
96   * Policy: Restrictions on the use of /lib64/ and /usr/lib64/
97     Wording: Bill Allombert <ballombe@debian.org>
98     Seconded: Niels Thykier <niels@thykier.net>
99     Seconded: Sean Whitton <spwhitton@spwhitton.name>
100     Closes: #630174
101   * Policy: Clarify how `x-terminal-emulator -e` must behave
102     Wording: Jonathan Nieder <jrnieder@gmail.com>
103     Seconded: Russ Allbery <rra@debian.org>
104     Seconded: Sean Whitton <spwhitton@spwhitton.name>
105     Closes: #648271
106   * Fix a singular/plural error in 9.6.
107     Thanks to Didier Raboud for pointing out the problem.
108   * Improve release process documentation in README.md.
109   * Policy changes process:
110     - Deprecate usage of the 'issue' usertag
111       It is usually very clear whether an issue is a policy matter, so bugs
112       can be simply closed, or moved to the 'discussion' phase.
113       In the rare case that it's not clear whether the bug is a policy matter,
114       it can remain unclassified, or be tagged 'moreinfo' (see below).
115     - Add policy-specific usage for the 'moreinfo' tag.
116   * tools/policy-bug-report:
117     - Enhance to fetch bugs that have a given usertag or combination of
118       usertags
119     - Improve the lists of bugs generated, for posting to Planet Debian.
120   * Add convention to upgrading checklist for indicating that a policy
121     requirement is covered by Lintian.
123   [ Russ Allbery ]
124   * Policy: Recommend including the upstream signing key
125     Wording: Russ Allbery <rra@debian.org>
126     Seconded: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
127     Seconded: Jonathan Nieder <jrnieder@gmail.com>
128     Seconded: Didier 'OdyX' Raboud <odyx@debian.org>
129     Closes: #732445
130   * Policy: Clearly allow non-default alternative non-free dependencies
131     Wording: Russ Allbery <rra@debian.org>
132     Seconded: Simon McVittie <smcv@debian.org>
133     Seconded: Sean Whitton <spwhitton@spwhitton.name>
134     Closes: #587279
136   [ Russ Allbery & Sean Whitton ]
137   * Convert the source of the Debian Policy Manual to reStructuredText,
138     built using the Sphinx toolchain.
139     Many thanks to Hideki Yamane <henrich@debian.or.jp> for the conversion
140     scripts, and pushing the project forward.
141     Thanks to David Bremner <bremner@debian.org> for help proofreading the
142     output.
143     - Drop PostScript output.
145  -- Sean Whitton <spwhitton@spwhitton.name>  Mon, 21 Aug 2017 14:17:42 -0700
147 debian-policy (4.0.1.0) unstable; urgency=medium
149   [ Russ Allbery ]
150   * Policy: Overhaul priorities, deprecate extra
151     Wording: Russ Allbery <rra@debian.org>
152     Seconded: Niels Thykier <niels@thykier.net>
153     Seconded: Andreas Henriksson <andreas@fatal.se>
154     Seconded: Ansgar Burchardt <ansgar@debian.org>
155     Closes: #758234, #759260, #660249, #196367
156   * Policy: Clarify prohibition on depending on environment variables
157     Wording: Russ Allbery <rra@debian.org>
158     Seconded: Simon McVittie <smcv@debian.org>
159     Seconded: Niels Thykier <niels@thykier.net>
160     Closes: #640263
162   [ Sean Whitton ]
163   * Policy: Disambiguate "original authors" in 12.5
164     Wording: Jonathan Nieder <jrnieder@gmail.com>
165     Seconded: Russ Allbery <rra@debian.org>
166     Seconded: David Bremner <bremner@debian.org>
167     Seconded: Jonas Smedegaard <dr@jones.dk>
168     Closes: #678607
169   * Policy: Document Testsuite: field
170     Wording: Charles Plessy <plessy@debian.org>
171     Seconded: Antonio Terceiro <terceiro@debian.org>
172     Seconded: Sean Whitton <spwhitton@spwhitton.name>
173     Seconded: David Bremner <bremner@debian.org>
174     Closes: #758124
175   * Policy: Require calling ldconfig by means of triggers
176     Wording: Niels Thykier <niels@thykier.net>
177     Seconded: Andreas Henriksson <andreas@fatal.se>
178     Seconded: Sean Whitton <spwhitton@spwhitton.name>
179     Seconded: David Bremner <bremner@debian.org>
180     Closes: #822430
181   * Policy: Make section 9 agnostic between Debian's init systems
182     Wording: Andreas Henriksson <andreas@fatal.se>
183     Seconded: Andrey Rahmatullin <wrar@debian.org>
184     Seconded: Martin Pitt <mpitt@debian.org>
185     Seconded: Holger Levsen <holger@layer-acht.org>
186     Seconded: gregor herrmann <gregoa@debian.org>
187     Seconded: Sean Whitton <spwhitton@spwhitton.name>
188     Seconded: Russ Allbery <rra@debian.org>
189     Closes: #835520
190   * Policy: Packages may not install both a desktop entry and a menu entry
191     Wording: Sean Whitton <spwhitton@spwhitton.name>
192     Seconded: Philip Hands <phil@hands.com>
193     Seconded: Didier 'OdyX' Raboud <odyx@debian.org>
194     Seconded: David Bremner <bremner@debian.org>
195     Closes: #839172
196   * Convert Process.md to an appendix to Policy itself.
197     - Update link in "Authors and Maintainers" to point to this new
198       appendix (Closes: #866192).
199   * Incorporate Margarita Manterola's maintscript flowcharts as a new
200     appendix (Closes: #485776).
201     Many thanks to David Bremner for help importing the images to docbook.
202     - Add a footnote to 6.6 linking to the new appendix.
203   * Update first paragraph of Appendix A to note that the final three
204     appendices (the policy changes process and the upgrading checklist)
205     were not taken from the Packaging Manual.
206   * Add a footnote linking to the REJECT-FAQ (Closes: #849853).
207   * Note that the debian/rules clean target is useless for removing files
208     not compatible with the DFSG (Closes: #849851).
209   * Add 'javascript', 'rust' archive sections (Closes: #867308).
210   * Drop remark that systems with only required packages installed are
211     "probably unusable", and add a paragraph break. (Closes: #589671).
213  -- Sean Whitton <spwhitton@spwhitton.name>  Sat, 05 Aug 2017 21:47:47 -0400
215 debian-policy (4.0.0.4) unstable; urgency=medium
217   * Fix URLs to Policy documents.  Policy previously used the full URL as
218     the link but a partial URL as anchor text, and then sometimes added
219     the full URL in parentheses.  The result was very ugly in the text
220     version.  Replace that style with just the full URL as anchor text for
221     a link to that URL, which is not ideal for HTML output but produces
222     reasonable results for both HTML and text.
223   * Extensive reformatting of the maintainer script section.
224     - Use <cmdsynopsis> in the summary of how maintainer scripts are
225       called, with a single <term>.  This avoids gluing all the command
226       summaries together with commas.  The output in text is radically
227       better; HTML has some font issues, but isn't awful.
228     - Avoid trailing newlines in <screen> examples, which produce extra
229       whitespace in text and HTML output.
230     - Use different numeration methods at different levels of the nested
231       ordered lists and ensure there is some introductory text for each
232       list element to avoid awkward formatting.
233   * Convert many of the <screen> tags in Policy to </programlisting> since
234     the semantics are slightly more correct.
235   * Remove the newline before </screen> or </programlisting> end tags,
236     since it produces an extraneous and distracting blank line in both
237     text and HTML output.
238   * Change the mapping of Perl module names to Debian package names in
239     the Perl Policy from a verbatim block to a table.
240   * Change the list of cron directories from a verbatim block to a list.
242  -- Russ Allbery <rra@debian.org>  Sun, 25 Jun 2017 20:34:27 -0700
244 debian-policy (4.0.0.3) unstable; urgency=medium
246   [ Sean Whitton ]
247   * Fix typo 'the' -> 'they' in upgrading checklist (Closes: #865685).
248     Thanks Sven Joachim for the report.
250   [ Russ Allbery ]
251   * Move the autopkgtest, copyright-format, and debconf_specification
252     source files to the top-level directory and the debconf_spec/include
253     files to a debconf directory.  Simplify the build system to eliminate
254     recursive make, reuse the same XML version file for all files, and use
255     the same method of embedding a version in Markdown output for all
256     files.
257   * Fix dependencies so that version.xml is generated before XML
258     validation is done on XML source files.
259   * Move README.shlibdeps and libc6-migration.txt to a new historical
260     subdirectory and add a README explaining that the files in this
261     directory are of historical interest only and are not included in the
262     debian-policy binary package.
264  -- Russ Allbery <rra@debian.org>  Sat, 24 Jun 2017 14:11:19 -0700
266 debian-policy (4.0.0.2) unstable; urgency=low
268   [ Sean Whitton ]
269   * Update list of Policy Editors in various places.
270     See https://lists.debian.org/debian-devel-announce/2017/06/msg00005.html
272   [ Russ Allbery ]
273   * Remove mention of the libc6 migration paper from the package long
274     description.  This is no longer shipped in the debian-policy package.
276  -- Russ Allbery <rra@debian.org>  Mon, 19 Jun 2017 20:58:28 -0700
278 debian-policy (4.0.0.1) unstable; urgency=low
280   * Upload to unstable.
281   * Clarify the conflict policy between /path and /usr/path by adding the
282     leading slash in front of the first path.  Thanks, Ferenc Wágner.
283   * Change http URLs to https for every resource available over https.
284   * Replace broken CPAN URL in the Perl policy with the current URL, and
285     turn this into an in-line link rather than a footnote with the full
286     URL.  This hides the URL in the text output, but it's not horribly
287     important for the text version and easy to find with a search.
288   * Fix formatting of the list of shlibs and symbol file locations.  These
289     were mistakenly converted to itemized lists instead of variable lists
290     during the DocBook conversion, which produced inferior output.
291   * Use UTF-8 instead of ISO-8859-1 as the character set for the text
292     versions of policy documents.
293   * Further standardize author and copyright notices.
294     - Add the notice from the main document that the copyright notices are
295       incomplete to the other documents with copyright notices.
296     - Add the Debian Policy Mailing List as an author of the debconf
297       specification.
298     - Replace (incorrect) Software in the Public Interest copyrights with
299       copyright notices for the original authors.
300     - Standardize capitalization of Debian Policy Mailing List in notices.
301     - Update copyright notices in debian/copyright.
302   * Add a full copy of the BSD license without advertising clause to the
303     <legalinfo> section of the debconf specification, instead of just a
304     reference to it.
305   * Update the GPL license statements to the current recommended form,
306     which doesn't include a street address for the FSF.  Use all-caps for
307     the warranty disclaimer just in case it matters.  Link to the general
308     FSF license page to make it easier to find the GPLv2, which is
309     technically the license under which these documents are distributed,
310     even if the GPLv3 may be used if desired.
311   * Completely rewrite the build system to use debhelper.
312     - Remove all hand-rolled package build rules and let debhelper do the
313       package construction.
314     - Remove gzip compression from the main build and let debhelper handle
315       compression of text files.  This allows debhelper to control the
316       gzip flags and do whatever is correct for reproducible builds.
317     - The top-level Makefile now has conventional all and install targets
318       that build all documents and would install them (not that anyone is
319       likely to use the install target other than the packaging).
320     - Get the document publication dates from debian/changelog instead of
321       the current date for more reproducible builds.
322     - Do xmllint validation of the copyright-format and debconf
323       specification documents as well.
324     - Remove a bunch of old leftovers from the clean and distclean targets
325       and make distclean identical to clean.  Stop cleaning editor
326       autosave files and patch droppings (this can be destructive).
327     - Move all doc-base files into the debian packaging directory.
328   * Restructure the command list in the debconf specification document to
329     pass xmllint, which didn't like including the body of an itemizedlist
330     as an XML entity.
331   * Add missing release date to the 4.0.0 upgrading-checklist entry.
332   * Fix tools/policy-bug-report to not fail when bug lists are empty and
333     to ignore closed bugs.
334   * Don't delete virtual-package-names-list.txt during make distclean.
335   * Make distclean depend on clean to remove stamp-* files.
336   * Update Standards-Version of the debian-policy package itself.
338  -- Russ Allbery <rra@debian.org>  Sun, 18 Jun 2017 19:27:48 -0700
340 debian-policy (4.0.0.0) experimental; urgency=low
342   [ Andreas Barth ]
343   * Policy: Add the MPLs to /usr/share/common-licenses
344     Wording: Charles Plessy <plessy@debian.org>
345     Seconded: Russ Allbery <rra@debian.org>
346     Seconded: Andrey Rahmatullin <wrar@debian.org>
347     Closes: #768292
348   * Policy: [5.6.12] forbid colons in package version numbers
349     Wording: Charles Plessy <plessy@debian.org>
350     Seconded: Didier 'OdyX' Raboud <odyx@debian.org>
351     Seconded: Sam Hartman <hartmans@debian.org>
352     Thanks: Jakub Wilk <jwilk@debian.org>
353     Closes: #792853
354   * Policy: [4.3] Update config.guess and config.sub during the build
355     Wording:  Bill Allombert <ballombe@debian.org>
356     Seconded: Niels Thykier <niels@thykier.net>
357     Seconded: Andreas Barth <aba@ayous.org>
358     Closes: #746514
359   * Spelling fixes, thanks to Martin A. Brown. Closes: #820197
361   [ Russ Allbery ]
362   * Policy: [10.9] Don't contact base-passwd maintainer for dynamic users
363     Wording: Colin Watson <cjwatson@debian.org>
364     Seconded: Russ Allbery <rra@debian.org>
365     Seconded: Didier 'OdyX' Raboud <odyx@debian.org>
366     Seconded: gregor herrmann <gregoa@debian.org>
367     Closes: #841877
368   * Policy: Document Build-Depends-Arch and Build-Conflicts-Arch
369     Wording: Johannes Schauer <josch@debian.org>
370     Seconded: Stuart Prescott <stuart@debian.org>
371     Seconded: Russ Allbery <rra@debian.org>
372     Closes: #823910
373   * Policy: Add nodoc tag to DEB_BUILD_OPTIONS
374     Wording: Russ Allbery <rra@debian.org>
375     Seconded: Johannes Schauer <j.schauer@email.de>
376     Seconded: Charles Plessy <plessy@debian.org>
377     Seconded: Andrey Rahmatullin <wrar@debian.org>
378     Closes: #759186
379   * Policy: Prohibit file conflicts between /bin and /usr/bin
380     Wording: Ansgar Burchardt <ansgar@debian.org>
381     Wording: Russ Allbery <rra@debian.org>
382     Seconded: Raphael Hertzog <hertzog@debian.org>
383     Seconded: Felipe Sateler <fsateler@debian.org>
384     Closes: #759492
385   * Policy: Debug packages don't need a debian/control paragraph
386     Wording: Tanguy Ortolo <tanguy+debian@ortolo.eu>
387     Seconded: Russ Allbery <rra@debian.org>
388     Seconded: Raphael Hertzog <hertzog@debian.org>
389     Closes: #819660
390   * Policy: New dpkg-architecture flags
391     Wording: Guillem Jover <guillem@debian.org>
392     Seconded: Russ Allbery <rra@debian.org>
393     Seconded: Raphael Hertzog <hertzog@debian.org>
394     Closes: #793493
395   * Policy: Remove even the fallback to calling /etc/init.d directly
396     Wording: Ondřej Nový <onovy@debian.org>
397     Seconded: Michael Stapelberg <stapelberg@debian.org>
398     Seconded: Andreas Henriksson <andreas@fatal.se>
399     Closes: #833177
400   * Policy: Limit strength of dependencies on -doc packages
401     Wording: Josh Triplett <josh@joshtriplett.org>
402     Seconded: Russ Allbery <rra@debian.org>
403     Seconded: Raphael Hertzog <hertzog@debian.org>
404     Seconded: Niels Thykier <niels@thykier.net>
405     Closes: #823348
406   * Policy: Explicitly allow https form of copyright-format URL
407     Wording: Russ Allbery <rra@debian.org>
408     Seconded: Andrey Rahmatullin <wrar@debian.org>
409     Seconded: gregor herrmann <gregoa@debian.org>
410     Seconded: Didier 'OdyX' Raboud <odyx@debian.org>
411     Closes: #850646
412   * Policy: Recommend libraryname-dev or librarynameAPIVERSION-dev
413     Wording: Ansgar Burchardt <ansgar@debian.org>
414     Seconded: Julien Cristau <jcristau@debian.org>
415     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
416     Closes: #568374
417   * Policy: Add optional try-restart init status, make status recommended
418     Wording: Andreas Henriksson <andreas@fatal.se>
419     Seconded: Simon McVittie <smcv@debian.org>
420     Seconded: Felipe Sateler <fsateler@debian.org>
421     Seconded: Ondřej Nový <novy@ondrej.org>
422     Closes: #181123
423   * Policy: No special dependency now required for /run
424     Wording: Marc Haber <mh+debian-packages@zugschlus.de>
425     Seconded: Andreas Henriksson <andreas@fatal.se>
426     Seconded: Russ Allbery <rra@debian.org>
427     Closes: #852314
428   * Policy: Update policy on /dev and device file management
429     Wording: Russ Allbery <rra@debian.org>
430     Seconded: Andreas Henriksson <andreas@fatal.se>
431     Seconded: Simon McVittie <smcv@debian.org>
432     Closes: #698012
433   * Policy: Remove integration instructions for upstart
434     Wording: Ansgar Burchardt <ansgar@debian.org>
435     Seconded: Michael Biebl <biebl@debian.org>
436     Seconded: Andrey Rahmatullin <wrar@debian.org>
437     Seconded: Simon McVittie <smcv@debian.org>
438     Closes: #835490
439   * Perl: Update module search path for multiarch support
440     Wording: Dominic Hargreaves <dom@earth.li>
441     Seconded: Niko Tyni <ntyni@debian.org>
442     Seconded: Russ Allbery <rra@debian.org>
443     Closes: #798309
444   * virtual-package-names-list: Add adventure
445     Wording: Ben Finney <ben+debian@benfinney.id.au>
446     Seconded: Russ Allbery <rra@debian.org>
447     Seconded: Niels Thykier <niels@thykier.net>
448     Closes: #821859
449   * virtual-package-names-list: Add httpd-wsgi3
450     Wording: Bill Allombert <ballombe@debian.org>
451     Seconded: Brian May <bam@debian.org>
452     Seconded: Russ Allbery <rra@debian.org>
453     Closes: #768117
454   * virtual-package-names-list: Add virtual-mysql-* packages
455     Wording: Otto Kekäläinen <otto@debian.org>
456     Seconded: Russ Allbery <rra@debian.org>
457     Seconded: Raphael Hertzog <hertzog@debian.org>
458     Closes: #829367
459   * Convert all remaining DebianDoc-SGML source files in the package to
460     DocBook XML.  Many thanks to Osamu Aoki and Guillem Jover for lots of
461     hard work on the conversion.  This was a huge conversion, so there
462     will probably be some lingering formatting issues, incorrect markup,
463     and less-than-ideal output.  Please report any problems as bugs.
464     (Closes: #175064, #700532, #809382)
465   * Additional fixes from Guillem Jover as part of the DocBook conversion:
466     - Stop distributing the source SGML files as part of the installed
467       package.  There doesn't seem to be any point in doing this.
468     - Switch to xsltproc and dblatex instead of OpenJade.
469     - Stop using tidy on the generated files since it generates larger
470       files and the output from xsltproc is already compliant and fairly
471       clean.
472     - Remove unused Build-Depends.
473     - Use entities instead of literal <, >, and & characters.
474     - Use <var> instead of escaped angle brackets for metavariables.
475     - Use <var> instead of <em> inside <tt>.
476     - Avoid slashes in section IDs.
477     - Convert a comment about maintenance policy in the Menu Policy
478       document to a regular paragraph in the document.
479     - Replace a comment reference to the policy maintenance process with
480       an actual link to Process.md.
481     - Remove obsolete SGML comments.
482   * Move the description of < and > relations to a footnote to make
483     abundantly clear that they're no longer valid relation operators in
484     dependencies.  (Closes: #816515)
485   * Clarify informative mentions of debian/tmp in the appendices to
486     document the now-common use of debian/<pkg> instead as the temporary
487     staging area.  Document that convention, instead of
488     debian/tmp-something, for multi-binary packages.  Thanks, Niels
489     Thykier.  (Closes: #816249)
490   * Remove lingering wording that implied that build-arch and build-indep
491     targets are optional.  Thanks, Ferenc Wagner, Jakub Wilk, and Charles
492     Plessy.  (Closes: #793999)
493   * Rather than giving the paths to the installed shlibs and symbols files
494     and then saying those paths shouldn't be used, just say to use
495     dpkg-query --control-show.  Recommend --control-show instead of
496     --control-path, since the latter is deprecated.  Patch from Salvatore
497     Bonaccorso.  (Closes: #688220)
498   * Explicitly give Unicode code points in the definition of the syntax of
499     Debian control files and, where appropriate, show the character.
500     Patch from Ben Finney.  (Closes: #821365)
501   * Remove obsolete footnote about a versioned dependency on a
502     liblockfile1 release from 1999.  Thanks, Jakub Wilk.  (Closes: #794902)
503   * Fix the long name of the Common Public License in the copyright-format
504     policy.  It is just Common Public License, with no leading "IBM".
505     Thanks, Stefano Zacchiroli.  (Closes: #781654)
506   * Fix the copyright-format examples to not have duplicate License
507     paragraphs.  Thanks, Stefan <bd@bc-bd.org>.  (Closes: #824922)
508   * Replace reference to dbus-launch in the autopkgtest documentation with
509     dbus-run-session.  Patch from Simon McVittie.  (Closes: #835876)
510   * Add an example of an architecture restriction in a dependency with
511     multiple architectures separated by spaces.  (Closes: #734662)
512   * Replace use of markdown with MultiMarkdown for the autopkgtest
513     documentation and convert README and Process to MultiMarkdown, thus
514     dropping the last org-mode files and the build dependency on Emacs.
515     Patch from Guillem Jover.  (Closes: #849483)
516   * Add some additional information to the upgrading-checklist entry for
517     the 3.9.8.0 release.
518   * Fix debian/changelog and upgrading-checklist dates for the 3.9.8.0
519     release to match the actual upload.  (Closes: #822059)
520   * Fix duplicated "the" words in 4.4 and 8.6.3.2.  Patch from Valentin
521     Samir.  (Closes: #830989)
522   * Clean up the upgrading checklist a bit:
523     - Rewrite the introduction to read a bit more smoothly and mention
524       that the Standards-Version value omits the minor patch number.
525     - Remove the minor patch number from all the version headings except
526       for the anomalies that contain normative changes, and note those
527       explicitly.
528     - Remove some unhelpful section headings and trailing colons in very
529       old upgrading checklist entries.
530     - Standardize the release date format.
531   * Compress all files with gzip -n to avoid embedding timestamps,
532     enabling reproducible builds.
533   * Redo some of the Makefile and debian/rules dependencies to avoid
534     ambiguous pattern rules and to ensure that make at the top level
535     rebuilds output files if input files change.
536   * Switch to https URLs for Vcs-Git and Vcs-Browser.
537   * Use the same URL for both Vcs-Git and Vcs-Browser, which now works
538     fine and has some advantages over the gitweb version for Vcs-Browser.
539     Thanks, Mattia Rizzolo.
540   * Run wrap-and-sort -ast.
541   * Tag as Multi-Arch: foreign (mostly to silence the hinter).
543   [ Sean Whitton ]
544   * Remove references to DebianDoc-SGML from README.md.
545   * Fix typo & comma splice in Process.md.
547  -- Russ Allbery <rra@debian.org>  Sun, 28 May 2017 12:27:07 -0700
549 debian-policy (3.9.8.0) unstable; urgency=medium
551   * Policy: The Debian menu is optionally supported.
552     Wording: Charles Plessy <plessy@debian.org>
553     Seconded: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
554     Seconded: Cyril Brulebois <kibi@debian.org> (for the menu entries)
555     Seconded: Russ Allbery <rra@debian.org>
556     Closes: #707851
558  -- Don Armstrong <don@debian.org>  Wed, 06 Apr 2016 03:49:58 +0000
560 debian-policy (3.9.7.0) unstable; urgency=low
562   * Policy: refreshed the names of the Policy Editors.
563   * Makefile: use gzip -n when compressing generated files.
564   * debian/control, Makefile:
565      - add missing Build-Depends on sp (opensp). Closes: #812663
566      - migrate to openjade and opensp.
567   * debian/rules: no more ship libc6-migration.txt. Closes: #797478
568   * Policy: Symbolic links must not traverse above the root directory.
569     Wording: Andrey Rahmatullin <wrar@debian.org>
570     Seconded: Bill Allombert <ballombe@debian.org>
571     Seconded: Jakub Wilk <jwilk@debian.org>
572     Seconded: Henrique de Moraes Holschuh <hmh@debian.org>
573     Closes: #555979
574   * Policy: [9.2.2] document 32-bit UIDs ranges.
575     Wording: Matthew Vernon <matthew@debian.org>
576     Seconded: Russ Allbery <rra@debian.org>
577     Seconded: Bill Allombert <ballombe@debian.org>
578     Seconded: Julien Cristau <jcristau@debian.org>
579     Closes: #765499
580   * Policy: [5.1] empty field values in control files are only permitted in
581     the debian/control file of a source package.
582     Wording:  Bill Allombert <ballombe@debian.org>
583     Seconded: Henrique de Moraes Holschuh <hmh@debian.org>
584     Seconded: Andrey Rahmatullin <wrar@debian.org>
585     Closes: #666726
586   * Policy: [4.9] debian/rules: required targets must not attempt network
587     access.
588     Wording:  Bill Allombert <ballombe@debian.org>
589     Seconded: Andrey Rahmatullin <wrar@debian.org>
590     Seconded: Lucas Nussbaum <lucas@debian.org>
591     Closes: #770016
592   * Policy: [12.3] recommend to ship additional documentation for package 'pkg'
593     in a separate package 'pkg-doc' and install it into /usr/share/doc/pkg.
594     Wording:  Russ Allbery <rra@debian.org>
595     Seconded: Bill Allombert <ballombe@debian.org>
596     Seconded: Charles Plessy <plessy@debian.org>
597     Closes: #106073
599   [ Stefano Zacchiroli ]
600   * autopkgtest: new document containing the specification of automatic,
601     as-installed (AKA autopkgtest, or DEP-8) package tests
602     Closes: #799779
604  -- Bill Allombert <ballombe@debian.org>  Mon, 01 Feb 2016 23:03:51 +0100
606 debian-policy (3.9.6.1) unstable; urgency=low
608   * Fix FTBFS with emacs 24.4. Thanks to David Bremner <david@tethera.net>
609     for the help. Closes: #769219
611  -- Bill Allombert <ballombe@debian.org>  Mon, 17 Nov 2014 11:55:55 +0100
613 debian-policy (3.9.6.0) unstable; urgency=low
615   [ Bill Allombert ]
616   * upgrading-checklist.sgml: remove spurious 'details in' leftover from
617     the HTML transition.  Closes: #740100. Thanks Jakub Wilk.
618   * debian/control:
619     - Build-Depends emacs-nox|emacs instead of emacs23. Closes: #753999
620     Thanks Gabriele Giacone and Rob Browning.
621   * Packaging: refreshed the names of the Policy Editors.
622   * Policy: [11.5.1] Web servers: Fix use of metasyntactic variables and
623     applications Closes: #737730. Thanks Olivier Berger.
624   * Policy: [5.6.21] Files: Fix typo "by" -> be. Closes: #753353.
625     Thanks Benedikt Wildenhain.
626   * Policy: Remove reference to DEHS (dead service)
627     Wording: David Prévot <taffit@debian.org>
628     Seconded: Julian Gilbey <julian@d-and-j.net>
629     Seconded: Charles Plessy <plessy@debian.org>
630     Closes: #731810
631   * Policy: Relax /usr/share FHS requirement for directories with mixed content.
632     Wording: Joey Hess <joeyh@debian.org>
633     Seconded: Russ Allbery <rra@debian.org>
634     Seconded: Julien Cristau <jcristau@debian.org>
635     Seconded: Jakub Wilk <jwilk@debian.org>
636     Seconded: Michael Biebl <biebl@debian.org>
637     Closes: #741304
638   * Perl Policy: @INC has /usr/lib/perl/5.18, not /usr/lib/perl/5.18.2
639     Wording: Niko Tyni <ntyni@debian.org>
640     Seconded: Russ Allbery <rra@debian.org>
641     Seconded: Bill Allombert <ballombe@debian.org>
642     Closes: #748480
643   * Perl Policy: Explain %Config earlier
644     Wording: Niko Tyni <ntyni@debian.org>
645     Seconded: Russ Allbery <rra@debian.org>
646     Seconded: Damyan Ivanov <dmn@debian.org>
647     Closes: #748479
648   * Perl Policy: @INC changes for multiarch
649     Wording: Niko Tyni <ntyni@debian.org>
650     Seconded: Russ Allbery <rra@debian.org>
651     Seconded: Damyan Ivanov <dmn@debian.org>
652     Closes: #748380
653   * Perl Policy: Packages using Perl vendorarch directory need a perlapi-*
654     dependency
655     Wording: Niko Tyni <ntyni@debian.org>
656     Seconded: Russ Allbery <rra@debian.org>
657     Seconded: Gregor Herrmann <gregoa@debian.org>
658     Seconded: Axel Beckert <abe@debian.org>
659     Closes: #750017
660   * Policy: Grant an FHS exception for the multiarch headers directories
661     Wording: Bill Allombert <ballombe@debian.org>
662     Seconded: Jonathan Nieder <jrnieder@gmail.com>
663     Seconded: Russ Allbery <rra@debian.org>
664     Closes: #742756
665   * Policy: Discourage statically linked binaries
666     Wording: Russ Allbery <rra@debian.org>
667     Seconded: Bill Allombert <ballombe@debian.org>
668     Seconded: Jonathan Nieder <jrnieder@gmail.com>
669     Closes: #555980
670   * Policy: Clarify whose signature should go in debian/changelog (4.4)
671     Wording: Russ Allbery <rra@debian.org>
672     Seconded: Andrew McMillan <andrew@morphoss.com>
673     Seconded: Gregor Herrmann <gregoa@debian.org>
674     Closes: #593611
675   * Policy: Change default web document root to /var/www/html
676     Wording: Bill Allombert <ballombe@debian.org>
677     Seconded: Arno Töll <arno@debian.org>
678     Seconded: Matthias Urlichs <matthias@urlichs.de>
679     Closes: #491547
680   * virtual-package-names-list: Update java runtime list
681     Wording: Emmanuel Bourg <ebourg@apache.org>
682     Seconded: Tony Mancill <tmancill@debian.org>
683     Seconded: Bill Allombert <ballombe@debian.org>
684     Closes: #754876
685   * virtual-package-names-list: Add httpd-wsgi 
686     Wording: Bill Allombert <ballombe@debian.org>
687     Seconded: Jonas Smedegaard <dr@jones.dk>
688     Seconded: Piotr Ożarowski <piotr@debian.org>
689     Closes: #588497
690   [ Jonathan Nieder ]
691   * Policy: Drop FHS requirement that /usr/local/lib<qual> exist when /lib<qual>
692     or /usr/lib<qual> does.
693     Wording: Tollef Fog Heen <tfheen@err.no>
694     Seconded: Bill Allombert <ballombe@debian.org>
695     Seconded: Jonathan Nieder <jrnieder@gmail.com>
696     Seconded: Russ Allbery <rra@debian.org>
697     Closes: #613143
699  -- Bill Allombert <ballombe@debian.org>  Wed, 17 Sep 2014 20:03:20 +0200
701 debian-policy (3.9.5.0) unstable; urgency=low
703   * Policy: Document the Package-List field.
704     Wording: Charles Plessy <plessy@debian.org>
705     Seconded: Russ Allbery <rra@debian.org>
706     Seconded: Guillem Jover <guillem@debian.org>
707     Closes: #697433
708   * Policy: DM-Upload-Allowed is now obsolete
709     Wording: Charles Plessy <plessy@debian.org>
710     Seconded: Russ Allbery <rra@debian.org>
711     Seconded: Ansgar Burchardt <ansgar@debian.org>
712     Seconded: Guillem Jover <guillem@debian.org>
713     Closes: #679326
714   * Policy: Checksums-{Sha1,Sha256} are now mandatory
715     Wording: Charles Plessy <plessy@debian.org>
716     Seconded: Guillem Jover <guillem@debian.org>
717     Seconded: Ansgar Burchardt <ansgar@debian.org>
718     Closes: #690293
719   * Policy: Requirements for udebs are not well documented yet
720     Wording: Russ Allbery <rra@debian.org>
721     Wording: Jonathan Nieder <jrnieder@gmail.com>
722     Seconded: Charles Plessy <plessy@debian.org>
723     Seconded: Cyril Brulebois <kibi@debian.org>
724     Seconded: Russ Allbery <rra@debian.org>
725     Closes: #698030
726   * Policy: install-info is run by a dpkg trigger.
727     Wording: Jonathan Nieder <jrnieder@gmail.com>
728     Seconded: Charles Plessy <plessy@debian.org>
729     Seconded: Russ Allbery <rra@debian.org>
730     Closes: #669915
731   * Policy: Stop recommending to serve HTML documents from /usr/share/doc.
732     Wording: Thomas Goirand <zigo@debian.org>
733     Seconded: Charles Plessy <plessy@debian.org>
734     Seconded: Jonathan Nieder <jrnieder@gmail.com>
735     Closes: #715804
736   * Policy: File names encoded in UTF-8. ASCII preferred and mandatory in PATH.
737     Wording: Charles Plessy <plessy@debian.org>
738     Seconded: Jonathan Nieder <jrnieder@gmail.com>
739     Seconded: Julian Gilbey <julian@d-and-j.net>
740     Closes: #701081
741   * Policy: Document the Dgit field for Debian Source Control files.
742     Wording: Ian Jackson <ijackson@chiark.greenend.org.uk>
743     Seconded: Charles Plessy <plessy@debian.org>
744     Seconded: Joey Hess <joeyh@debian.org>
745     Seconded: Dmitrijs Ledkovs <xnox@debian.org>
746     Closes: #720507
747   * Policy: Remove the exception to the FHS for the /selinux directory.
748     Wording: Charles Plessy <plessy@debian.org>
749     Seconded: Steve Langasek <vorlon@debian.org>
750     Seconded: Julien Cristau <jcristau@debian.org>
751     Closes: #707183
752   * Policy: on upgrades, recommend removing obsolete unchanged conf. files.
753     Wording: Paul Wise <pabs@debian.org>
754     Seconded: Jonathan Nieder <jrnieder@gmail.com>
755     Seconded: Charles Plessy <plessy@debian.org>
756     Closes: #707077
757   * Policy: Control data fields must not start with a hyphen character.
758     Wording: Niels Thykier <niels@thykier.net>
759     Seconded: Russ Allbery <rra@debian.org>
760     Seconded: Guillem Jover <guillem@debian.org>
761     Closes: #706778
762   * debconf_spec: Document the 'escape' capability.
763     Wording: Jonathan Nieder <jrnieder@gmail.com>
764     Seconded: Charles Plessy <plessy@debian.org>
765     Seconded: Russ Allbery <rra@debian.org>
766     Closes: #671355
767   * virtual-package-names-list: removed mp3-decoder and mp3-encoder.
768     Seconded: Jonathan Nieder <jrnieder@gmail.com>
769     Seconded: Kurt Roeckx <kurt@roeckx.be>
770     Seconded: Charles Plessy <plessy@debian.org>
771     Closes: #668394
772   * Clean outdated mentions of dpkg commands in appendix. Thanks, Guillem Jover
773   * Remove outdated mention of dselect documentation.
774     Closes: #700574.  Thanks, Guillem Jover.
775   * Update dak reference from old katie name.
776     Closes: #700536.  Thanks, Guillem Jover.
777   * Fix typo in 8.6.4.  Thanks, Raúl Benencia.  (Closes: #691352)
778   * Fix typo in 8.6.4.1.  Thanks, Salvatore Bonaccorso <carnil@debian.org>.
779   * Added a warning in appendix G about diverting conffiles.
780     Closes: #703022.  Thanks, Torsten Jerzembeck.
781   * List build-arch and build-indep with the other required targets in 4.9.
782     Closes: #704657.  Thanks, Philipp Hahn.
783   * Replaced non-standard names of dpkg states by normalised ones.
784     Closes: #705403
785   * Clarify what is meant by "compressed" in section 10.5. (Closes: #676784)
786   * Packaging: use the VCS URLs proposed by Lintian.
787   * Packaging: normalised debian/control with the tool "config-model-edit".
788   * Packaging: refreshed the names of the Policy Editors.
790  -- Charles Plessy <plessy@debian.org>  Mon, 28 Oct 2013 09:40:48 +0900
792 debian-policy (3.9.4.0) unstable; urgency=low
794   * build-arch and build-indep are now mandatory targets in debian/rules,
795     implementing the Technical Committee ruling in #629385.  Wording
796     review by Jonathan Nieder, Jakub Wilk, and Roger Leigh.
797     (Closes: #374029)
798   * Resynchronize the archive section list with ftp-master, adding tasks.
799     Patch from Charles Plessy.  (Closes: #670429)
800   * Policy: Copyright files must be encoded in UTF-8
801     Wording: Russ Allbery <rra@debian.org>
802     Seconded: Guillem Jover <guillem@debian.org>
803     Seconded: Salvatore Bonaccorso <carnil@debian.org>
804     Seconded: Simon McVittie <smcv@debian.org>
805     Closes: #661933
806   * Policy: Prohibit deprecated < and > relations
807     Wording: Jakub Wilk <jwilk@debian.org>
808     Seconded: Cyril Brulebois <kibi@debian.org>
809     Seconded: Russ Allbery <rra@debian.org>
810     Closes: #663918
811   * Policy: Document the Built-Using field
812     Wording: Charles Plessy <plessy@debian.org>
813     Seconded: Russ Allbery <rra@debian.org>
814     Seconded: Ansgar Burchardt <ansgar@debian.org>
815     Closes: #641153
816   * Policy: Document the Vcs-* fields
817     Wording: Charles Plessy <plessy@debian.org>
818     Wording: Jonathan Nieder <jrnieder@gmail.com>
819     Seconded: Russ Allbery <rra@debian.org>
820     Seconded: Charles Plessy <plessy@debian.org>
821     Seconded: Guillem Jover <guillem@debian.org>
822     Closes: #654958
823   * Policy: Document restrictions on the use of /run for wheezy
824     Wording: Roger Leigh <rleigh@debian.org>
825     Seconded: Charles Plessy <plessy@debian.org>
826     Seconded: Russ Allbery <rra@debian.org>
827     Closes: #676561
828   * Policy: Rewrite shared library dependency policy to document symbols
829     Wording: Russ Allbery <rra@debian.org>
830     Wording: Jonathan Nieder <jrnieder@gmail.com>
831     Seconded: Raphaël Hertzog <hertzog@debian.org>
832     Seconded: Julien Cristau <jcristau@debian.org>
833     Closes: #571776
834   * Policy: Document generic and upstart-specific init system requirements
835     Wording: Steve Langasek <steve.langasek@canonical.com>
836     Seconded: Russ Allbery <rra@debian.org>
837     Seconded: Adam D. Barratt <adam@adam-barratt.org.uk>
838     Closes: #591791
839   * Policy: Rely on triggers instead of calling update-mime
840     Wording: Charles Plessy <plessy@debian.org>
841     Seconded: Russ Allbery <rra@debian.org>
842     Seconded: Guillem Jover <guillem@debian.org>
843     Closes: #661816
845  -- Russ Allbery <rra@debian.org>  Tue, 18 Sep 2012 21:35:36 -0700
847 debian-policy (3.9.3.1) unstable; urgency=low
849   * Fix cross-reference to control field syntax in Policy 5.4 (source
850     package control files).  Thanks, Jakub Wilk.  (Closes: #661412)
851   * Additional wording improvements to copyright-format 1.0 for clarity.
852     Also mention that the Files pattern syntax is the same as fnmatch(3)
853     and GNU find -path without [] patterns.  Thanks, Jonathan Nieder and
854     Ben Finney.
855   * Suggest checkbashisms from devscripts or the posh shell for checking
856     whether /bin/sh scripts are Policy-compliant rather than recommending
857     dash.  Thanks, Raphael Geissert.  (Closes: #490604)
858   * Remove the ambiguous word "installed" when requiring that the location
859     of files and directories follow the FHS.  (Closes: #638060)
860   * Clarify the syntax of field names to make it clear that they may not
861     contain spaces.  Thanks, Charles Plessy.  (Closes: #647645)
862   * Clarify that only one of build-arch or build-indep may be provided
863     (currently, at least) and that build should depend on whichever exist
864     or perform the equivalent actions.  Thanks to Jonathan Nieder for some
865     of the wording.  (Closes: #601839)
866   * Clearly state that "yes" is the only valid value of DM-Upload-Allowed
867     and rewrite its description to be less indirect.  (Closes: #622263)
868   * Update the dpkg-buildpackage -r documentation in the appendix to
869     reflect the current behavior of using fakeroot.  Wording from Sam
870     Morris.  (Closes: #658009)
871   * Fix the legal notice in copyright-format to not refer to a nonexistent
872     copyright notice.
873   * Embed the Debian Policy version and build date in the debconf
874     specification and the copyright-format document.  We'll make
875     non-normative changes without updating other version numbers, and it's
876     good to know which version one is looking at.
877   * Fix some whitespace issues in the debconf specification articleinfo.
878   * Install the HTML version of upgrading-checklist in the policy.html
879     directory as upgrading-checklist.html so that it can be deployed on
880     www.debian.org in a way that will allow links to Policy sections to
881     work easily.  Thanks, Charles Plessy.  (Partly addresses #639663)
882   * Ship the copyright-format source as copyright-format.xml.tar.gz
883     without a version, since it will include all of the versions, not just
884     the current version.
885   * Fix mistaken word choice (prefix instead of suffix) in the upgrading
886     checklist entry for 3.9.3.0.
887   * Add some missing entries to the virtual package names list changelog.
888   * Expand package long description to include all documents.
889   * Remove unused substitution variable generated by the build.  Thanks,
890     Charles Plessy.
891   * Strip down and reformat debian/rules to remove unused variables,
892     references to old files no longer included, use a more standard
893     layout and standardize variable names, and add comments for better
894     maintainability.
895   * Convert debian/copyright to copyright-format 1.0, and in the process
896     add the license information for the documents other than Policy itself
897     and the FHS.  Note the implication of the GPL source code requirement
898     for distributing generated versions of the Policy documents.
900  -- Russ Allbery <rra@debian.org>  Sun, 04 Mar 2012 15:02:12 -0800
902 debian-policy (3.9.3.0) unstable; urgency=low
904   [ Russ Allbery ]
905   * Update the copyright format document to the version of DEP-5 from the
906     DEP web site and apply additional changes from subsequent discussion
907     in debian-devel and debian-project.  Revise for clarity, to add more
908     examples, and to update the GFDL license versions.  Thanks, Steve
909     Langasek, Charles Plessy, Justin B Rye, and Jonathan Nieder.
910     (Closes: #658209, #648387)
911   * Publish the copyright format specification as copyright-format-1.0 so
912     that later versions can be added without removing previous versions of
913     the standard.  Patch from Charles Plessy.  (Closes: #646119)
914   * Policy: Improve Architecture field in source package
915     Wording: Raphaël Hertzog <hertzog@debian.org>
916     Seconded: Russ Allbery <rra@debian.org>
917     Seconded: Charles Plessy <plessy@debian.org>
918     Seconded: Guillem Jover <guillem@debian.org>
919     Closes: #626779
920   * Policy: Initial Debian maintainers need not be listed in copyright
921     Wording: Charles Plessy <plessy@debian.org>
922     Seconded: Russ Allbery <rra@debian.org>
923     Seconded: Raphaël Hertzog <hertzog@debian.org>
924     Seconded: Andrew McMillan <andrew@morphoss.com>
925     Closes: #593533
926   * Policy: Document cron job file naming restrictions
927     Wording: Karl E. Jorgensen <karl@jorgensen.org.uk>
928     Wording: Russ Allbery <rra@debian.org>
929     Seconded: Russ Allbery <rra@debian.org>
930     Seconded: Dominic Hargreaves <dom@earth.li>
931     Seconded: Javier Fernández-Sanguino Peña <jfs@computer.org>
932     Closes: #609162
933   * Policy: Document issues with conflicting packages sharing a conffile
934     Wording: Russ Allbery <rra@debian.org>
935     Seconded: Cyril Brulebois <kibi@debian.org>
936     Seconded: Raphaël Hertzog <hertzog@debian.org>
937     Closes: #23712
938   * Policy: Add /run FHS exception, clarify rules for /run and /var/run
939     Wording: Russ Allbery <rra@debian.org>
940     Seconded: Steve Langasek <vorlon@debian.org>
941     Seconded: Roger Leigh <rleigh@codelibre.net>
942     Closes: #620870, #532120
943   * Policy: Architecture restrictions in a dependency must be non-empty
944     Wording: Stefano Zacchiroli <zack@debian.org>
945     Seconded: Russ Allbery <rra@debian.org>
946     Seconded: Julien Cristau <jcristau@debian.org>
947     Seconded: Colin Watson <cjwatson@debian.org>
948     Closes: #498300
949   * MIME Policy: Retire this document and merge it with Policy
950     Wording: Ben Finney <ben+debian@benfinney.id.au>
951     Seconded: Russ Allbery <rra@debian.org>
952     Seconded: Raphaël Hertzog <hertzog@debian.org>
953     Seconded: Andrew McMillan <andrew@morphoss.com>
954     Closes: #89038
955   * Consistently use "Debian source control file" for *.dsc files and
956     "Source package control file" for debian/control files.  Patch from
957     Charles Plessy.  (Closes: #626796)
958   * Clarify that continuation lines of the Description control field must
959     contain at least one non-whitespace character.  Thanks, Guillem Jover.
960     (Closes: #627490)
961   * Fix the example of creating a /usr/local subdirectory to not fail if
962     the chown or chmod fail.  Thanks, Joey Hess.  (Closes: #617315)
963   * Clarify the requirements for symlinks from inside one top-level
964     directory to another and add examples and a rationale.  Thanks,
965     Carsten Hey.  (Closes: #626338)
966   * Clarify that Perl Policy 2.4 is for packages built from the perl
967     source package and the manual page extensions are different for
968     separate module packages.  Thanks, Steve Langasek.  (Closes: #643690)
969   * Say that packages in main may also not recommend packages in non-free,
970     bringing the main text in line with the list of fields and in line
971     with the long-standing release goal.  (Closes: #646166)
972   * Resynchronize the archive section list with ftp-master, adding
973     education, introspection, and metapackages.  Patch from Charles
974     Plessy.  (Closes: #651020)
975   * Clarify that packages in main may not declare Pre-Depends or
976     Build-Depends-Indep relationships outside of main either.  Partly
977     addresses #587279.
978   * Fix typo in the version numbers in the dpkg-divert examples.  Thanks,
979     Slavko.
980   * Add the release date of 3.9.2.0 to upgrading-checklist.
981   * Fix ordering of the last entries in the 3.9.2.0 upgrading-checklist.
982   * Fix typo in upgrading-checklist entry for multiarch paths.  Thanks,
983     Michael Dorrington.  (Closes: #626408)
984   * Add id tags for each version entry in upgrading-checklist so that,
985     when eventually published somewhere, other Debian web sites can link
986     to specific entries.  Patch from Charles Plessy.
987   * Add AGPL-3 to tools/license-count.
988   * Update tools/license-count to work with the new Lintian lab layout.
989   * Add build-arch and build-indep targets to debian/rules.
991   [ Bill Allombert ]
992   * Policy: Link relationship fields (7.1) to architecture specification
993     strings (11.1).
994     Patch from Charles Plessy in #628174.
995   * Policy: Retire legacy Motif policy (11.8.8)
996     Proposed by: Justin B Rye
997     Wording: Russ Allbery <rra@debian.org>
998     Seconded: Jakub Wilk <jwilk@debian.org>
999     Seconded: Steve Langasek <vorlon@debian.org>
1000     Seconded: Charles Plessy <plessy@debian.org>
1001     Closes: #621479
1002   * copyright-format: Fix URL for the Eiffel Forum License.
1003     Reported by Thomas Preud'homme, patch by Charles Plessy.
1004     Closes: #623050
1005   * copyright-format: Update SPDX link to point to the SPDX license registry.
1006     Patch by Charles Plessy.  Closes: #628540
1007   * copyright-format: Correct or add links to SPDX.
1008     Wording: Charles Plessy <plessy@debian.org>
1009     Seconded: Gregor Herrmann <gregoa@debian.org>
1010     Closes: #641071
1011   * Policy: Clarify that 'machine-extractable' referer the copyright
1012     files (12.5)
1013     Wording:  Charles Plessy <plessy@debian.org>
1014     Seconded: Bill Allombert <ballombe@debian.org>
1015     Seconded: Jakub Wilk <jwilk@debian.org>
1016     Closes: #617516
1017   * copyright-format: remove drivers from abstract and useless appendix
1018     Wording: Lars Wirzenius <liw@liw.fi>
1019     Seconded: Charles Plessy <plessy@debian.org>
1020     Seconded: Jakub Wilk <jwilk@debian.org>
1021     Closes: #640735
1022   * copyright-format: Fix syntax of examples.
1023     Proposed by: Charles Plessy <plessy@debian.org>
1024     Wording: Jonathan Nieder <jrnieder@gmail.com>
1025     Closes: #649674
1026   * copyright-format: Clarify specification of multiple license exception:
1027     Wording: Steve Langasek <vorlon@debian.org>
1028     Seconded: Craig Small <csmall@debian.org>
1029     Seconded: Gregor Herrmann <gregoa@debian.org>
1030     Seconded: Jakub Wilk <jwilk@debian.org>
1031     Seconded: Jonas Smedegaard <dr@jones.dk>
1032     Closes: #633797
1033   * copyright-format: Specify URL on www.debian.org
1034     Wording: Charles Plessy <plessy@debian.org>
1035     Seconded: David Prévot <taffit@debian.org>
1036     Seconded: Gregor Herrmann <gregoa@debian.org>
1037     Closes: #640737
1038   * Perl policy: Document major version upgrade trigger
1039     Wording: Dominic Hargreaves <dom@debian.org>
1040     Seconded: Russ Allbery <rra@debian.org>
1041     Seconded: Niko Tyni <ntyni@debian.org>
1042     Seconded: Gregor Herrmann <gregoa@debian.org>
1043     Closes: #619275
1044   * Virtual: change ttf-japanese-{mincho, gothic} to
1045     fonts-japanese-{mincho, gothic}.
1046     Proposed by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1047     Seconded: Charles Plessy <plessy@debian.org>
1048     Seconded: Bill Allombert <ballombe@debian.org>
1049     Closes: #644230
1050   * Virtual: Retire java-compiler, java2-compiler, and java-virtual-machine.
1051     Proposed by: Niels Thykier <niels@thykier.net>
1052     Seconded: tony mancill <tmancill@debian.org>
1053     Seconded: Bill Allombert <ballombe@debian.org>
1054     Closes: #578421
1055   * Policy 9.10: No more recommend to call install-docs for doc-base.
1056     Wording: Charles Plessy <plessy@debian.org>
1057     Seconded: Robert Luberda <robert@debian.org>
1058     Seconded: Raphael Hertzog <hertzog@debian.org>
1059     Closes: #637614
1061  -- Russ Allbery <rra@debian.org>  Wed, 22 Feb 2012 19:40:36 -0800
1063 debian-policy (3.9.2.0) unstable; urgency=low
1065   * Policy: Require human Maintainer or Uploader, clarify Maintainer
1066     Wording: Russ Allbery <rra@debian.org>
1067     Seconded: Charles Plessy <plessy@debian.org>
1068     Seconded: Raphaël Hertzog <hertzog@debian.org>
1069     Closes: #459868, #581011
1070   * Policy: Add an FHS exception on GNU/Hurd for /hurd and /servers
1071     Wording: Russ Allbery <rra@debian.org>
1072     Seconded: Andrew McMillan <andrew@morphoss.com>
1073     Seconded: Guillem Jover <guillem@debian.org>
1074     Closes: #594658
1075   * Policy: Document DM-Upload-Allowed
1076     Wording: Charles Plessy <plessy@debian.org>
1077     Seconded: Andrew McMillan <andrew@morphoss.com>
1078     Seconded: Russ Allbery <rra@debian.org>
1079     Closes: #588014
1080   * Policy: Update multiarch FHS exception for i386 naming
1081     Wording: Steve Langasek <vorlon@debian.org>
1082     Seconded: Aurelien Jarno <aurelien@aurel32.net>
1083     Seconded: Raphael Hertzog <hertzog@debian.org>
1084     Closes: #619186
1085   * Policy: Significant additions to maintainer script documentation
1086     Wording: Russ Allbery <rra@debian.org>
1087     Seconded: Steve Langasek <vorlon@debian.org>
1088     Seconded: Raphaël Hertzog <hertzog@debian.org>
1089     Closes: #504880
1090   * Policy: Clarify format of Debian control fields
1091     Wording: Charles Plessy <plessy@debian.org>
1092     Seconded: Russ Allbery <rra@debian.org>
1093     Seconded: Julien Cristau <jcristau@debian.org>
1094     Closes: #501930, #593909
1095   * Virtual: Added mailx as a new virtual package
1096     Wording: Russ Allbery <rra@debian.org>
1097     Seconded: Raphaël Hertzog <hertzog@debian.org>
1098     Seconded: Giacomo A. Catenazzi <cate@debian.org>
1099     Closes: #488214
1100   * Be more verbose in defining the build architecture and the host
1101     architecture and consistently refer to architecture rather than
1102     machine.  (Closes: #591857)
1103   * Correct the name of the Filesystem Hierarchy Standard in the package
1104     description.  Patch from Christoph Anton Mitterer.  (Closes: #590696)
1105   * Use the word "implemented" to describe required targets in
1106     debian/rules, which is clearer about allowing wildcard rules.  List
1107     the required rules in their own paragraph rather than with the
1108     paragraph discussing non-interactivity, and explicitly mark all rules
1109     as either required or optional.  (Closes: #536790)
1110   * Update the ldconfig footnote listing the /etc/ld.so.conf directories
1111     to remove the libc5 compatibility directories and mention the
1112     multiarch triplet directories.  Based on a patch by Charles Plessy.
1113     (Closes: #597074)
1114   * Add introductory paragraphs for each archive area explaining briefly
1115     the purpose of that archive area.  Based on a proposal by CJ
1116     Fearnley.  (Closes: #594542)
1117   * Change all non-historical references to Debian GNU/Linux to simply
1118     Debian since Debian now includes FreeBSD-based architectures.  Patch
1119     from Guillem Jover.  (Closes: #594656)
1120   * Remove references to the obsolete debmake package.
1121   * Update the list of Policy maintainers.
1122   * Wrap Uploaders in debian/control.
1123   * Move Build-Depends-Indep to Build-Depends (there's no reason to use
1124     -Indep in a package that builds only architecture-independent binary
1125     packages), wrap it, and remove version restrictions that are older
1126     than the version in oldstable.
1127   * Add emacs23 to the build dependencies and remove the files generated
1128     from org source from the revision control repository.  Build and clean
1129     files from org source unconditionally.  Add Process.{txt,html} to the
1130     list of files generated from org source.  (Closes: #594274)
1131   * Fix URLs under www.freedesktop.org to avoid permanent redirects.
1132     Thanks, David Prévot.  (Closes: #606869)
1133   * Add a cross-reference to the Pre-Depends requirement in 3.5 to section
1134     7.2 where Pre-Depends is defined.  Thanks, Mattias Ellert and Jonathan
1135     Nieder.  (Closes: #599944)
1136   * Include the new (optional) copyright format that was drafted as DEP-5.
1137     This is not yet a final version; that's expected to come in the
1138     3.9.3.0 release.  Thanks to all the DEP-5 contributors and to Lars
1139     Wirzenius and Charles Plessy for the integration into the Policy
1140     package.  (Closes: #609160)
1142  -- Russ Allbery <rra@debian.org>  Wed, 06 Apr 2011 22:48:55 -0700
1144 debian-policy (3.9.1.0) unstable; urgency=low
1146   * Policy: Include GPL version 1 in common-licenses
1147     Wording: Russ Allbery <rra@debian.org>
1148     Seconded: gregor herrmann <gregoa@debian.org>
1149     Seconded: Damyan Ivanov <dmn@debian.org>
1150     Seconded: Giacomo A. Catenazzi <cate@debian.org>
1151     Closes: #436105
1152   * Policy: Libtool *.la files should generally not be installed
1153     Wording: Russ Allbery <rra@debian.org>
1154     Seconded: Julien Cristau <jcristau@debian.org>
1155     Seconded: Cyril Brulebois <kibi@debian.org>
1156     Closes: #561413
1157   * Policy: Require dpkg-divert --package when adding/removing diversions
1158     Wording: Russ Allbery <rra@debian.org>
1159     Seconded: Raphaël Hertzog <hertzog@debian.org>
1160     Seconded: Raphael Geissert <geissert@debian.org>
1161     Closes: #218897
1162   * Policy: Remove encouragement to create shlibs.local
1163     Wording: Russ Allbery <rra@debian.org>
1164     Seconded: Julien Cristau <jcristau@debian.org>
1165     Seconded: Jakub Wilk <jwilk@debian.org>
1166     Seconded: Cyril Brulebois <kibi@debian.org>
1167   * Policy: Document alternate SONAME format with version before .so
1168     Wording: Russ Allbery <rra@debian.org>
1169     Seconded: Julien Cristau <jcristau@debian.org>
1170     Seconded: Raphaël Hertzog <hertzog@debian.org>
1171     Closes: #509932
1172   * Policy: Architecture wildcards also allowed in binary relationships
1173     Wording: Russ Allbery <rra@debian.org>
1174     Seconded: Guillem Jover <guillem@debian.org>
1175     Seconded: Raphaël Hertzog <hertzog@debian.org>
1176     Closes: #400322
1177   * Policy: Say Conflicts should not be used unless necessary
1178     Wording: Russ Allbery <rra@debian.org>
1179     Seconded: Guillem Jover <guillem@debian.org>
1180     Seconded: Jakub Wilk <jwilk@debian.org>
1181     Closes: #402721
1182   * Policy: Remove obsolete _REENTRANT, require thread-safe libraries
1183     Wording: Russ Allbery <rra@debian.org>
1184     Seconded: Kurt Roeckx <kurt@roeckx.be>
1185     Seconded: Giacomo A. Catenazzi <cate@debian.org>
1186     Closes: #475101
1187   * Policy: Allow subdirectories of /usr/lib/cgi-bin to be used
1188     Wording: Russ Allbery <rra@debian.org>
1189     Seconded: Andrew McMillan <andrew@morphoss.com>
1190     Seconded: Charles Plessy <plessy@debian.org>
1191     Closes: #104373
1192   * Policy: More specific requirements around date-based versions
1193     Wording: Russ Allbery <rra@debian.org>
1194     Seconded: Julien Cristau <jcristau@debian.org>
1195     Seconded: Cyril Brulebois <kibi@debian.org>
1196     Seconded: Steve Langasek <vorlon@debian.org>
1197     Closes: #186102
1198   * Policy: Require slave alternatives for manual pages
1199     Wording: Russ Allbery <rra@debian.org>
1200     Seconded: Guillem Jover <guillem@debian.org>
1201     Seconded: Jakub Wilk <jwilk@debian.org>
1202     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1203     Closes: #184064
1204   * Policy: More explicit requirements around library SONAMEs
1205     Wording: Russ Allbery <rra@debian.org>
1206     Seconded: Raphaël Hertzog <hertzog@debian.org>
1207     Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>
1208     Closes: #509933
1209   * Policy: Only dpkg-gencontrol supports variable substitutions
1210     Wording: Charles Plessy <plessy@debian.org>
1211     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1212     Seconded: Guillem Jover <guillem@debian.org>
1213     Closes: #589609
1214   * Policy: Ada Library Information files must be read-only
1215     Wording: Russ Allbery <rra@debian.org>
1216     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1217     Seconded: Ludovic Brenta <ludovic@ludovic-brenta.org>
1218     Closes: #232448
1219   * Policy: Recommend /etc/logrotate.d/package for logrotate rules
1220     Wording: Russ Allbery <rra@debian.org>
1221     Seconded: Guillem Jover <guillem@debian.org>
1222     Seconded: Thijs Kinkhorst <thijs@debian.org>
1223     Closes: #445203
1224   * Policy: Allow /bin/sh scripts to rely on XSI for kill and trap
1225     Wording: Russ Allbery <rra@debian.org>
1226     Seconded: Giacomo A. Catenazzi <cate@debian.org>
1227     Seconded: Raphael Geissert <geissert@debian.org>
1228     Closes: #477240
1229   * Policy: Ownership and permissions for control information files
1230     Wording: Russ Allbery <rra@debian.org>
1231     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1232     Seconded: Julien Cristau <jcristau@debian.org>
1233     Closes: #555977
1234   * Set the version of the Perl Policy to match the version of the Policy
1235     package.
1236   * Explain the Perl module package naming policy more explicitly and
1237     provide some examples.  (Closes: #175202)
1238   * Revise the footnote discussing shlibs creation to not talk about the
1239     switch to objdump as if it were a new innovation and to explicitly
1240     mention the NEEDED attribute as the source of dependency information.
1241   * Introduce "control information file" to refer to the contents of the
1242     Debian package control.tar.gz, following the dpkg documentation.  Use
1243     that terminology consistently, and change possibly confusing
1244     references to fields in control files to use "control field"
1245     uniformly.
1246   * Document that the first line of the changelog entry is conventionally
1247     an explanation for the upload if the uploader is not the regular
1248     maintainer.  Patch from Charles Plessy.  (Closes: #589605)
1249   * Fix typo in upgrading-checklist.  (Closes: #588750)
1250   * Fix formatting error in footnote to 7.7.  (Closes: #589362)
1251   * Remove ancient Conflicts and Replaces.
1253  -- Russ Allbery <rra@debian.org>  Sun, 25 Jul 2010 19:38:21 -0700
1255 debian-policy (3.9.0.0) unstable; urgency=low
1257   [ Colin Watson ]
1258   * Fix path to changelog.Debian.gz in footnote on documentation symlinks.
1260   [ Bill Allombert ]
1261   * Convert upgrading-checklist to debiandoc-sgml. This generates a better
1262     looking .txt file.
1263     Closes: #567845
1264   * Fix typo in package_upstream-version.orig.tar.gz.
1265     Thanks, Salvatore Bonaccorso. (Closes: #558430)
1266   * Replace 'copyright and distribution license' by 'copyright information
1267     and distribution license' (three times).
1268     Proposed by Jonathan Nieder.
1269     Seconded:  Steve Langasek  <vorlon@debian.org>
1270     Seconded:  Thijs Kinkhorst <thijs@debian.org>
1271     Seconded:  Julien Cristau  <jcristau@debian.org>
1272     Seconded:  Gregor Herrmann <gregoa@debian.org>
1273     Closes: #566220
1274   * extend UID range of user accounts by removing the 30000-59999 reserved 
1275     ranges.
1276     Proposed by Santiago Vila  
1277     Seconded:  Russ Allbery    <rra@debian.org>
1278     Seconded:  Luk Claes       <luk@debian.org>
1279     Seconded:  Raphael Hertzog <hertzog@debian.org>
1280     Seconded:  Steve Langasek  <vorlon@debian.org>
1281     Closes: #582495
1283   [ Russ Allbery ]
1284   * Policy: Overhaul Breaks, Conflicts, Provides, and Replaces
1285     Wording: Russ Allbery <rra@debian.org>
1286     Seconded: Steve Langasek <vorlon@debian.org>
1287     Seconded: Raphael Hertzog <hertzog@debian.org>
1288     Closes: #578854
1289   * Policy: Support for architecture wildcards
1290     Wording: Manoj Srivastava <srivasta@debian.org>
1291     Wording: Russ Allbery <rra@debian.org>
1292     Seconded: Guillem Jover <guillem@debian.org>
1293     Seconded: Andrew McMillan <andrew@morphoss.com>
1294     Seconded: Steve Langasek <vorlon@debian.org>
1295     Closes: #530687
1296   * Policy: Except init.d scripts from the normal set -e requirement
1297     Wording: Russ Allbery <rra@debian.org>
1298     Seconded: Raphael Hertzog <hertzog@debian.org>
1299     Seconded: Guillem Jover <guillem@debian.org>
1300     Closes: #562506
1301   * Policy: Maintainer scripts might not have a controlling terminal
1302     Wording: Russ Allbery <rra@debian.org>
1303     Seconded: Guillem Jover <guillem@debian.org>
1304     Seconded: Andrew McMillan <andrew@morphoss.com>
1305     Seconded: Steve Langasek <vorlon@debian.org>
1306     Closes: #224509
1307   * Policy: Fully specify the date format for changelog entries
1308     Wording: Charles Plessy <plessy@debian.org>
1309     Seconded: Russ Allbery <rra@debian.org>
1310     Seconded: Andrew McMillan <andrew@morphoss.com>
1311     Seconded: Giacomo A. Catenazzi <cate@debian.org>
1312     Closes: #569174
1313   * Policy: Deprecate /usr/share/common-licenses/BSD
1314     Wording: Russ Allbery <rra@debian.org>
1315     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1316     Seconded: Jakub Wilk <jwilk@debian.org>
1317     Seconded: gregor herrmann <gregoa@debian.org>
1318     Closes: #284340
1319   * Policy: Document Checksums-Sha1 and Checksums-Sha256
1320     Wording: Russ Allbery <rra@stanford.edu>
1321     Seconded: Julien Cristau <jcristau@debian.org>
1322     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1323     Closes: #478295
1324   * Policy: Prohibit duplicate field names in a control paragraph
1325     Wording: Russ Allbery <rra@debian.org>
1326     Seconded: Charles Plessy <plessy@debian.org>
1327     Seconded: Steve Langasek <vorlon@debian.org>
1328     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1329     Closes: #555978
1330   * Policy: Relax requirement that library dev files be in one package
1331     Wording: Russ Allbery <rra@debian.org>
1332     Seconded: Julien Cristau <jcristau@debian.org>
1333     Seconded: Andrew McMillan <andrew@morphoss.com>
1334     Closes: #347581
1335   * Policy: Tighten requirements for maintainer-like fields
1336     Wording: Russ Allbery <rra@debian.org>
1337     Seconded: Emilio Pozuelo Monfort <pochu@debian.org>
1338     Seconded: Andrew McMillan <andrew@morphoss.com>
1339     Closes: #575639
1340   * Policy: Update Format control field documentation
1341     Wording: Russ Allbery <rra@debian.org>
1342     Wording: Charles Plessy <plessy@debian.org>
1343     Seconded: Charles Plessy <plessy@debian.org>
1344     Seconded: Emilio Pozuelo Monfort <pochu27@gmail.com>
1345     Closes: #547272
1346   * Debconf: Add SETTITLE, like title but uses a template
1347     Wording: Frans Pop <elendil@planet.nl>
1348     Seconded: Russ Allbery <rra@debian.org>
1349     Seconded: Ben Pfaff <blp@cs.stanford.edu>
1350     Closes: #560411
1351   * Perl Policy: Change perlapi provides to use an ABI version
1352     Wording: Niko Tyni <ntyni@debian.org>
1353     Seconded: Russ Allbery <rra@debian.org>
1354     Seconded: Brendan O'Dea <bod@debian.org>
1355     Seconded: Damyan Ivanov <dmn@debian.org>
1356     Closes: #579457
1357   * Perl Policy: Recommend DESTDIR instead of PREFIX with Makefile.PL
1358     Wording: Niko Tyni <ntyni@debian.org>
1359     Seconded: Russ Allbery <rra@debian.org>
1360     Seconded: Raphael Hertzog <hertzog@debian.org>
1361     Closes: #579461
1362   * Standardize dpkg state wording and bring it in line with dpkg,
1363     renaming Failed-Config to Half-Configured and use uniform
1364     capitalization and punctuation.  (Closes: #442134)
1365   * Remove documentation of alternative changelog formats.  This feature
1366     is not allowed in the Debian archive and will be documented in the
1367     dpkg-dev documentation instead.  The documentation that was in Policy
1368     was also somewhat outdated.  (Closes: #555009, see #584141)
1369   * Remove obsolete footnote sentence saying that dpkg-statoverride is a
1370     new feature and not well-known.  (Closes: #563425)
1371   * Clarify in the Perl Policy that perl-base is essential, not perl, and
1372     don't imply packages need to depend on perl-base.  (Closes: #576594)
1373   * Document the special debian-installer section in the list of current
1374     sections and add a link to the list of sections in unstable, which
1375     contains longer descriptions.  (Closes: #577666)
1376   * Remove the footnote listing every architecture known to dpkg.  This
1377     list can be trivially produced by dpkg-architecture -L (already
1378     noted), is very long, and quickly becomes out-of-date.
1379   * Move silly version ordering example to a footnote.  (Closes: #560839)
1380   * Reletter the process steps to not skip State C and use more
1381     traditional foreground and background colors for Process.html and
1382     README.html.  (Closes: #584521)
1383   * Fix typo in footnote about help2man.  (Closes: #584796)
1384   * Add an example for Replaces when a package is split.  Thanks, Uwe
1385     Kleine-König.  (Closes: #572253)
1386   * Explicitly state that packages may remove unmodified, obsolete
1387     configuration files during  upgrade.  (Closes: #470633)
1388   * Clarify the wording around which build dependencies must be satisfied
1389     for different debian/rules targets and add a footnote to the
1390     description of the build-arch and build-indep targets explaining why
1391     this split does not currently work as desired.  (Closes: #328951)
1392   * Avoid "Debianised" or "Debianized" in favor of just "Debian" or
1393     "Debian package" as appropriate.  Patch from Ben Finney.
1394     (Closes: #586163)
1395   * Switch to source format 3.0 (native).
1397  -- Russ Allbery <rra@debian.org>  Sun, 27 Jun 2010 21:40:52 -0700
1399 debian-policy (3.8.4.0) unstable; urgency=low
1401   [ Bill Allombert ]
1402   * Also provide documents in single-file HTML format.
1403     Proposed by Jari Aalto.
1404     Closes: #544353
1405   * Number the DFSG points like in the social_contract document.
1406     Proposed by Enrico Zini.
1407     Closes: #550192
1409   [ Manoj Srivastava ]
1410   * [b270d2d]: Typo fix: relayed -> related. Thanks to Matt Kraai for
1411     pointing this out.
1412   * [c74ac74]: 
1413     Policy: Grant an FHS exception for the multiarch library directories
1414     Wording: Steve Langasek.
1415     Seconded: Aurelien Jarno
1416     Seconded: Julien Cristau
1417     Seconded: Kurt Roeckx
1418     Closes: #542865
1419   * [7ac3ee6]: 
1420     virtual package list: Added Doom virtual packages
1421     Wording: Manoj Srivastava
1422     Seconded: Russ Allbery 
1423     Seconded: Giacomo A. Catenazzi
1424     Closes: #518199
1425   * [8fd91a0]
1426     README Process upgrading-checklist: Created/converted to org-mode
1427     Wording: Manoj Srivastava
1428     Seconded: Russ Allbery 
1429     Closes: #545548
1430   * [4da0692]: [typo-fixes]: 
1431     policy: Fix a number of grammatical or typographical errors
1432     wording: Eric Dantan Rzewnicki
1433     Seconded: Manoj Srivastava
1434   * [112c4bc]: FHS Exceptions
1435     policy: Explicitly allow /selinux and /sys as FHS exceptions
1436     Wording: Manoj Srivastava
1437     Seconded: Russ Allbery <rra@debian.org>
1438     Seconded: Kurt Roeckx  <kurt@roeckx.be>
1439     Closes: #556972
1440     This patch explicitly allows /sys and /selinux as additional
1441     directories in the root file system allowed under the policy.
1442   * [16afbcb]: Clarify ./debian/rules #! line
1443     policy: Clarify rule for debian/rules shebang line
1444     Wording: Ben Finney <ben+debian@benfinney.id.au>
1445     Seconded: Kurt Roeckx <kurt@roeckx.be>
1446     Seconded: Russ Allbery <rra@debian.org>
1447     Seconded: Manoj Srivastava <srivasta@debian.org>
1448     Explicitly state that  "make -f debian/rules" and "./debian/rules"
1449     must behave  identically, to prevent confusion, and to promote
1450     reproducibility, and conform to the principle of least surprise.
1451   * [dab93b2]: Add a cron-daemon virtual package
1452     policy, virtual package list: New virtual package: cron-daemon
1453     wording: Javier Fernández-Sanguino Peña, Manoj Srivastava
1454     Seconded: Russ Allbery <rra@debian.org>
1455     Seconded: Kurt Roeckx  <kurt@roeckx.be>
1456     Closes: #391836
1457     Create a virtual cron daemon package that:
1458      - Has to provide /usr/bin/crontab and support crontab entries
1459      - Correct execution of /etc/cron.d
1460      - Correct support of /etc/crontab
1461      - Support of crontab entries with names for days and months,
1462        ranges, step values
1463      - Correct execution of /etc/cron.{hourly,daily,weekly,monthly}
1464     
1465   [ Russ Allbery ]
1466   * Policy: Clarify policy on named pipes in packages
1467     Wording: Russ Allbery <rra@debian.org>
1468     Seconded: Manoj Srivastava <srivasta@debian.org>
1469     Seconded: Andrew McMillan <andrew@morphoss.com>
1470   * Change the sole occurrence of MUST to must for consistency and to
1471     avoid confusion with IETF RFC keywords.  Thanks, Jakub Wilk.
1472     (Closes: #552757)
1474  -- Bill Allombert <ballombe@debian.org>  Wed, 27 Jan 2010 19:22:43 +0100
1476 debian-policy (3.8.3.0) unstable; urgency=low
1478   * Policy: Bring Architecture description in line with dpkg-source
1479     Wording: Russ Allbery <rra@debian.org>
1480     Seconded: Raphael Hertzog <hertzog@debian.org>
1481     Seconded: Manoj Srivastava <srivasta@debian.org>
1482     Closes: #530967
1483   * Policy: Update information about DEB_*_ARCH variables
1484     Wording: Guillem Jover <guillem@debian.org>
1485     Seconded: Russ Allbery <rra@debian.org>
1486     Seconded: Andrew McMillan <andrew@morphoss.com>
1487     Closes: #527871
1488   * Policy: Remove support for uploads to multiple distributions
1489     Wording: Russ Allbery <rra@debian.org>
1490     Seconded: Raphael Hertzog <hertzog@debian.org>
1491     Seconded: Manoj Srivastava <srivasta@debian.org>
1492     Closes: #514919
1493   * Policy: Remove permission for packages to modify ld.so.conf
1494     Wording: Steve Langasek <vorlon@debian.org>
1495     Seconded: Russ Allbery <rra@debian.org>
1496     Seconded: Kurt Roeckx <kurt@roeckx.be>
1497     Seconded: Adeodato Simó <dato@net.com.org.es>
1498     Seconded: Julien Cristau <jcristau@debian.org>
1499     Closes: #519941
1500   * Policy: Clarify X installation directory handling
1501     Wording: Russ Allbery <rra@debian.org>
1502     Seconded: Julien Cristau <jcristau@debian.org>
1503     Seconded: Manoj Srivastava <srivasta@debian.org>
1504     Seconded: Raphaël Hertzog <hertzog@debian.org>
1505     Closes: #522217
1506   * Policy: Localized man pages should be up-to-date or warn
1507     Wording: Russ Allbery <rra@debian.org>
1508     Seconded: Julien Cristau <jcristau@debian.org>
1509     Seconded: Raphaël Hertzog <hertzog@debian.org>
1510     Closes: #493007
1511   * Policy: Remove restriction on manual page character encoding
1512     Wording: Colin Watson <cjwatson@debian.org>
1513     Seconded: Russ Allbery <rra@debian.org>
1514     Seconded: Manoj Srivastava <srivasta@golden-gryphon.com>
1515     Closes: #537707
1516   * Policy: Allow Binary field to span multiple lines
1517     Wording: Russ Allbery <rra@debian.org>
1518     Seconded: Julien Cristau <jcristau@debian.org>
1519     Seconded: Guillem Jover <guillem@debian.org>
1520     Closes: #533852
1521   * Policy: Revise info requirements for triggerized install-info
1522     Wording: Russ Allbery <rra@debian.org>
1523     Seconded: Guillem Jover <guillem@debian.org>
1524     Seconded: Raphaël Hertzog <hertzog@debian.org>
1525     Closes: #538665
1526   * Perl Policy: Remove obsolete dependency requirements
1527     Wording: Cyril Brulebois <kibi@debian.org>
1528     Seconded: Russ Allbery <rra@debian.org>
1529     Seconded: Manoj Srivastava <srivasta@debian.org>
1530     Closes: #525190
1531   * Breaks is now supported by the stable release of dpkg, so drop
1532     warnings against its use.  Thanks, Steve Langasek.  (Closes: #533577)
1533   * Add references to the sections on Breaks and Conflicts to the section
1534     on binary dependencies.  Thanks, Frank Küster.  (Closes: #529771)
1535   * Clarify the units of Installed-Size and document that it is an
1536     approximation.  Thanks, Martin Dorey.  (Closes: #534408)
1537   * Don't suggest calling dpkg-statoverride --remove unconditionally in
1538     the postrm script.  Thanks, Patrick Schoenfeld.  (Closes: #539389)
1539   * Explain that the copyright dates are for the original Policy manual
1540     and that there is no updated list of copyright holders for subsequent
1541     revisions available.  (Partly addresses #47438)
1542   * Clarify the description of the Files control field and add examples.
1543   * Change the wording of the Description and Changes field specifications
1544     for *.changes files to more closely match the wording for Files and
1545     add more details about the contents of the Description field in
1546     a *.changes file.
1547   * Merge the package name syntax requirements between the Package and
1548     Source field descriptions.
1549   * Say that sensible-editor and sensible-pager are provided by the
1550     sensible-utils package, not by the base system.  Thanks, Clint Adams
1551     and Steve Langasek.  (Closes: #541537)
1552   * Document that control field values are case-sensitive unless the field
1553     description says otherwise.
1555  -- Russ Allbery <rra@debian.org>  Sat, 15 Aug 2009 17:13:26 -0700
1557 debian-policy (3.8.2.0) unstable; urgency=low
1559   [ Russ Allbery ]
1560   * Policy: Mandate debconf or equivalent for user prompting
1561     Wording: Andrew McMillan <awm@debian.org>
1562     Seconded: Russ Allbery <rra@debian.org>
1563     Seconded: Holger Levsen <holger@layer-acht.org>
1564     Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
1565     Seconded: Julien Cristau <jcristau@debian.org>
1566     Closes: #206684
1567   * Policy: Remove /etc/X11/XF86Config-4 FHS exception
1568     Wording: Julien Cristau <jcristau@debian.org>
1569     Seconded: Russ Allbery <rra@debian.org>
1570     Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
1571     Closes: #522219
1572   * Policy: Remove obsolete /var/mail transition requirement
1573     Wording: Russ Allbery <rra@debian.org>
1574     Seconded: Julien Cristau <jcristau@debian.org>
1575     Seconded: Andrew McMillan <andrew@morphoss.com>
1576     Closes: #522364
1577   * Policy: Move Speedo fonts into the deprecated category
1578     Wording: Julien Cristau <jcristau@debian.org>
1579     Seconded: Russ Allbery <rra@debian.org>
1580     Seconded: Julien Danjou <acid@debian.org>
1581     Closes: #522218
1582   * Housekeeping (resynchronizing lists maintained elsewhere):
1583     - Add GFDL 1.3 to the common-licenses list.
1584     - Update the list of archive sections.  (Closes: #519835)
1585   * Set the release date of the 3.8.1 upgrading-checklist entry.
1586     (Closes: #519706)
1588   [ Colin Watson ]
1589   * The FHS is the "Filesystem Hierarchy Standard", regardless of our
1590     preferred spelling of "file system" elsewhere. Fix this and a nearby
1591     search-and-replace capitalisation bug.
1592   * Build-depend on texlive-latex-extra, which is needed by
1593     debiandoc2latexps and isn't included in texlive's dependencies.
1594     Closes: #533257
1595   * Policy: State requirements for source package names
1596     Wording: Colin Watson <cjwatson@debian.org>
1597     Seconded: Russ Allbery <rra@debian.org>
1598     Seconded: Julien Cristau <jcristau@debian.org>
1599     Closes: #525151
1600   * Add myself to Uploaders.
1602   [ Bill Allombert ]
1603   * Add myself to Uploaders.
1604   * Update Standards-Version to 3.8.1 (no changes required).
1605   * debian/rules: 
1606     - use `dpkg --print-architecture' instead of obsolete form 
1607       `dpkg --print-installation-architecture'.
1608     - fix a race condition while generating DEBIAN/md5sums.
1610  -- Bill Allombert <ballombe@debian.org>  Tue, 16 Jun 2009 21:42:53 +0200
1612 debian-policy (3.8.1.0) unstable; urgency=low
1614   * Policy: Clarify what "sensible behavior" is for init scripts
1615     Wording: Steve Langasek <vorlon@debian.org>
1616     Seconded: Raphaël Hertzog <hertzog@debian.org>
1617     Seconded: Russ Allbery <rra@debian.org>
1618     Closes: #426877
1619   * Policy: Remove alternative changelog formats from main manual
1620     Wording: Russ Allbery <rra@debian.org>
1621     Seconded: Ben Pfaff <blp@cs.stanford.edu>
1622     Seconded: Guillem Jover <guillem@debian.org>
1623     Closes: #489460
1624   * Policy: Mandate UTF-8 for changelog files
1625     Wording: Russ Allbery <rra@debian.org>
1626     Seconded: Guillem Jover <guillem@debian.org>
1627     Seconded: Kurt Roeckx <kurt@roeckx.be>
1628     Closes: #241333
1629   * Policy: Mandate UTF-8 for control files
1630     Wording: Russ Allbery <rra@debian.org>
1631     Seconded: Kurt Roeckx <kurt@roeckx.be>
1632     Seconded: Raphaël Hertzog <hertzog@debian.org>
1633     Closes: #143941
1634   * Policy: New option in DEB_BUILD_OPTIONS to avoid running test-suites
1635     Wording: Russ Allbery <rra@debian.org>
1636     Seconded: Guillem Jover <guillem@debian.org>
1637     Seconded: Raphaël Hertzog <hertzog@debian.org>
1638     Closes: #416450
1639   * Policy: Expand expected capabilities for local in /bin/sh scripts
1640     Wording: Russ Allbery <rra@debian.org>
1641     Seconded: Guillem Jover <guillem@debian.org>
1642     Seconded: Raphaël Hertzog <hertzog@debian.org>
1643     Closes: #473019
1644   * Policy: Clarify Essential definition and caution when adding to it
1645     Wording: Russ Allbery <rra@debian.org>
1646     Seconded: Jörg Sommer <joerg@alea.gnuu.de>
1647     Seconded: Guillem Jover <guillem@debian.org>
1648     Closes: #479080
1649   * Policy: Allow user mail spools to be mode 0600 or 0660
1650     Wording: Russ Allbery <rra@debian.org>
1651     Seconded: Kurt Roeckx <kurt@roeckx.be>
1652     Seconded: Andrew McMillan <awm@debian.org>
1653     Closes: #470994
1654   * Policy: Remove special handling of init scripts ending in .sh
1655     Wording: Kel Modderman <kel@otaku42.de>
1656     Seconded: Russ Allbery <rra@debian.org>
1657     Seconded: Henrique de Moraes Holschuh <hmh@debian.org>
1658     Closes: #513955
1659   * Policy: /var/run and /var/lock may be volatile
1660     Wording: Colin Watson <cjwatson@debian.org>
1661     Seconded: Russ Allbery <rra@debian.org>
1662     Seconded: Bill Allombert <Bill.Allombert@math.u-bordeaux1.fr>
1663     Closes: #514326
1664   * Policy: debian/control allows comments starting with #
1665     Wording: Russ Allbery <rra@debian.org>
1666     Seconded: Julien Cristau <jcristau@debian.org>
1667     Seconded: Adeodato Simó <dato@net.com.org.es>
1668     Seconded: Guillem Jover <guillem@debian.org>
1669     Closes: #446712
1670   * Improve the documentation of maintainer script actions for diversions
1671     in the informative appendix to allow for addition of a new diversion
1672     on upgrade and handle error cases correctly.  Thanks to Olivier Berger
1673     for the report and Raphaël Hertzog for the review.  (Closes: #483418)
1674   * Clarify the meaning of architecture restrictions on build dependencies
1675     in the presence of alternatives.  Thanks to Guillem Jover for the
1676     explanation and review and Emilio Pozuelo Monfort and Don Armstrong
1677     for wording review.  (Closes: #163666)
1678   * Change the term "category" to "archive area" when referring to main,
1679     contrib, and non-free.  This is closer to the wording of the Social
1680     Contract.  (Closes: #473439)
1681   * Use <user>:<group> notation rather than <user>.<group> notation in
1682     multiple places.  Thanks, Kurt Roeckx.  (Closes: #488039)
1683   * Fix typo in 3.8.0.0 upgrading-checklist entry.  Patch from Kobayashi
1684     Noritada.  (Closes: #487701)
1685   * Mention debugging packages as an explicit example of packages with
1686     extra priority.  Thanks, Charles Plessy.  (Closes: #491985)
1687   * Clarify that translation is only required for user-visible debconf
1688     messages.  Capitalize "Debian Configuration Management Specification"
1689     uniformly.  Thanks, Julian Andres Klode.  (Closes: #492624)
1690   * Add --wildcards to the sample tar command in appendix B.1 for
1691     extracting the package copyright file, adjusting for new tar option
1692     behavior.  Thanks, Yan Morin.  (Closes: #503685)
1693   * Reword the requirement that maintainer scripts exit with a zero
1694     status on success to avoid double-negatives.
1695   * Include the full name of each menu category rather than only the
1696     portion relative to the parent heading to be clearer in long category
1697     lists.  Thanks, Christoph Berg.  (Closes: #511804)
1698   * Build-Depend on texlive rather than tetex-extra.  texlive appears to
1699     be sufficient for how Policy uses debiandoc-sgml and pulls in far
1700     fewer packages.
1701   * Remove the postinst and prerm scripts.  doc-base registration is now
1702     handled by triggers and no longer required and removal of /usr/doc
1703     links was completed long ago.
1704   * Reference GPL-2 rather than the GPL symlink in debian/copyright.
1706  -- Russ Allbery <rra@debian.org>  Wed, 11 Mar 2009 20:50:52 -0700
1708 debian-policy (3.8.0.1) unstable; urgency=low
1710   * Don't attempt to register the non-existent debian-policy-process
1711     document.  Thanks, Adrian von Bidder.  (Closes: #484706)
1713  -- Russ Allbery <rra@debian.org>  Thu, 05 Jun 2008 13:13:01 -0700
1715 debian-policy (3.8.0.0) unstable; urgency=low
1717   * Bug fix: "[PROPOSAL] "debian/README.source" file for packages with
1718     non-trivial source", thanks to Wouter Verhelst, Jörg Sommer, Colin Watson,
1719     and Junichi Uekawa                                       (Closes: #250202).
1720   * Bug fix: "[AMENDMENT 11/02/2008] Manual page encoding", thanks to
1721     Colin Watson                                             (Closes: #440420).
1722   * Bug fix: "[PROPOSAL] common interface for parallel building in
1723     DEB_BUILD_OPTIONS", thanks to Loïc Minier, Peter Samuelson, and Robert
1724     Millan                                                   (Closes: #209008).
1725   * Bug fix: "Please clarify splitting/syntax of DEB_BUILD_OPTIONS", thanks to
1726     Loïc Minier, Peter Samuelson, Robert Millan, and Guillem Jover
1727                                                              (Closes: #430649).
1728   * Bug fix: "Documentation for Breaks in dpkg", thanks to Ian Jackson
1729                                                              (Closes: #379150).
1730   * Bug fix: "support for wrapped Uploaders should now be mandatory"
1731                                                              (Closes: #431813).
1732   * Bug fix: "[PROPOSAL] Add should not embed code from other packages",
1733     thanks to Neil McGovern, Colin Watson, Bill Allombert, Steve Langasek,
1734     Kurt Roeckx, and others                                  (Closes: #392362).
1735   * Bug fix: "Homepage field in debian/control undocumented", thanks to
1736     Mario Iseli                                              (Closes: #452105).
1737   * Bug fix: "Policy inconsistent with reality: base subsection no longer
1738     used", thanks to Magnus Holmgren, Bernd Zeimetz, and Colin Watson
1739                                                              (Closes: #442070).
1740   * Bug fix: "Inclusion of Apache Software License versions in
1741     /usr/share/common-licenses", thanks to Barry Hawkins     (Closes: #291460).
1742   * Bug fix: "[Amended] copyright should include notice if a package is
1743     not a part of Debian distribution", thanks to Taketoshi Sano
1744                                                              (Closes: #65577).
1745   * Bug fix: "scripts as configuration files: should vs. must", thanks to Frank
1746     Küster                                                   (Closes: #403391).
1747   * Bug fix: "debconf specification should allow underscores in template
1748     names", thanks to Colin Watson                           (Closes: #473761).
1749   * Bug fix: "clarify handling of run-time and compile-time support programs",
1750     thanks to Goswin Brederlow and Raphael Hertzog           (Closes: #367984).
1751   * Policy: better document version ranking and empty Debian revisions
1752     Wording: Russ Allbery <rra@debian.org>
1753     Seconded: Raphaël Hertzog <hertzog@debian.org>
1754     Seconded: Manoj Srivastava <srivasta@debian.org>
1755     Seconded: Guillem Jover <guillem@debian.org>
1756     Closes: #186700, #458910
1757   * Policy: remove obsolete app-defaults and Xresources provisions
1758     Wording: Julien Cristau <jcristau@debian.org>
1759     Seconded: Russ Allbery <rra@debian.org>
1760     Closes: #480551
1761   * Bug fix: "Examples of dpkg frontends should mention apt now", thanks
1762     to Josh Triplett                                         (Closes: #455602).
1763   * Bug fix: "Minor typos and wording suggestions", thanks to Michael
1764     Tautschnig                                               (Closes: #422552).
1765   * Bug fix: "substvar reference moved from dpkg-source(1) to
1766     deb-substvars(5)", thanks to Ian Beckwith                (Closes: #475731).
1767   * Policy: bugs fixed in NMUs are now closed rather than marked fixed
1768     Wording: Russ Allbery <rra@debian.org> (thanks, Sandro Tosi)
1769     Closes: #481640
1770   * Policy: C.1.4, C.1.8: minor typos
1771     Wording: Sandro Tosi <matrixhasu@gmail.com>
1772     Closes: #481954
1773   * Remove the now-obsolete policy-process document.
1774   * Add an md5sums control file.
1775   * Add Vcs-Browser and Vcs-Git control fields.
1776   * Remove build system support for FHS 2.1 and FSSTND, mostly commented out.
1777   * Remove more temporary files created by the build.
1778   * Remove the FSSTND license from debian/copyright; no FSSTND files are
1779     currently part of policy.
1780   * Update FHS copyright dates in debian/copyright.
1781   * Standardize the spacing around headings in upgrading-checklist.html.
1782   * Remove old ChangeLog files and metadata headers in maintainer scripts
1783     and debian/rules.
1785  -- Russ Allbery <rra@debian.org>  Wed, 04 Jun 2008 15:53:27 -0700
1787 debian-policy (3.7.3.0) unstable; urgency=low
1789   * Bug fix: "FTBFS if built twice in a row"                 (Closes: #424212).
1790   * Bug fix: "[PROPOSAL] Document ~ behavior in version numbers", thanks
1791     to Nicolas François and Marc Brockschmidt                (Closes: #382612).
1792   * Bug fix: "Please add 'local' to list of supra-POSIX features that
1793     /bin/sh can be expected to offer". Also add test -a/-o binary logical
1794     operators and change references from POSIX to SUSv3      (Closes: #294962).
1795   * Bug fix: "[Proposal] new Debian menu structure", thanks to Bill
1796     Allombert                                                (Closes: #361418).
1797   * Bug fix: "typo: "must not be not world-writable"", thanks to Sam
1798     Hocevar                                                  (Closes: #392594).
1799   * Bug fix: "debian-policy: recommend binary:Version substvar instead",
1800     thanks to Guillem Jover                                  (Closes: #418444).
1801   * Bug fix: "New virtual package: dictd-dictionary", thanks to Tatsuya
1802     Kinoshita                                                (Closes: #413575).
1803   * The virtual package in use is inet-superserver, not inetd-superserver.
1804     Adjust the virtual package list to match.  Thanks, Tatsuya Kinoshita
1805     and Marco d'Itri.
1806   * Wrapped, cleaned up trailing whitespace, and alphabetized the list of
1807     virtual packages.
1808   * Bug fix: "Small spelling errors and erratic sentences in debian-policy",
1809     thanks to Michiel de Boer.                               (Closes: #435207).
1810   * Bug fix: "Source field of .changes files may contain a version number"
1811                                                              (Closes: #431813).
1812   * Bug fix: "822-date is deprecated (use date -R instead)"  (Closes: #448035).
1813   * Bug fix: "5.6.17 (Urgency) should list emergency, maybe a normative
1814     list?"                                                   (Closes: #412634).
1815   * Bug fix: "[PROPOSAL] Document support of package types in shlibs
1816     files", thanks to Franz Pop and Raphaël Hertzog          (Closes: #363133).
1817   * Bug fix: "Introduce a requirement for internationalisation of debconf
1818     templates", thanks to Christian Perrier                  (Closes: #402975).
1819   * Bug fix: "GFDL is now in common-licenses".  Also add the rest of the
1820     specific license versions and the GPLv3                  (Closes: #420701).
1821   * Bug fix: "Virtual package for Japanese font packages
1822     (ttf-japanese-mincho and ttf-japanese-gothic)", thanks to Nobuhiro
1823     Iwamatsu                                                 (Closes: #440931).
1824   * Drop unsupported docbook-xml format from the doc-base file for the
1825     debconf specification.
1826   * Remove inactive uploaders and add Russ Allbery.
1827   * Update Standards-Version to 3.7.3 (no changes required).
1828   
1829  -- Russ Allbery <rra@debian.org>  Sun, 02 Dec 2007 22:33:55 -0800
1831 debian-policy (3.7.2.2) unstable; urgency=low
1833   * Bug fix: "clarify 12.3 Additional documentation", thanks to Peter
1834     Eisentraut                                               (Closes: #367697).
1835   * Bug fix: "debian-policy: s/dependcy/dependency/", thanks to Justin
1836     Pryzby                                                   (Closes: #375508).
1837   * Bug fix: "various spelling mistakes", thanks to Nico Golde
1838                                                              (Closes: #375728).
1839   * Bug fix: "debian-policy: typo", thanks to Peter Samuelson
1840                                                              (Closes: #376104).
1841   * Bug fix: "debian-policy: [PROPOSAL] maintainer scripts must not be
1842     world writable", thanks to Kari Pahula                   (Closes: #376438).
1843   * Bug fix: "policy-process: s/ a a / a /; s/peoples/people's/;
1844     s/intiated/initiated/; s/participattion the/participation in the/? add
1845     quotes; s/was a larger/a larger/?", thanks to Justin Pryzby 
1846                                                              (Closes: #377215).
1847   * Bug fix: "[PROPOSAL] Include the GFDL in the set shipped in
1848     /usr/share/common-licenses", thanks to Adeodato Simó. However, it is
1849     premature to tell packages to use the common licenses file until we
1850     actually ship the license in /usr/share/common-licenses/ (Closes: #378386).
1851   * Bug fix: "circular dependencies, improved guarantees", thanks to Ian
1852     Jackson                                                  (Closes: #379630).
1853   * Bug fix: "section on invoke-rc.d doesn't make sense", thanks to Peter
1854     Eisentraut                                               (Closes: #380692).
1855   * Bug fix: "policy: postinst doesn't document typical abort-remove
1856     case", thanks to Justin Pryzby. Removed all such comments. This is not
1857     the place to document such material.                     (Closes: #373212).
1858   * Bug fix: "use of &quot;invoke-rc.d $PACKAGE stop || exit $?&quot; in
1859     prerm scripts", thanks to Lars Wirzenius                 (Closes: #370471).
1860   * Bug fix: "debian-policy: Inconsistent requirements wrt bashisms",
1861     thanks to Frank Küster                                   (Closes: #367531).
1862   * Bug fix: "debian-policy: s/with With/with /", thanks to Justin Pryzby
1863                                                              (Closes: #379974).
1864   * Bug fix: "debian-policy: "$RET" not "RET"", thanks to Justin Pryzby
1865                                                              (Closes: #386178).
1866   * Bug fix: "debian-policy: Spelling error in chapter 9.1.1:
1867     exceptiions", thanks to Andreas Janssen                  (Closes: #388302).
1868   * Bug fix: "[PROPOSAL] Document ~ behavior in version numbers", thanks
1869     to Jakob Bohm                                            (Closes: #382612).
1870   * Bug fix: "debian-policy: [ACCEPTED] Request for the 'stardict'",
1871     thanks to Andrew Lee                                     (Closes: #385935).
1872   * Bug fix: "[ACCEPTED] virtual package 'lzh-archiver' -- an LZH archiver
1873     package", thanks to Ying-Chun Liu (PaulLiu)              (Closes: #387027).
1875  -- Manoj Srivastava <srivasta@debian.org>  Mon,  2 Oct 2006 17:31:23 -0500
1877 debian-policy (3.7.2.1) unstable; urgency=low
1879   * Bug fix: "debian-policy: s/control are/&amp;a/; s/stats/status/;
1880     s/and/an/; s/'/&quot;/; s/rewind/unwind/; s/fact/&amp; that/; s/like
1881     like/look like/;", thanks to Justin Pryzby                (Closes: #372147).
1882   * Bug fix: "debian-policy: Minor typo in footnote 53", thanks to Jordà
1883     Polo                                                      (Closes: #372497).
1884   * Bug fix: "debian-policy: Typo in 9.1.1: &quot;'..' character&quot;
1885     should be &quot;'.' character&quot;", thanks to Matt Zagrabelny
1886                                                               (Closes: #372522).
1887   * Bug fix: "debian-policy: More typos in upgrading-checklist.txt",
1888     thanks to Kevin B. McCarty                                (Closes: #366466).
1889   * Bug fix: "typo: package remains in and &quot;Installed' state", thanks
1890     to Sam Hocevar \(Debian packages\)                        (Closes: #369413).
1891   * Bug fix: "debian-policy: Cleanup build-dependencies", thanks to Stefan
1892     Huehner                                                   (Closes: #366032).
1893   * Bug fix: "debian-policy: 2.2 should be named 'categories'", thanks to
1894     Thomas Weber                                              (Closes: #369912).
1895   * Bug fix: "debian-policy: old postinst abort-upgrade, not new", thanks
1896     to Justin Pryzby. The fix was thanks to Margarita Manterola 
1897                                                               (Closes: #372148).
1898   * Bug fix: "policy: please say which control fields can line-wrap",
1899     thanks to Peter Samuelson                                 (Closes: #372731).
1900   * Bug fix: "debian/copyright should be mentioned in source section",
1901     thanks to Ian Jackson                                     (Closes: #369011).
1902   * Bug fix: "GNU office not on Temple Place anymore", thanks to Dan
1903     Jacobson                                                  (Closes: #366889).
1905  -- Manoj Srivastava <srivasta@debian.org>  Tue, 20 Jun 2006 00:18:19 -0500
1907 debian-policy (3.7.2.0) unstable; urgency=low
1909   * Revert the cgi-lib change. 
1910   * Bug fix: "Clarification for difference between Build-Depends and
1911     Build-Depends-Indep (Section 7.6)", thanks to Christoph Berg
1912     Note that this is not part of policy, just an informative footnote.
1913                                                              (Closes: #328951).
1914   * Bug fix: "debian-policy: Typo in policy 5.6.3: semantic meaning",
1915     thanks to Thijs Kinkhorst                                (Closes: #365907).
1917  -- Manoj Srivastava <srivasta@debian.org>  Wed,  3 May 2006 18:07:19 -0500
1919 debian-policy (3.7.1.0) unstable; urgency=low
1921   * Bug fix: "[PROPOSAL] 11.9: document handling of directories permission
1922     when upgrading", thanks to Bill Allombert               (Closes: #136318).
1923   * Bug fix: "[DISCUSS] documentation of the "-fPIC" constraint", thanks
1924     to Loïc Minier. Clarified when it may be reasonable to violate the standard
1925     directive that shared libraries must be compiled with -fPIC, and
1926     static libraries without, added the protocol to be followed  when
1927     doing so.                                               (Closes: #329762).
1928   * Bug fix: "Minor typo in upgrading checklist", thanks to David
1929     Weinehall                                               (Closes: #364982).
1930   * Bug fix: "Typo in upgrading-checklist", thanks to David Weinehall
1931                                                             (Closes: #364983).
1932   * Bug fix: "typo in debian policy section 10.9.1", thanks to Miguel Gea
1933     Milvaques                                                (Closes: #365058).
1934   * Bug fix: "debian-policy: The section 11.8.5 needs some
1935     clarifications", thanks to Robert Luberda                (Closes: #365356).
1936   * Bug fix: "11.8.7: X11R7 puts headers in /usr/include/X11", thanks to
1937     Drew Parsons                                             (Closes: #365510).
1938   * Bug fix: "debian-policy: typo in policy-process:
1939     &quot;Guideliens&quot;", thanks to Lars Wirzenius        (Closes: #360518).
1940   * Bug fix: "debian-policy: repeated word in section 10.4", thanks to
1941     Russ Allbery                                            (Closes: #364985).
1942   * Bug fix: "typo in debian-policy", thanks to Miguel Gea Milvaques
1943                                                             (Closes: #365323).
1945  -- Manoj Srivastava <srivasta@debian.org>  Wed,  3 May 2006 11:17:42 -0500
1947 debian-policy (3.7.0.0) unstable; urgency=low
1949   * Bug fix: "[PENDING AMENDMENT 20/01/2000] Splitting cgi-bin", thanks to
1950     Brian White.                                             (Closes: #32263).
1951   * Bug fix: "debian-policy: [PROPOSAL] Should update to Filesystem
1952     Hierarchy Standard FHS 2.3", thanks to Tobias Burnus
1953                                           (Closes: #230217, #212434, #344158).
1954   * Bug fix: "[AMENDMENT 11/04/2006] Permit multi-line fields in
1955     debian/control", thanks to John R. Daily. Mention that all fields,
1956     except the Uploaders, are supposed to be a single logical line, which
1957     may be spread over multiple physical lines (newline followed by space
1958     is elided). Also mention that anything parsing the control file must
1959     allow for a multi-line uploaders field.                (Closes: #148194).
1960   * Bug fix: "[AMENDMENT 12/04/2004] frown on programs in PATH with
1961     language extentions", thanks to Joey Hess.             (Closes: #190753).
1962   * Bug fix: "init script stop example should use --oknodo", thanks to
1963     Matt Kraai. Removed the example entirely.              (Closes: #346598).
1964   * Bug fix: "policy 12.5: Please recommend a sane practice WRT different
1965     gpl versions (was: Re: RFC/RFS: beef - a flexible BrainFuck
1966     interpreter)", thanks to Justin Pryzby. The subject leaves something
1967     to be desired, but polic should not attempt to enumerate all common
1968     licenses.                                               (Closes: #355263).
1969   * Bug fix: "debian-policy: Conflicting Architecture definitions", thanks
1970     to Hans Ulrich Niedermann. Punt to dpkg-architecture to providing
1971     legal architecture strings, since that's what is used by everyone
1972     anyway.  The version in policy was wrong, but that s=does not seem to
1973     have hindered anyone, which indicates that this policy directive was
1974     uneeded. Now the dpkg-architecture list is deemed authoritative, which
1975     it is, but the format for the string is defined by policy, and the
1976     current list of architecture strings is in an informative foot note.
1977                                                            (Closes: #357613).
1978   * Bug fix: "[AMENDMENT 06/04/2006] Make use of invoke-rc.d, if
1979     available, mandatory", thanks to Lars Wirzenius.        (Closes: #361137).
1980   * Bug fix: "no longer current regarding X font paths", thanks to Joey
1981     Hess                                                    (Closes: #362247).
1982   * Bug fix: "debian-policy: please prohibit circular dependencies, or
1983     mention that dependencies won't be respected during prerm remove",
1984     thanks to Justin Pryzby. Well, we did not prohibit circular
1985     dependencies. But we do now have a warning that In case of circular
1986     dependencies, since installation or removal order honoring the
1987     dependency order can't be established, dependency loops are broken at
1988     some random point, and some packages may not be able to rely on their
1989     dependencies being present when being installed or removed, depending
1990     on which side of the break of the circular dependcy loop they happen
1991     to be on.                                                (Closes: #362975). 
1992   * Bug fix: "8.6.4. Providing a `shlibs' file: s/should create/must
1993     provide/", thanks to Christoph Berg. Clarified the wording.
1994                                                              (Closes: #341232).
1995   * Bug fix: "debian-policy: Chapter 6 - Package maintainer scripts:
1996     redundant info about exit status", thanks to Daniel Bonniot
1997                                                              (Closes: #349010).
1998   * Bug fix: "debian-policy: Refers to upgrading-checklist.txt instead of
1999     upgrading-checklist.txt.gz", thanks to Matt Kraai         (Closes: #349775).
2000   * Bug fix: "debian-policy: dpkg-gencontrol now uses -isp by default",
2001     thanks to Guillem Jover                                   (Closes: #359817).
2002   * Bug fix: "[PROPOSAL] unclear recommendation for debconf w/
2003     dpkg-statoverride", thanks to Eduard Bloch                (Closes: #199849).
2004   * debian-policy: please support Watch file as recommendation, thanks to 
2005      Bluefuture                                               (Closes: #342611).
2006   * Bug fix: "[PROPOSED] Mandate http servers to provide httpd-cgi as
2007     relevenat", thanks to Uwe Hermann. This is already supported by the
2008     http servers out there.                                   (Closes: #117916).
2010  -- Manoj Srivastava <srivasta@debian.org>  Tue, 25 Apr 2006 23:56:16 -0500
2012 debian-policy (3.6.2.2) unstable; urgency=low
2014   [ Manoj ]
2015   * Bug fix: "policy is out of date re tasks and tasksel", thanks to Joey
2016     Hess. Removed the section from policy.                   (Closes: #344310).
2017   * Bug fix: "debian-policy: Please remove virtual package cron-daemon",
2018     thanks to Steve Greenland                                (Closes: #257726).
2019   * Bug fix: "debian-policy: incorrect tar example deb manipulation",
2020     thanks to Bob Proulx                                     (Closes: #224770).
2021   * Bug fix: "Probable typo in 10.1 install -s miss INSTALL =", thanks to
2022     Bill Allombert                                           (Closes: #341992).
2023   * Bug fix: "debian-policy: postinst abort-remove (6.7) not present in
2024     summary (6.4)", thanks to Ferenc Wagner                  (Closes: #338493).
2025   * Bug fix: "UTF-8 footnote is out of date (pre-sarge)", thanks to Martin
2026     Michlmayr                                                (Closes: #337539).
2027   * Bug fix: "debian-policy: Typo in perl-policy", thanks to Tibor Csögör
2028                                                              (Closes: #334913).
2029   * Bug fix: "debian-policy: Outdated FSF postal address in Copyright
2030     Notice", thanks to Jean-Marc Ranger                      (Closes: #334819).
2031   * Bug fix: "debian-policy: §6.5 (3)(1): missing &quot;Error
2032     unwind:&quot; for &quot;new-postrm abort-upgrade&quot;", thanks to
2033     Henning Makholm                                          (Closes: #321792).
2034   * Bug fix: "debian-policy: typo in §5.6.3: co-maintaintainers", thanks
2035     to Henning Makholm                                       (Closes: #321790).
2036   * Bug fix: "debian-policy: typos in sect 9.3.1: &quot;ends .sh&quot;,
2037     &quot;rather that&quot;", thanks to Thijs Kinkhorst      (Closes: #343933).
2038   * Bug fix: "debian-policy: Unclear wording of ldconfig requirements in
2039     section 8.1.1", thanks to Ben Finney                      (Closes: #318214).
2040   * Bug fix: "debian-policy: Typo in 8.6.2: ${shlib:Depends} must be
2041     ${shlibs:Depends}", thanks to Thijs Kinkhorst             (Closes: #318147).
2042   * Bug fix: "debian-policy: gzipped fhs-2.3 documentation is corrupt",
2043     thanks to Gabor Gombas                                    (Closes: #340189).
2044   * Bug fix: "Section 6.3 should reference 3.10.1", thanks to Marc 'HE'
2045     Brockschmidt                                              (Closes: #326633).
2046   * Bug fix: "debian-policy: section 2.2 refers to no-longer existant
2047     non-US repository sections", thanks to Martin-Eric Racine 
2048                                                               (Closes: #315470).
2050  -- Manoj Srivastava <srivasta@debian.org>  Sun, 25 Dec 2005 08:47:52 -0600
2052 debian-policy (3.6.2.1) unstable; urgency=low
2054   * Bug fix: "debian-policy: Typo in upgrading-checklist.txt.gz", thanks
2055     to Romain Francoise. Added the missing /.               (Closes: #314569).
2056   * Bug fix: "x-session-manager already in use, so please add to
2057     virtual-package-names-list.txt", thanks to Christopher Martin 
2058                                                              (Closes: #313626).
2059   * Bug fix: "[ACCEPTED] SRFI 22 names for Scheme implementations", thanks
2060     to Jorgen Schaefer                                       (Closes: #310113).
2061   * Bug fix: "debian-policy: please add x-display-manager to
2062     virtual-package-names-list.txt", thanks to Jon Dowland  (Closes:  #294633).
2064  -- Manoj Srivastava <srivasta@debian.org>  Sat, 18 Jun 2005 00:48:14 -0500
2066 debian-policy (3.6.2.0) unstable; urgency=low
2068   Manoj:
2069   * Bug fix: "policy 11.5.3 refers to using the menu package to register
2070     docs", thanks to Joey Hess                             (Closes: #222553).
2071   * Bug fix: "[PROPOSAL] Document Uploaders: field in policy", thanks to
2072     Andrew Pollock. Andreas Metzler provided the wording, though it was
2073     modified during inclusion.                              (Closes: #203145).
2074   * Bug fix: "debian-policy: Minor grammatical correction in section 9.4",
2075     thanks to Eric Evans. I rejected the proposed change, instead I went
2076     over the whole policy document and removed all he/she/him/her
2077     constructs before the gender police jump all over me.   (Closes: #273122).
2078   * Bug fix: "XSI:ism in prerm and postinst", thanks to David Weinehall
2079                                                             (Closes: #260092).
2080   * Bug fix: "debian-policy: please clarify section 12.7.", thanks to
2081     Adrian Bunk. Added a clarifying footnote that makes it clear that
2082     section 12.3 does not allow one to ignore section 12.7  (Closes: #276953).
2083   * 
2084   * Bug fix: "debian-policy: should not ship generated files in source
2085     archive, and should clean them from the tree", thanks to Branden
2086     Robinson                                                 (Closes: #284967).
2087   * Bug fix: "debian-policy: Detailed description of maintainer script
2088     calls (Section 6.5) is incomplete", thanks to Nikolaus Schulz 
2089     and Thomas Hood. What happens when error unwinding itself runs into
2090     problems is perhaps not discussed as completely as it should be.
2091                                                              (Closes: #286549).
2092   * Bug fix: "9.3.3.2 &quot;command -v&quot; example needs tweaking",
2093     thanks to Thomas Hood. Instead of the massively complex shenanigans
2094     suggested in the bug report, just use which. which lives in an
2095     essential package, so can be used in the preinst of packages.
2096                                                              (Closes: #291026).
2097   * Bug fix: "debian-policy: please clarify/loosen the policy on rewriting
2098     history", thanks to Frank Küster. Since this was not really a
2099     directive, but merely an expression of an opinion, moved it into an
2100     informative footnote.                                    (Closes: #290270).
2101   * Bug fix: "debian-policy: virtual package request: mpd-client", thanks
2102     to Eric Wong                                             (Closes: #270020).
2103   * Bug fix: "[ACCEPTED 2005/02/04]: "libexec", or use of "lib" for
2104     binaries in lib* packages", thanks to Junichi Uekawa 
2105                                                               (Closes: #146023). 
2106   * Bug fix: "debian-policy: virtual package: flexmem", thanks to Bartosz
2107     Fenski aka fEnIo                                          (Closes: #239359).
2108   * Bug fix: "Please clarify Section 2.5. required <-> essential",
2109     thanks to Adrian Bunk. Clarified the section.             (Closes: #216104).
2110   * Bug fix: "debian-policy: Please remove virtual package
2111     aspell-dictionary", thanks to Brian Nelson                (Closes: #295939).
2112   * Bug fix: "[AMENDMENT 18/02/2002] Where to place web-accessible
2113     images", thanks to Tollef Fog Heen                         (Closes: #89867).
2114   * Bug fix: "debian-policy: erroneous enumeration in prebuilt policy.*
2115     files", thanks to Nikolaus Schulz. I am hoping that this shall go away
2116     when we rebuild.                                          (Closes: #286553).
2117   * Bug fix: "please make names of alternate versions links", thanks to
2118     Robert Cheramy. Added HTTPPATH elements that should provide the URL's
2119     as well as the hyperlinks.                                 (Closes: #308886).
2120   * Bug fix: "www.debian.org: Misspelling in Policy Manual", thanks to
2121     Roberto C. Sanchez Various spelling errors were also corrected in a
2122     spell check run.                                           (Closes: #309162).
2124  -- Manoj Srivastava <srivasta@debian.org>  Thu, 16 Jun 2005 20:27:17 -0500
2126 debian-policy (3.6.1.1) unstable; urgency=low
2128   Manoj:
2129   * [AMENDMENT 15/09/2003] Move documentation of behavior of ancient dpkg
2130     in 6.6 to a footnote.                                  closes: Bug#209855
2131   * Fix the outdated link for the mime subpolicy.          closes: Bug#212153
2132   * Fix a missing comma in the list of sections            closes: Bug#215524
2133   * Fix spelling of sysv-rc                                closes: Bug#215558
2134   * [AMENDMENT 28/03/2004] ${perl:Depends} documentation
2135     incomplete. Added an informative foot note stating that dependencies
2136     caused by versioned uses and on separately packaged modules are not
2137     included in this variable and must be explicitly included.
2138                                                            closes: Bug#202054
2139   * Clarified that section 3.2.1 refers to the date based postion of  the
2140     version number, if not already clear from the context. This allows
2141     developers leeway in selecting date based version numbers for their
2142     packages, without loosing the advantages of the format specified in
2143     this section.                                          closes: Bug#248618
2144   * Bug fix: "Broken link to virtual-package-names-list.txt in section
2145     3.6", thanks to Carlos O'Donell                        (Closes: #248786).
2146   * Bug fix: "Broken link to debconf_specification.txt.gz in section
2147     3.10.1 of the Debian Policy manual.", thanks to Carlos O'Donell and
2148     Scott C.MacCallum <scm@madoshi.com>            (Closes: #248788, 247761).
2149   * Bug fix: "missing commas in subsections list", thanks to Filippo
2150     Giunchedi                                             (Closes: #236614).
2151   * Bug fix: "debian-policy: policy-process, broken URL", thanks to Manoj
2152     Srivastava                                           (Closes: #244969).
2153   * Bug fix: "bad reference to debconf-devel(8) has to be (7)", thanks to
2154     Kevin Price                                          (Closes: #247143).
2155   * Bug fix: "debian-policy: Small wording change", thanks to Mike Paul
2156                                                           (Closes: #252392).
2157   * Bug fix: "debian-policy: broken URL: CSH Programming Considered
2158     Harmful", thanks to Steven Augart                     (Closes: #253324).
2159   * Bug fix: "New virtual package: cron-daemon", thanks to Adam Byrtek
2160                                                           (Closes: #252086).
2161   Josip:
2162   * Fixed detection of invoke-rc.d's existence,            closes: #218530.
2163   * Generalized the dpkg-shlibdeps example and added a current example in a
2164     footnote, set proper section ids and linked the d-sd section better,
2165                                                            closes: #50565.
2166   * Clarified the section about the Architecture field and added footnotes
2167     to indicate recommended actions,                       closes: #51832.
2168   * Updated PGP references,                                closes: #68827.
2169   * Linked f-Format in the list of fields of the .dsc file, not mandatory
2170     according to my skimming of dpkg-source,               closes: #70742.
2171   * Fixed the command line required to output the copyright file,
2172                                                            closes: #75508.
2173   * Removed the long obsolete notion of specific directory names within
2174     source tarballs,                                       closes: #79210.
2175   Andi:
2176   * sgml-dtd was moved, fix FTBFS.                         Closes: #241683
2177   * fix link to WM specification.                          Closes: #235484
2178   * manpage -> man page.                          Closes: #232364, #238958
2179   * language adjustment.                                   Closes: #227762
2180   * added virtual packages stardict-dictionary, inetd-superserver.
2181                                                   Closes: #185943, #237049
2183  -- Manoj Srivastava <srivasta@debian.org>  Fri, 25 Jun 2004 16:07:38 -0500
2185 debian-policy (3.6.1.0) unstable; urgency=low
2187   Josip:
2188   * Removed obsolete section on obsolete constructs and libraries,
2189     closes: #193748.
2190   Manoj:
2191   * Change reference to the debconf introduction from kitenet to a debian
2192     hosted server.                                         closes: Bug#187297
2193   * Added myspell-dictionary to the virtual packages list  closes: Bug#203728
2194   * Fix the restart action in the init.d/bind example; it now uses
2195     --oknodo so that the action does not fail when the service is not
2196     running.                                               closes: Bug#187250
2197   * invoke-rc.d and update-rc.d are now in the sysv-rc package instead of
2198     the sysvinit package. Fixed a reference in policy.     closes: Bug#200440
2199   * Note that postinst abort-remove is called if there is an error while
2200     removing the package.                                  closes: Bug#188030
2201   * [AMENDMENT 2003/08/03] Make Debconf the standard for prompting the
2202     user                                                   closes: Bug#176506
2204  -- Manoj Srivastava <srivasta@debian.org>  Tue, 19 Aug 2003 07:28:10 -0500
2206 debian-policy (3.6.0) unstable; urgency=low
2208   Josip:
2209   * Restructured Policy, closes: #189306.
2210     + Many packaging manual appendices that were integrated into policy
2211       sections are now empty, and replaced with links to the Policy.
2212       In particular, the appendices that included the list of control
2213       fields were updated (new fields like Closes, Changed-By were added)
2214       and the list of fields for each of control, .changes and .dsc files
2215       is now in Policy, and they're marked mandatory, recommended or
2216       optional based on the current practice and the behaviour of the
2217       deb-building toolchain.
2218     + Elimination of needlessly deep section levels, primarily in the
2219       chapter Debian Archive, from which two new chapters were split out,
2220       Binary packages and Source packages. What remained was reordered
2221       properly, that is, some sect1s became sects etc.
2222     + Several sections that were redundant, crufty or simply not designed
2223       with any sort of vision, were rearranged according to the formula that
2224       everything should be either in the same place or properly interlinked.
2225       Some things remained split up between different chapters when they
2226       talked about different aspects of files: their content, their syntax,
2227       and their placement in the file system. In particular, see the new
2228       sections about changelog files.
2229   Manoj:
2230   * Added Games/Simulation to menu subpolicy               closes: Bug#194974
2231   * Added Apps/Education to menu subpolicy                 closes: Bug#194972
2232   * [ACCEPTED]: Debian changelogs should be UTF-8 encoded. Changed the
2233     wording from a should to a may; since a should would make an unknown
2234     number of packages insta buggy. A reuest makes all these wishlist
2235     bugs; we can raise the severity in a later version of policy.
2236                                                            closes: Bug#174982
2237   * Added LANG=C before the debiandoc2X invocations, this ensures that the
2238     resulting documents do not get converted to the locale on the building
2239     machine.  This answers some of the issues mentioned in  Bug#175064
2240   * [AMENDMENT 02/05/2003] encourage packagers to systematically prevent
2241     mis-linked libraries                                   closes: Bug#191369
2242   * [AMENDMENT 6/6/2003] build-depends-indep need not be satisfied
2243     during clean target.                       closes: Bug#191411, Bug#178809
2244   * Fixed the fact that section 7.5.1 does not describe dpkg's true
2245     behavior. Now added a footnote that explains that replaces is a one
2246     way relationship.                                      closes: Bug#183195
2247   * Could no longer find the misspelling "seciton", thus this must have
2248     been fixed in a previous change in the manual.         closes: Bug#193903
2249   * Fixed an incorect /usr/share/common-licences/GPL reference, ensured a
2250     consistent spelling across the manuals.                closes: Bug#189516
2251   * Removed an extraneous > in menu policy.                closes: Bug#187615
2252   * Fixed typos, and part of the report that was deemed valid; the other
2253     changes suggested were incorrect, or style issues.     closes: Bug#169744
2254   * updated the section numbers in the upgrading checklist
2255     for the restructuring
2257  -- Josip Rodin <joy-packages@debian.org>  Wed,  9 Jul 2003 18:01:35 +0200
2259 debian-policy (3.5.10.0) unstable; urgency=low
2261   Josip:
2262   * Fixed date, typos and added indentation in the virtual packages list,
2263     closes: #182792.
2264   * Changed the formatting of the link to the authors section to avoid
2265     confusion in the debiandoc2txt output, closes: #185985.
2266   * Fixed various typos, closes: #189274, #187418, #187422, #189654.
2267   * Removed broken link to csh.whynot on CPAN, closes: #187567.
2268   * Updated archive section list, closes: #187420.
2269   * Stop attaching byhand tarballs, cf. bug #184082.
2270   Manoj:
2271   * Clarify x-terminal-emulator virtual package eligibility, in an
2272     extention to an informative footnote.                    closes: Bug#165063
2273   * Add 40 points, not 20, when the window manager is compliant with "The
2274     Window Manager Specification Project".                   closes: Bug#167004
2275   * Fixed reference to the debconf URL (we can change the URL as it
2276     changes again, and I don't think any additional load would accrue
2277     since people using the old URL were redirected to auric anyway).
2278                                                              closes: Bug#184518
2279   * Inserted the word only in the package name section.      closes: Bug#184368
2280   * Amended the section about Prompting in maintainer scripts. Added a
2281     footnote (quoting from the Jargon File) to explain what "by hand"
2282     means in a computer context.                             closes: Bug#184507
2284  -- Josip Rodin <joy-packages@debian.org>  Sat, 10 May 2003 19:13:50 +0200
2286 debian-policy (3.5.9.0) unstable; urgency=low
2288   Josip:
2289   * Added missing bits of information about Description: fields from
2290     the old Packaging manual,                                   closes: #172022
2291   * Fixed a stale reference to the "base system maintainer" to
2292     base-passwd maintainer,                                     closes: #174927
2293   * Fixed an accidental change from /usr/share/package to /usr/share/doc in
2294     the paragraph about not depending on /usr/share/doc/package,
2295                                                                 closes: #174048
2296   * Fixed several errors reported by Guenther Palfinger, with some help from
2297     Richard Braakman,       closes: #177205, #177206, #177207, #177208, #177209
2298   * Added versions to links and docbook-xml source-dependencies, hopefully
2299     fixes the bug with potato, and even if it doesn't, I don't care :)
2300                                                                 closes: #103459
2301   * Fixed typos in the debconf spec noticed by Jay Bonci,       closes: #178455
2302   * Clarified that using Build-Depends for build-dependencies is not a "may"
2303     but a "should", added proper linking among various sections dealing with
2304     the dependencies so that there is no confusion,              closes: #87510
2305     If any one of those poor, misguided people ;) still thinks that the
2306     requirement should be a "must" (in _our_ meaning, not RFC "MUST"),
2307     please file a new bug, as it's quite unproductive to have to sift
2308     through a 152-page bug log which mostly goes back-and-forth with
2309     explanations how policy should work, occasionally sprinkled with
2310     offtopic stuff, too.
2311   * When asked to restart a service that isn't already running, the init
2312     script should start it,                                      closes: #60979
2313   * Rephrased section on configuration files to remove confusing use of
2314     "should",                                                   closes: #170019
2315   * Rearranged the shared library information properly,         closes: #109166
2316     This change also centralizes the info on how to ship static libraries
2317     in one place (hopefully not too ambiguous),                  closes: #93975
2318   * Allow examples to be placed in /usr/share/doc/package/ in packages
2319     that are meant to provide examples,                          closes: #69864
2320   * Removed several references to the Policy manual etc in the stuff
2321     imported from old packaging manual,                         closes: #181923
2322   * Fixed too greedy wildcard match in the logrotate example,
2323                                                                 closes: #183544
2325  -- Manoj Srivastava <srivasta@acm.org>  Fri,  7 Mar 2003 12:35:16 -0600
2327 debian-policy (3.5.8.0) unstable; urgency=low
2329   Manoj
2330   * Added example for why one may call ldconfig anywhere in the
2331     postsint.                                                closes: Bug#120585
2332   * Add the modifications about base system, as opposed to the soon to be
2333     obsolete base section (I assume it is)                    closes: Bug#53582
2334   * Rearranged the virtual packages list.                     closes: Bug#72980
2335   * This is basically an attempt to ratify the current practice of using
2336     debhelper in the clean target. Currently, policy does not require
2337     debhelper to be installed when the clean target is run, even though it
2338     is in the build-depends field. This was a simple oversight.  
2339                                                              closes: Bug#164035
2340   * No longer depend on fileutils.                           closes: Bug#167425
2341   * Added the Apps/Science menu section                      closes: Bug#162812
2342   * Applied text patch from Joey Hess to the debconf spec simply make it
2343     conform to the reality of how some things work now. This is part of an
2344     effort to make debconf and cdebconf better substitutes for each
2345     other. Since it was not an XML patch, no special markup is present in
2346     the new content, except where I made guesses.            closes: Bug#160776
2347   * Clarify section 13.3.                                    closes: Bug#160248
2348   * Removed the undocumented(7) hack requirement.            closes: Bug#39830
2349   Josip
2350   * Removed the obsolete notion of documenting changes within the copyright
2351     file,                                                     closes: Bug#65764
2353  -- Manoj Srivastava <srivasta@debian.org>  Fri, 15 Nov 2002 00:36:54 -0600
2355 debian-policy (3.5.7.1) unstable; urgency=low
2357   * Fix the debconf spec to (postinst -> postrm) closes: Bug#129375, Bug#160839
2358   * Fix update-rc.d example, mention that changing run-levels or priority
2359     may require removing and re-creating the symbolic links. closes: Bug#149709
2360   * Fix the groff and col -b interaction                     closes: Bug#164755
2361   * Added section numbers to upgrading checklist             closes: Bug#160914
2362   * Fixed typo KB_Backspace -> KB_BackSpace
2363   * Clarify wording in the section about ChangeLog files to allow for
2364     symbolic links in /usr/share/doc/ directory (was already allowed in a
2365     previous section of policy 13.6)                         closes: Bug#111137
2366   * Removed a spurious + from text.                          closes: Bug#160908
2367   * Added a note in the debconf spec to consult debconf-devel(8) for
2368     details.                                                 closes: Bug#133030
2369   * Added a reference to the local copy of the FHS.          closes: Bug#122928
2370   * Updated reference to ash (dash). This implements the non controversial
2371     parts of Bug#161455.
2373  -- Manoj Srivastava <srivasta@debian.org>  Sat, 26 Oct 2002 13:12:49 -0500
2375 debian-policy (3.5.7.0) unstable; urgency=low
2377   * Fixed some broken hrefs in links
2378   * No longer use local debiandoc stuff (it's been fixed upstream)
2379   * Added table of contents (index.html) to policy-process.sgml, fixing
2380     the new error reported to bug #137521                    closes: Bug#137521
2381   * Fixed a couple of typos                                  closes: Bug#139832
2382   * Ran through the policy document looking for long instances of text in
2383     the <tt> tag, and changed it to <file> where appropriate. This is
2384     since the <file> tag can handle line breaking, but the <t> flag does
2385     not.                                                     closes: Bug#139820
2386   * Change the requirement to ask permission to make devices to merely
2387     requiring a notification.                                closes: Bug#106280
2388   * Added a build dependson docbook utils.                   closes: Bug#154660
2389   * Since this is being built with a newer version of debiandoc-sgml, this
2390     should display better with lynx.                         closes: Bug#153704
2391   * Add in the crypto-in-main amendment.          closes: Bug#81852, Bug#144411
2392   * we no longer have task packages, instead, we define tasks using a
2393     special field in the control file (and these should be added only
2394     after discussion on the mailing lists)                    closes: Bug#97755
2395   * Clarify wording in the section for packages providing fonts.
2396                                                              closes: Bug#109672
2397   * Fix the doc base file for policy process     closes: Bug#137521, Bug#147554
2398                                                              closes: Bug#146756
2399   * using set -e is not dubious advice. Rejecting this.      closes: Bug#139969
2400   * Make the directory one is building under ./debian/ be up to the
2401     maintainer, instead of mandating ./debian/tmp/           closes: Bug#144297
2402   * Add a standards version                                  closes: Bug#145067
2403   * Added virtual package debconf-2.0                        closes: Bug#151328
2404   * Added The Window Manager Specification Project support to the default
2405     window manager selection mechanism                       closes: Bug#155680
2406   * The confusion between /var/mail and /var/spool/mail seems to have been
2407     disambiguated.                                           closes: Bug#114949
2408   * Mention the new Build-Depend-Indep semantic and the new
2409     build-indep/build-arch rules in upgrading checklist      closes: Bug#116134
2410   * Made package naming rules in policy consistent. I did not eliminate
2411     the duplication, since I don't want to make major changes to the flow,
2412     since we are supposed to be re-writing policy anyway.    closes: Bug#131441
2413   * Clarified wording about cases where we may have concrete and virtual
2414     packages with the same name.                             closes: Bug#134977
2415   * Fixed typo 'be be'                                       closes: Bug#138681
2416   * Fixed typo in appendix G -- example of diversion         closes: Bug#140697
2417   * fix typo shlib: -> shlibs:                               closes: Bug#141903
2418   * Provide a link between two sections dealing with virtual packages.
2419                                                              closes: Bug#143770
2420   * Fixed xtifr's email address in the menu policy           closes: Bug#152965
2421   * Allow shared library names to be have a hyphen between library name
2422     and soversion if the library name ends in a number.      closes: Bug#100472
2423   * Permit some libraries to only install static libs.       closes: Bug#100346
2424   * Remove the debug option, add noopt           closes: Bug#157131, Bug#113525
2425   * provide dhcp-client virtual package.                     closes: Bug#154142
2426   * We do not need bits in policy that ``should not be enforced''.
2427                                                              closes: Bug#150456
2428   * We are building this with the latest debianndoc-sgml.    closes: Bug#146703
2429   * Finish incorporating all of the accepted changes in Bug#72335, and
2430     this                                         closes: Bug#141307, Bug#156546
2431   * Added virtual package aspell-dictionary                  closes: Bug#139067
2432   * Added virtual package radius-server                      closes: Bug#118608
2433   * Clarifying manual pages is not a policy issue.           closes: Bug#112828
2434   * Corrected the ldconfig handling instructions.            closes: Bug#111025
2435   * Not a policy issue.                                      closes: Bug#106826
2436   * Removed the /usr/doc/ symlink clause.          closes: Bug#47298, Bug#69311
2438  -- Manoj Srivastava <srivasta@debian.org>  Sat, 31 Aug 2002 02:18:02 -0500
2440 debian-policy (3.5.6.1) unstable; urgency=low
2442   * Set the cotact information for the FHS contact, and add mention of the
2443     FHS mailing list.                                        closes: Bug#137172
2444   * ftp://ftp.debian.org/debian/doc/package-developer/ certainly seems to
2445     exist, and does contain the menu policy.     closes: Bug#110711, Bug#121977
2446   * Added java related virtual packages                      closes: Bug#110713
2447   * Fixed confusion in appar4ently contradictory wording about /etc/init.d
2448     scripts: clarified to emphasize that the init.d files _are_
2449     configuration files, and they _must_ have local changes preserved,
2450     either (if they are present in the .deb) by marking them as conffiles
2451     or, if they do not exist in the .deb file, by any other means. This
2452     does not change any requirements, and should have no affect on any
2453     conformant packages.                                     closes: Bug#132621
2454   * Fixed error in doc-base file                             closes: Bug#137521
2455   * fixed typo in virtual packages list                      closes: Bug#110446
2456   * Fixed typo in upgrading checklist.                       closes: Bug#110705
2457   * Fixed typo (dependencies) in the policy                  closes: Bug#122931
2458   * Fixed grammar errors in the policy                       closes: Bug#126131
2459   * While I am cleaning out bugs, these are old and the reporter no longer
2460     wnats to pursue them, and there was never a consensus reached. If
2461     there is interest, new bugs can be filed.      closes: Bug#51411, Bug#51412
2462   * Added the virtual package dict-client                    closes: Bug#122996
2463   * Added the virtual package foomatic-data                  closes: Bug#123570
2464   * Added the virtual packages {x-}audio-mixer               closes: Bug#131781
2466  -- Manoj Srivastava <srivasta@debian.org>  Thu, 14 Mar 2002 12:16:53 -0600
2468 debian-policy (3.5.6.0) unstable; urgency=low
2470   * Change footnote about urgency values to the now-current list: low,
2471     medium, high, emergency.
2472   * Correct note about /etc/default files being conffiles/config files,
2473     which I mucked up (sorry Joey) [10.3.2]
2474   * [AMENDMENT 2001/06/26] Downgrade emacs/tex to optional
2475                                                   closes: Bug#102204, Bug#53849
2476   * [AMENDMENT 2001/06/26] Next stage in usr/doc -> usr/share/doc transition
2477                                                              closes: Bug#102199
2479   * [AMENDMENT 09/06/2001] Clarifying FHS policy   closes: Bug#98291, Bug#60461
2480   * Spelling correction                                      closes: Bug#105625
2481   * [AMMENDMENT 28/06/2001] Restrict http access to /usr/share/doc
2482                                                              closes: Bug#100631
2483   * [AMENDMENT 23/5/2001] Optional build-arch and build-indep targets for
2484     debian/rules                                             closes: Bug#72335
2485   * The old packaging manual is included in the policy document as an
2486     informative appendix. It is not part of Debian Technical Policy, and
2487     its presence is a temporary measure until dpkg documentation includes
2488     the information provided.                                closes: Bug#105535
2489   * Added information about optional blank lines in the chagelog format.
2490                                                              closes: Bug#105538
2492  -- Manoj Srivastava <srivasta@debian.org>  Tue, 24 Jul 2001 21:43:22 -0500
2494 debian-policy (3.5.5.0) unstable; urgency=low
2496   * Fixed up incorrect entries in the changelog (there was an erroneous
2497     3.5.0.1 revision which never happened; it has now been correctly
2498     merged with the 3.5.3.0 changelog entry)
2499   * Add section numbers to upgrading-checklist for all revisions from
2500     3.0.0 onwards
2501   * Complete rewrite (and renumbering) of sections 9.1 and 9,2
2502   * This time *really* include the HTML version of the FHS
2503   * Added doc-base support for all of the HTML files
2504   * Added several more files to the byhand list and rewrote chunks of
2505     debian/rules to do this
2506   * Add patched versions of debiandoc-sgml stuff to source package until
2507     patches are incorporated upstream
2508   * Versioned Build-Depend on debiandoc-sgml for fixed Text.pm
2509   * Improved mkdir example in 10.1.2                 closes: Bug#92744
2510   * Made the "where examples live" entry in the upgrading-checklist
2511     clearer (add "for use by scripts")
2512   * Add a dpkg-statoverride description section      closes: Bug#89473
2513   * Fix the ldconfig usage description (remove "only if")
2514                                                      closes: Bug#89674
2515   * Clarification of package priority issues vis-a-vis the X Windows
2516     system                                           closes: Bug#91249
2517   * Enhanced x-terminal-emulator policy              closes: Bug#91252
2518   * Minor changes to X app-defaults policy           closes: Bug#91259
2519   * Clarification of X policy in respect to FHS      closes: Bug#91260
2520   * OpenMotif has the same rules as OSF/Motif        closes: Bug#91261
2521   * The X Font policy rewrite                        closes: Bug#91257
2522   * The "man" program is no longer guaranteed to read header information
2523     to find alternative manpage names                closes: Bug#94995
2524   * Correction to meaning of Standards-Version       closes: Bug#97072
2525   * Split section 12.8 (X Window System) into subsections for readability
2526   * Plug-ins != shared libraries (at last)           closes: Bug#66023
2527   * Add packaging manual remnants to policy document as appendices, and
2528     mention this in control file                     closes: Bug#95906
2529   * Clarification in Perl policy                     closes: Bug#98712
2531  -- Julian Gilbey <jdg@debian.org>  Fri,  1 Jun 2001 10:37:52 +0100
2533 debian-policy (3.5.4.0) unstable; urgency=low
2535   * [ACCEPTED 2/4/01] /var/mail and /var/spool/mail  closes: Bug#42052
2536   * [AMENDMENT 26/04/2001] include Perl Policy       closes: Bug#83977
2537   * Also incorporates all the improvements that Julian has made to to the
2538     grammar and flow of the policy manual. The following are mostly
2539     Julian's fixes:
2540   * Removed reference to non-extant dpkg documentation
2541   * Fixed the confusing self referential language.   closes: Bug#85503
2542   * Correct ambiguous kanguage about declaring build dependencies.
2543                                                      closes: Bug#86436
2544   * Improved the woding of the footnote about shlibdeps.
2545                                                      closes: Bug#87233
2547  -- Manoj Srivastava <srivasta@debian.org>  Sat, 28 Apr 2001 13:30:21 -0500
2549 debian-policy (3.5.3.0) unstable; urgency=low
2551   * Removed recommendation on packaging-manual
2552                                     closes: Bug#86507, #93620, #93705
2553   * Also now Conflicts and Replaces packaging-manual
2554   * Remove FSSTND from binary package, although retain it in the source
2555     package for the time being
2556   * Get the version.ent non-compression thingy right this time!
2557   * Also install FHS stuff byhand (as requested by webmasters)
2558   * Corrected GPL name and location         closes: Bug#88788, #93047
2559   * Correct bug severities                          closes: Bug#91276
2560   * Correct typos etc. in policy-process
2561   * Rename all .text files as .txt
2562   * Fixed the "to to" typo in policy                 closes: Bug#87007
2563   * Changed packaging manual ==> dpkg documentation  closes: Bug#88651
2564   * [ACCEPTED 14/03/2001] Deprecate confusing        closes: Bug#87828
2565     Build-Depends arch syntax
2566   * [AMENDMENT 29/03/2001] Clarification of example  closes: Bug#87711
2567     configuration files
2568   * Undo all renaming to text, since the change had not been propogated to
2569     the rules file, which broke badly. This shall have to wait for a later
2570     version.
2571   * Richard Braakman and Michael Dorman have expressed their resignation
2572     from policy maintenance duties.
2573   * fixed the date thinko in upgrading checklist. Thanks to Sébastien
2574     Montagne <sebastien.montagne@netcourrier.com>        closes: Bug#84236
2576  -- Manoj Srivastava <srivasta@debian.org>  Sun, 15 Apr 2001 13:36:19 -0500
2578 debian-policy (3.5.2.0) unstable; urgency=low
2580   * Add XFree86 app-defaults ammendment             closes: Bug#83069
2582  -- Julian Gilbey <jdg@debian.org>  Sun, 18 Feb 2001 14:11:49 +0000
2584 debian-policy (3.5.1.0) unstable; urgency=low
2586   * Removed deprecated virtual package names        closes: Bug#84641
2587   * Changed rmdir postrm example (suggestion on -policy list)
2588   * Removed Richard Braakman from list of maintainers at his request
2589   * Corrected typos and grammatical errors found by Sean Perry
2590                             closes: Bug#85501, #85504, #85505, #85506
2591                             closes: Bug#85508, #85510, #85511, #85514
2592                             closes: Bug#84631, #84636, #85497, #85982
2593                             closes: Bug#85986, #85993, #86001
2594   * No longer include the old proposal document     closes: Bug#84079
2595   * Update footnote about dpkg-shlibdeps now that it uses objdump; bump up
2596     minor version number for this
2597   * Updated dpkg-shlibdeps example to use up-to-date package names (and
2598     correct dpkg-shlibdeps command line syntax)
2599   * Clarify error conditions for package installation
2600                                        (Bug#61801 from packaging-manual)
2601   * Add the "main" section of each distribution (got left out by
2602     accident!)                 (Bug#64304, #75955 from packaging-manual)
2603   * Clean version numbering string     (Bug#73064 from packaging-manual)
2604   * Install HTML version of FHS                     closes: Bug#83487
2605   * Removed bashism from debian/rules
2607  -- Julian Gilbey <jdg@debian.org>  Thu, 15 Feb 2001 12:13:00 +0000
2609 debian-policy (3.5.0.0) unstable; urgency=low
2611   * There have been numerous changes since the last major change, and
2612     peole have had tiome now to review the recent changes, so I am
2613     updating the policy minor version to reflect the quantity and
2614     magnitude of changes since 3.2.1
2615   * More spelling corrections, thanks to "Christian T. Steigies"
2616     <cts@nikocity.de>
2617   * Added mention of  DEB_BUILD_OPTIONS in upgrading checklist.
2618                                                     closes: Bug#83924
2619   * Fixed some typos.                               closes: Bug#83960
2620   * Policy now mentions preinst scripts.            closes: Bug#80342
2621   * [AMENDMENT 2000/12/26] allow/document use of Debian Configuration
2622     management system (debconf)                     closes: Bug#80347
2623   * Yet more typo fixes                             closes: Bug#82743
2624   * Document the fact that X font utilities have moved to the package
2625     xutils                                          closes: Bug#82966
2626   * Fixed the date in the virtual package list      closes: Bug#83438
2627   * Cleaned up some ephemeral informative foornotes of the polic. Thanks
2628     to Branden Robinson <branden@debian.org>        closes: Bug#83065
2629   * Corrected reference to the mime policy.         closes: Bug#79891
2630   * Corrected reference to the menu policy.         closes: Bug#75925
2631   * Added a note to the effect that the example make snippet used to
2632     illustrate the DEB_BUILD_OPTIONS environment variable is merely
2633     informative, and expanded the example to dismiss any confusion about
2634     potential failure due to accidentally trying to strip scripts.
2635                                                     closes: Bug#80506
2637  -- Manoj Srivastava <srivasta@debian.org>  Sun, 28 Jan 2001 21:59:16 -0600
2639 debian-policy (3.2.1.2) unstable; urgency=low
2641   * The minimal change in version number is so that people can test and
2642     root out the bugs in this document before we make everyone change to
2643     this version.
2644   * Document the Enhances relationship
2645   * Removed the restriction that one, and exactly one, person must
2646     maintain a package.                            closes: Bug#51879
2647   * Fixed a typo, and added the nogroup name, in uid/gid section of
2648     policy.                                        closes: Bug#53496
2649   * Fixed a misstatement in policy about not needing to depend on packages
2650     in the base system (not true -- the Essential tag is significant)
2651                                                    closes: Bug#53700
2652   * Clarified update-rc.d stuff                    closes: Bug#55048
2654   * We have already included the material for shlibdep changes, and most
2655     of this is not relevant to policy anyway.      closes: Bug#55730
2656   * makedev--> MAKEDEV                             closes: Bug#57154
2657   * Added restrictions on the files in /usr/share/doc/
2658                                                    closes: Bug#59403
2659   * Changed location of a paragraph about copyright files into the section
2660     that deals with copyright files.               closes: Bug#65765
2661   * init script configuration variables            closes: Bug#66912
2662   * Clarifed language about packages sharing a conffile need to be marked
2663     as conflicting                                 closes: Bug#76028
2665  -- Manoj Srivastava <srivasta@debian.org>  Thu, 18 Jan 2001 01:43:58 -0600
2667 debian-policy (3.2.1.1) unstable; urgency=low
2669   * Don't compress version.ent in the doc directory (it gets bigger!)
2670   * Incorporate the packaging manual into the policy document. The minimal
2671     change in version number is because I suspect that this version is
2672     going to be buggy.
2673                                                     closes: Bug#62943, Bug#72949
2674   * Fixed typo in menu-policy.                      closes: Bug#70442
2675   * Fixed typo in policy manual                     closes: Bug#70634, Bug#70643
2676   * Removed extraneous > from policy                closes: Bug#77645
2677   * Fixed two typos in upgrading checklist          closes: Bug#78809, Bug#78822
2678   * Fixed spelling of utility                       closes: Bug#82458
2679   * [ACCEPTED 2000/09/08] Free pkgs depending on non-US should go into
2680     non-US/{main,contrib}                          closes: Bug#69229
2681   * Added rsh-server and telnet server to the virtual packages list
2682                                                    closes: Bug#77404
2683   * Fixed outdated references to the FHS.          closes: Bug#77650
2685  -- Manoj Srivastava <srivasta@debian.org>  Tue, 16 Jan 2001 23:53:31 -0600
2687 debian-policy (3.2.1.0) unstable; urgency=low
2689   * [AMENDMENT 15/01/2000] revision of the "to build with X support or
2690     not" policy.                                        closes: Bug#53759
2691   * [ACCEPTED 2000/06/06] Must/Should/May in policy  This is only a
2692     clarifying change, and was not intended to change the intent of
2693     policy.                                             closes: Bug#64437
2694   * [ACCEPTED 03/05/2000] About the use of conffiles.   closes: Bug#61308
2695   * [AMENDMENT 10/05/2000] s/mail\.mail/root\.mail/     closes: Bug#62668
2696   * [ACCEPTED 04/05/2000] Update for new non-US layout  closes: Bug#62946
2697   * [ACCEPTED 04/05/2000] s/debian-devel/debian-legal/  closes: Bug#62947
2698   * [ACCEPTED 04/05/2000] s/bash/base-files/            closes: Bug#62948
2699   * Typo: 1744s/tty/ttyS/                               closes: Bug#64516
2700   * proposal for mp3-encoder virtual package            closes: Bug#64004
2701   * proposal for mp3-decoder virtual package            closes: Bug#64006
2702   * new virtual package time-daemon                     closes: Bug#69031
2703   * [PATCH] typos in menu-policy.sgml                   closes: Bug#69424
2704   * [PATCH] typos and awkwardness in policy.sgml        closes: Bug#69426
2705   * the example for using nostrip in DEB_BUILD_OPTIONS is
2706     incorrect.                                          closes: Bug#69487
2707   * [PATCH] more corrections                            closes: Bug#69670
2708   * [AMENDMENT 26/10/99] Amend non-free definition      closes: Bug#46522
2709   * [AMMENDMENT 29/10/99] /bin/sh needs echo -n         closes: Bug#48247
2710   * [AMENDMENT 1999/11/23] Clarify meaning of Essential: yes
2711                                                         closes: Bug#50832
2712   * [ACCEPTED] Request for new virtual packages: rsh-client and
2713     telnet-client                                       closes: Bug#58759
2715  -- Manoj Srivastava <srivasta@debian.org>  Thu, 24 Aug 2000 02:06:30 -0500
2717 debian-policy (3.2.0.0) unstable; urgency=low
2719   * Fixed bugs in debian-policy package:
2720   * We have had doc-base support for a while now.       closes: Bug#15709
2721   * packaging manual: Added additional clarification on dpkg
2722     behaviour.                                          closes: Bug#17369
2723   * [PROPOSAL] Do not make hardlinks to conffiles       closes: Bug#22935
2724   * [PROPOSED]: clarification needed about diversions.
2725     fixed usage for dpkg-divert                         closes: Bug#29522
2726   * [OLD PROPOSAL] debian-policy has an unclear statement
2727     on dependancies and priorities                      closes: Bug#39398
2728   * [ACCEPTED 10/26/99] changelog.html.gz sanitization. closes: Bug#40934
2729   * [AMENDED 07/09/1999] policy on -g, a proposal       closes: Bug#43787
2730   * Fixed missing </chapt> tag.                         closes: Bug#51091
2731   * Correct typo in section 2.3.5                       closes: Bug#52225
2732   * Documented that the library before the symlink hack
2733     (which dependend on file system specific kinks to work)
2734     is no longer required by newer versions of dpkg.    closes: Bug#53405
2735   * [ACCEPTED 02/01/2000] policy for usage of "xserver"
2736     alternative                                         closes: Bug#53755
2737   * [ACCEPTED 02/01/2000] additions to virtual package
2738     list                                                closes: Bug#53756
2739   * [ACCEPTED 02/01/2000] policy for "x-terminal-emulator"
2740      virtual package and alternative                    closes: Bug#53757
2741   * [ACCEPTED 02/01/2000] policy for "x-window-manager"
2742      virtual package and alternative                    closes: Bug#53758
2743   * [ACCEPTED 02/01/2000] revision of X application-defaults
2744     policy                                              closes: Bug#53760
2745   * [ACCEPTED 02/01/2000] revision of the Motif/LessTif
2746     policy                                              closes: Bug#53761
2747   * [ACCEPTED 02/01/2000] applying the FHS to packages
2748     that use X                                          closes: Bug#53762
2749   * [ACCEPTED 02/01/2000] policy for X font packages    closes: Bug#53763
2750   * Moved the documents into the Debian/ section, since
2751     that is where they belong, really.                  closes: Bug#54777
2752   * Fixed the ftp location in the manuals.              closes: Bug#56407
2753   * Fixed missing urlname entity in the sgml docs (where
2754     was it defined before anyway?)                      closes: Bug#56692
2755   * Fixed bugs in packaging-manual package:
2756   * Fixed typo where dpkg-genchanges was used instead of
2757     dpkg-gencontrol.                                    closes: Bug#58771
2758   * Other changes:
2759   * Added policy-process to document current procedures.
2760   * Added a dependency on fileutiles >=4.0, since the package would fail
2761     to install with older fileutils.
2762   * Installed FHS version 2.1
2763   * Policy recommends packaging manual and vice versa
2764   * Added FHS details to copyright file
2765   * Updaed the upgrade checklist. Minor changes to the ./debian/rules
2766     file.
2767   * Added footnotes in the packaging manual warning about the upcoming
2768     dpkg-shlibdeps change as in Bug#55730
2770  -- Manoj Srivastava <srivasta@debian.org>  Sun, 30 Jul 2000 17:43:02 -0500
2772 debian-policy (3.1.1.3) unstable; urgency=low
2774   * Fixed an upgrade bug when /usr/doc happens to be a symlink, and does
2775     not point to /usr/share/doc. A couple of people were bitten by this.
2777  -- Manoj Srivastava <srivasta@debian.org>  Mon, 28 Feb 2000 22:27:05 -0600
2779 debian-policy (3.1.1.2) unstable; urgency=low
2781   * Correct missing </chapt> in packaging.sgml (closes: #51091)
2782   * Correct typo in policy 2.3.5 (closes: #52225)
2784  -- Julian Gilbey <jdg@debian.org>  Mon, 20 Dec 1999 20:39:57 +0000
2787 debian-policy (3.1.1.1) unstable; urgency=low
2789   * Correction to typo in packaging manual, section 6.2.
2790   * Correction to typo in packaging manual, section 12.2.5 (closes:
2791     #50502)
2792   * More corrections to packaging manual typos (closes: #50857)
2794  -- Julian Gilbey <jdg@debian.org>  Mon, 22 Nov 1999 19:23:31 +0000
2796 debian-policy (3.1.1.0) unstable; urgency=low
2798   * Correct description of negated architectures in Build-Depends
2799     description in Packaging manual (closes: #49901)
2801  -- Julian Gilbey <jdg@debian.org>  Tue, 16 Nov 1999 15:03:48 +0000
2803 debian-policy (3.1.0.0) unstable; urgency=low
2805   * Add instructions on /usr/doc -> /usr/share/doc symlinks (closes:
2806     #45561, #42447, #48570)
2807   * Added source dependencies (closes: #41232)
2808   * Deprecated /etc/rc.boot (closes: #32448, #32449)
2809   * Update-rc.d now only legal way to automatically access /etc/rc?.d
2810     directoried (closes: #41547)
2811   * FHS compliant location of examples (closes: #42849)
2812   * Added ispell-dictionary to virtual-packages.list (following new
2813     suggestions: no objections => accept) (closes: #8221)
2814   * Added man-browser to virtual-packages.list (closes: #24695)
2815   * Added ident-server to virtual-packages.list (closes: #45307)
2816   * Alphabeticised virtual packages list ;)
2817   * Corrected GPL reference in proposal.sgml
2818   * Clarification of "extra" priority (closes: #33076)
2819   * Remove buggy and seriously problematic licenses from list of contrib
2820     package criteria (closes: #45318)
2821   * Move docs to /usr/share/doc with a compatibility symlink (closes:
2822     #41829)
2823   * Update to FHS 2.1 draft #3 (for /var/state etc. changes).
2824   * Correct /var/lib/games -> /var/games (closes: #42358)
2825   * Added MIME subpolicy (closes: #46516)
2826   * Added support for VISUAL (closes: #41121)
2827   * Clarify non-dependence on /usr/local (closes: #44922)
2828   * Modified description of mail spool locking (closes: #43651)
2829   * Clarified wording of conffiles and configuration files (closes:
2830     #40766, #40767)
2831   * Changed description of release numbers (closes: #44620)
2832   * Added changelog.html -> changelog requirement (closes: $40934)
2833   * packaging-manual now correctly installs its docs (closes: #44643)
2834   * The packaging manual now discusses version numbers based on dates
2835     (closes: #17621)
2836   * Mention ls -f for testing order in which files appear on disk (closes:
2837     #19179)
2838   * Change order of '.' and '+' in description of version numbers (closes:
2839     #41095)
2840   * s/fields/field names/ in section 4.1 of packaging manual for clarity
2841   * Add Build-Depends-Indep: field to control file
2843  -- Julian Gilbey <jdg@debian.org>  Thu,  4 Nov 1999 23:50:37 +0000
2845 debian-policy (3.0.1.1) unstable; urgency=low
2847   * Typo corrected in packaging manual. closes: Bug#40180
2848   * Chnaged rules file to create ps and pdf files.
2850  -- Manoj Srivastava <srivasta@debian.org>  Mon, 16 Aug 1999 01:21:09 -0500
2852 debian-policy (3.0.1.0) unstable; urgency=low
2854   * A few typos and omissions corrected
2855   * Added the pop3-server to the virtual packages list, as decided on the
2856     list.
2857   * Fix the self reference to a location on the web site. closes: Bug#39408
2858   * Added the clarification that the .la files are essential for the
2859     packages using libtool's libltdl library, in which case the
2860     .la files must go in the run-time library package. (this is why this
2861     is version 3.0.1.0, and not 3.0.0.1)
2862   * The virtual package list has new directions (this has been true for a
2863     while, I am just closing the bug now). closes: Bug#26159
2864   * Since this package now contains the FHS, this closes: Bug#25533
2865   * The General resolution prototcol handling of the logos closes: Bug#26915
2866   * Inclusion of the Menu policy in the main policy document closes: Bug#30036
2867   * Since proposal submitting guidelines are now in the policy package,
2868     this closes: Bug#38612
2869   * Changed a /usr/doc reference to /usr/share/doc which had beeen missed
2870     before. closes: Bug#40864
2872  -- Manoj Srivastava <srivasta@debian.org>  Thu, 15 Jul 1999 13:35:11 -0500
2874 debian-policy (3.0.0.0) unstable; urgency=low
2876   * This is a test version of the policy package, and shall not be
2877     officially uploaded.
2878   * Merged in the packaging manual sources (we still have two separate
2879     .deb packages)
2880   * Multiple minor packaging tweaks.
2881   * [ACCEPTED 1998/05/01] Policy clarification about Standards-Version
2882     Added the clarifying paragraph (and the rationale in a footnote).
2883     closes: Bug#21969
2884   * [ACCEPTED 1999/04/05] Policy note that GPL moved to
2885     /usr/share/common-licenses. Again, also added the rationale as a
2886     footnote. closes: Bug#28747
2887   * [ACCEPTED 1999/05/04] Libtool archive (*.la) files in -dev' packages
2888     closes: Bug#37257, Bug#37338
2889   * [ACCEPTED 1999/04/28] Logrotation. Standardizer on logrotate.
2890     closes: Bug# 37342
2891   * [ACCEPTED 1999/05/23] Rewrite of section 5.7 (Programs for the X
2892     Window System) closes: Bug#38212
2893   * [ACCEPTED 1999/05/15] Separate menu policy (like virtual package list)
2894     closes: Bug#37713
2895   * [ACCEPTED 1999/05/09] Utmp group proposal
2896     closes: Bug#37389
2897   * [ACCEPTED 1999/05/09] Adopt the FHS in place of FSSTND
2898     Changed all references to the proper FHS versions. This was a first
2899     scan, so some references may still need to be changed. closes: Bug#37345
2900   * Updated the upgrading checklist.
2901   * updated the proposal for policy update to reflect the latest
2903  -- Manoj Srivastava <srivasta@debian.org>  Wed, 30 Jun 1999 22:49:15 -0500
2905 debian-policy (2.5.1.0) unstable; urgency=low
2907   * Removed double '>' marks from the policy document. closes: Bug#35095
2908   * Corrected canonical source for "Csh Programming Considered Harmful"
2909     closes: Bug#36286 Bug#32499
2910   * Fixed typo in invocation of update-rc.d. closes: Bug#34988 Bug#34543
2911   * Fixed misspelling of accessible. Ran ispell over the rest of the
2912     document (painful because of the large number of technical terms in
2913     there). closes: Bug#34233
2914   * Make the binary package contain the version.ent as well. closes: Bug#31033
2915   * Fixed typo s/as is/is/. closes: Bug#30302
2916   * AMENDMENT 23/04/1999: changed /etc/nntpserver recommendation to
2917     /etc/news/server. closes: Bug#21875
2918   * Added the current list of policy maintainers. closes: Bug#30148
2920  -- Manoj Srivastava <srivasta@debian.org>  Tue, 27 Apr 1999 11:10:29 -0500
2922 debian-policy (2.5.0.0) unstable; urgency=low
2924   * AMENDMENT: Added in changes in Bug #25911, which rearranged sections
2925     to create a new section 4, namely, files. Section 3.3 ("Files") should
2926     become Section 4.  The Sections that are currently Section 4 and
2927     Section 5 should be moved down to become Section 5 and Section 6
2928     accordingly.
2930     What is now Section 5.5 ("Log files") should be moved to be a
2931     subsection of the new Section 4 ("Files"), becoming section 4.8,
2932     placing it after "Configuration files", moving the would-be Section
2933     4.8 ("Permissions and owners") to Section 4.9.  All subsections of the
2934     current Section 5 after 5.5 should be accordingly moved down to fill
2935     in the number gap.
2937     This, along with the next amendment, justifies bumping up the version
2938     number. closes: BUG#25911
2940   * AMENDMENT: Added in changes in Bug #21185, about the naming and
2941     compression of changelog files. Now, if the upstream changelog file is
2942     HTML formatted, it should be accessible as
2943     /usr/doc/<package>/changelog.html.gz It also allows for this to be a
2944     symlink, if the upstream file name does not conform to Debian
2945     conventions. closes: BUG#21185
2947   * AMENDMENT: Added in changes in Bug #7890, to make clear that the HTML
2948     documents should be supplied in _some_ package, not necessarily in the
2949     main binary package (at the discretion of the maintainer).
2950     closes: BUG#7890
2952   * AMENDMENT: Added in changes in Bug #26461, which corrects the policy
2953     to refer to /usr/doc/<package>/copyright, rather than
2954     /usr/doc/copyright/<package>. closes: BUG#26461
2956   * AMENDMENT: Added in changes in Bug #25385, which allow the
2957     architecture specification strings to be of the form <arch>-<os>,
2958     where os is one of linux, gnu. Previously, only linux was allowed, now
2959     we also cater to the hurd. closes: BUG#25385
2961   * The responsibility of the contents of this package has now passed to
2962     the debian-policy mailing list. The packaging details are now being
2963     managed by a group of maintainers that do ot won the contents.
2965   * Make the package optional, not extra.
2967   * Re did the SGML markup. Normalized the document, and undid the omitted
2968     and shor tags. Personally, I use too many DTD's in real life to be so
2969     converssant with each one to be clever with tag omissions, and, since
2970     I have a smart editor, omitting tags does not byuy one much. In the
2971     process, I discovered a few errors in the markup (one of my
2972     predecessors hasd the unfortunate habit of treating <p> as a "create
2973     some space here" tag, and more often than not put it at the end of a
2974     paragraph, rather than using is as a container element (which is what
2975     it is, really).
2977   * Re did the control files, making them more robust
2979   * re did the rules file, making it more general, and easier to maintain
2980     by putting in a layer of abstractions.
2983  -- Manoj Srivastava <srivasta@debian.org>  Thu, 29 Oct 1998 15:16:52 -0600
2985 debian-policy (2.4.1.4) unstable; urgency=low
2987   * New Maintainer <debian-policy@lists.debian.org>
2989  -- Philip Hands <phil@hands.com>  Sat,  5 Sep 1998 02:41:35 +0100
2991 debian-policy (2.4.1.3) unstable; urgency=low
2993   * New maintainer (with changes from Adam P. Harris' proposed NMU)
2994   * policy.sgml:    some awkward phrasings fixed (closes Bug#22006)
2995   * policy.sgml:    s/depreciated/deprecated (closes Bug#21831)
2996   * debian/control: added conflict doc-base (<< 0.6), which I still am not
2997     sure why we need this but hey (closes Bug#21554)
2998   * policy.sgml: use new <url> tag where appropriate
2999   * policy.sgml, debian/control: always dynamically self reference the
3000     current version of policy, that is, do not hard code policy revision
3001     or date anywhere
3002   * debian/rules: use dpkg-gencontrol -isp
3003   * bugs fixed in some unknown previous version (closes Bug#23177)
3005  -- Philip Hands <phil@hands.com>  Tue, 11 Aug 1998 09:54:17 +0100
3007 debian-policy (2.4.1.2) frozen unstable; urgency=low
3009   * non-maintainer release
3010   * rebuild package to fix truncated Chapter 3 (Bug#23408, not marked as
3011     important but should be, since a gaping hole in policy is very
3012     annoying.)
3013   * bumped version of policy, within the document, to this version number,
3014     but not the date, indicating nothing really changed since then
3015   * no content changes
3016   * debian/rules: clean is a little cleaner
3018  -- Adam P. Harris <aph@debian.org>  Tue, 16 Jun 1998 03:15:22 -0400
3020 debian-policy (2.4.1.1) frozen unstable; urgency=low
3022   * Orphaned package
3024  -- Christian Schwarz <schwarz@debian.org>  Thu, 14 May 1998 21:54:50 +0200
3026 debian-policy (2.4.1.0) frozen unstable; urgency=low
3028   * Changes to the Debian Policy Manual:
3030     - Updated section 3.1.2 Site-specific programs
3031           and section 3.8 Keyboard configuration:
3032       + improved wording (fixes:bug#20129)
3034     - Updated section 2.1.7 Subsections:
3035       + fixed typos (fixes:bug#18145)
3037     - Updated section 3.3.5 Symbolic links:
3038       + symbolic links within a toplevel directory should be relative,
3039         symbolic links between toplevel directories should be absolute
3040         (cf., Policy Weekly Issue#6, topic 2)
3042     - Updated section 3.4 System run levels:
3043       + Intro: mention /etc/rcS.d (links to boot time scripts)
3044       + Notes: include rationale why /etc/init.d scripts have to be tagged
3045         as conffiles (fixes:bug#16199)
3046       + Example: changed example init.d script to handle force-reload
3047         and restart options and to comply with the console message
3048         standard (fixes:bug#19216)
3050     - Updated section 4.8 Emacs lisp programs:
3051       + Replaced old section about lisp programs with a reference to
3052         the file debian-emacs-policy.gz, installed by the emacsen-common
3053         package.
3055     - Updated section 4.9 Games:
3056       + manpages for games should be installed in /usr/man/man6
3057         (cf., Policy Weekly Issue#6, topic 3)
3059     - Removed one example reference to the current standards version
3060     - Include manual's date as plain text in the .sgml source so that
3061       a recompiled manual uses the same release date
3063   * Changes to the authoritative list of virtual package names:
3064     - Removed obsolete virtual package `emacs'
3066   * New version numbering scheme:
3068     - The version numbers are independent of dpkg now, but all policy
3069       manuals (the Debian Policy Manual, the Debian Packaging Manual, and
3070       the Debian Developer's Reference) share the same version numbering
3071       scheme.
3073     - The first three digits of the version number specify the
3074       `Standards-Version.' This number is incremented with each policy
3075       change. The fourth digit represents the `patch-level,' which may
3076       differ between the manuals.
3078       If only the patch-level digit is incremented, no changes in policy
3079       have been made, except bug fixes and clarifications. Packages only
3080       have to specify the first three digits of the version number in the
3081       `Standards-Version' field of their source packages.
3083   * Packaging changes:
3085     - Uploaded to frozen and unstable. This is a documentation-only
3086       package and the changes to the manual are relevant for hamm.
3088     - Fixed FSF's address in copyright file (detected by Lintian)
3090  -- Christian Schwarz <schwarz@debian.org>  Tue, 14 Apr 1998 10:08:09 +0200
3092 debian-policy (2.4.0.0) unstable; urgency=low
3094   * Changes to the Debian Policy Manual:
3096     - Updated section 3.3.4 Scripts:
3097       + /bin/sh may be any POSIX compatible shell
3098       + scripts including bashisms have to specify /bin/bash as
3099         interpreter
3100       + scripts which create files in world-writable directories
3101         (e.g., in /tmp) should use tempfile or mktemp for creating
3102         the directory
3104     - Updated section 3.3.5 Symbolic Links:
3105       + symbolic links referencing compressed files must have the same
3106         file extension as the referenced file
3108     - Updated section 3.3.6 Device files:
3109       + /dev/tty* serial devices should be used instead of /dev/cu*
3111     - Updated section 3.4.2 Writing the scripts [in /etc/init.d]:
3112       + all /etc/init.d scripts have to provide the following options:
3113         start, stop, restart, force-reload
3114       + the reload option is optional and must never stop and restart
3115         the service
3117     - Updated section 3.5 Cron jobs:
3118       + cron jobs that need to be executed more often than daily should
3119         be installed into /etc/cron.d
3121     - Updated section 3.7 Menus:
3122       + removed section about how to register HTML docs to `menu'
3123         (the corresponding section in 4.4, Web servers and applications,
3124         has been removed in policy 2.2.0.0 already, so this one was
3125         obsolete)
3127     - New section 3.8 Keyboard configuration:
3128       + details about how the backspace and delete keys should be
3129         handled
3131     - New section 3.9 Environment variables:
3132       + no program must depend on environment variables to get a
3133         reasonable default configuration
3135     - New section 4.6 News system configuration:
3136       + /etc/news/organization and /etc/news/server should be supported
3137         by all news servers and clients
3139     - Updated section 4.7 Programs for the X Windows system:
3140       + programs requiring a non-free Motif library should be provided
3141         as foo-smotif and foo-dmotif package
3142       + if lesstif works reliably for such program, it should be linked
3143         against lesstif and not against a non-free Motif library
3145     - Updated section 4.9 Games:
3146       + games for X Windows have to be installed in /usr/games, just as
3147         non-X games
3149     - Lots of typos fixed (thanks to Ray Dassen for the patch!)
3151   * Changes to the authoritative list of virtual package names:
3152     - added `libc-dev' and `emacsen'
3154   * Merged `/usr/doc/debian-policy/changelog-policy.gz' into this
3155     changelog file
3157   * Included `Policy checklist for upgrading your packages' from the
3158     Policy Home Page as /usr/doc/debian-policy/upgrading-checklist.text.gz
3160   * Added support for doc-base to register the Policy Manual to the
3161     online documentation systems dwww and dhelp (fixes:#15710)
3163   * Upgraded to standards version 2.4.0.0 (no changes)
3165  -- Christian Schwarz <schwarz@debian.org>  Fri, 30 Jan 1998 21:58:25 +0100
3167 debian-policy (2.3.0.1) unstable; urgency=low
3169   * Changes in the Debian Policy Manual:
3170     - X library package is now called xlib6g
3171   * Changes in the authoritative list of virtual package names:
3172     - Added emacs, c-compiler, fortran77-compiler, lambdamoo-core,
3173       lambdamoo-server
3174   * Conflict with old dpkg-dev version that included policy manual
3175     (fixes #13790)
3176   * Removed `tentative-opt-draft' from package since people considered
3177     the draft official policy (which is not the case)
3178   * Don't use debstd anymore
3180  -- Christian Schwarz <schwarz@debian.org>  Tue, 21 Oct 1997 23:03:52 +0200
3182 debian-policy (2.3.0.0) unstable; urgency=low
3184   * Changes in the Debian Policy Manual:
3185     - reworked chapter `The Debian Archive' to cover new
3186       contrib/non-free policy
3187     - call "contrib" and "non-free" a `section' (not `distribution')
3188     - refer to license files (GPL, LGPL, etc.) as uncompressed files
3189     - changed `/etc/news/server' into `/etc/nntpserver' in example of
3190       maintainer scripts (fixes #11517)
3191     - new section about `Daemons'
3192     - updated section about `Configuration files'
3193     - MUAs and MTAs have to use liblockfile
3194     - fixed typos and grammatical errors
3195   * Changes in the authoritative list of virtual package names:
3196     - renamed tcl/tk virtual package names to `tclsh' and `wish'
3197   * Paper about libc6 migration:
3198     - fixed typos (fixes #11641), thanks to James Troup for the patch!
3199   * SGML source code included in package
3200   * don't use `2-up' style for PostScript version (fixes #11095)
3202  -- Christian Schwarz <schwarz@debian.org>  Mon,  2 Sep 1997 00:54:31 +0200
3204 debian-policy (2.2.0.0) unstable; urgency=low
3206   * Changes in the Debian Policy Manual:
3207     - completely reworked structure
3208     - moved sections about new maintainers, upload procedure, interim
3209       releases, and mailing lists into the Developers Reference Manual
3210     - moved a few (small) sections into the Debian Packaging Manual
3211     - removed all those ugly footnotes
3212     - new example for "reload" in section about console messages
3213     - mention Artistic License (fixes #9793)
3214     - don't mention dpkg's version number in Policy Manual
3215     - rewrote abstract and section introductions
3216     - mention "orphaned packages"
3217     - maintainer is responsible for a package license to comply with the
3218       distributions' policy
3219     - putting a package into base section requires discussion on debian-devel
3220     - rewrote sections about "pre-depends", "essential" and, "base" packages
3221     - added note that non-us' maintainers have to live outside the US
3222     - added crypto-hook statement (fixes #7257)
3223     - added section about arch spec strings
3224     - rewrote section about "Site specific programs" (/usr/local)
3225     - included Ian's suggestions for user IDs
3226     - added section about "menus"
3227     - removed section about "web menus" since this will be superseded with
3228       the new documentation policy soon
3229     - incorporated "Debian Free Software Guidelines" (fixes #9024)
3230     - removed note that linking with -g produces large a.out binary (fixes
3231       #11008)
3232     - added section about editors and pagers
3233     - added note about Package priorities and dependencies
3234     - added section about cron jobs (fixes #8814)
3235     - added section about device files
3236     - don't install shared libraries as executable (fixes #7129)
3237     - app-defaults files may not be conffiles (cf. #2717)
3238     - lots of minor changes not worth mentioning here (typos, formulations,
3239       etc.)
3240   * Changes in the authoritative list of virtual package names
3241     - Removed obsolete virtual packages: xR6shlib, xlibraries,
3242       compress, emacs, sgmls, inews, gs_x, gs_svga, gs_both, xpmR6
3243     - Added new section about obsolete names
3244   * Added Helmut Geyer's paper about libc5-libc6 migration
3245   * Fixed package's description
3247  -- Christian Schwarz <schwarz@debian.org>  Sun, 13 Jul 1997 13:25:51 +0200
3249 debian-policy (2.1.3.3) frozen unstable; urgency=low
3251   * Mention Artistic License in section 2.5 (bug #9755)
3253  -- Christian Schwarz <schwarz@debian.org>  Wed, 14 May 1997 16:53:15 +0200
3255 debian-policy (2.1.3.2) frozen unstable; urgency=low
3257   * Fixed an email address, an URL, and several typos in chapter 6 (#9358)
3258   * Added new virtual package "wordlist" to list (requested by Joey Hess)
3259   * Changed wording in section about "non-free" packages as suggested
3260     by Kai Henningsen (#7076)
3262  -- Christian Schwarz <schwarz@debian.org>  Mon, 5 May 1997 20:05:39 +0200
3264 debian-policy (2.1.3.1) frozen unstable; urgency=low
3266   * Fixed bug in chapter 7: `-ur' should read `-us' (#8874)
3267   * Fixed bug in chapter 7: `-rwhatever' also needed for rebuild (#8874)
3268   * Create a PS and HTML version of the Policy Manual and upload it
3269     "byhand".
3270   * Install virtual-package-names-list.text in /usr/doc/debian-policy
3271     and upload it "byhand" too.
3273  -- Christian Schwarz <schwarz@debian.org>  Tue, 29 Apr 1997 18:02:14 +0200
3275 debian-policy (2.1.3.0) unstable; urgency=low
3277   * Initial Release.
3278   * New Policy Manager: Christian Schwarz <schwarz@debian.org>
3279   * Added section 2.4 about the "non-us" distribution.
3280   * Added section 3.1.1 about the "Package" field in the control file.
3281   * Added section 3.2.1 about "Binaries": two programs with different
3282     functionality must not have the same name.
3283   * Changed headline of section 3.2.6 into "Debian changelog and upstream
3284     changelog" as suggested by Santiago Vila Doncel <sanvila@unex.es>.
3285   * Added log-rotating example to section 3.2.9 that tests with `-sf',
3286     as suggested by Boris D. Beletsky <borik@isracom.co.il>.
3287   * Added section 3.13: "Webstandard 3.0" by Christoph Lameter.
3288   * Added section 3.14: "Standard for Console Messages" by Christian Schwarz.
3289   * Split section 4.1 into 4.1.1 (Options for binaries) and 4.1.2 (Options
3290     for libraries)
3291   * Added note to 4.1.2: Libraries should be compiled with `-D_REENTRANT'
3292     to make them compatible with LinuxThreads, by Rob Browning
3293     <osiris@cs.utexas.edu>.
3294   * Added note to 4.1.2: Libraries should be stripped with
3295     "strip --strip-unneeded", by Guy Maor <maor@ece.utexas.edu>.
3296   * Section 5.2: Policy changelog is now
3297     "/usr/doc/debian-policy/changelog-policy.gz". This fixes bug #6130.
3298   * Section 6.2 renamed to "Uploading your first Debian package". This
3299     fixes bug #6130.
3301  -- Christian Schwarz <schwarz@debian.org>  Sat, 15 Mar 1997 18:08:56 +0100
3303 debian-manuals (2.1.2.2) frozen unstable;
3305   * Fixed even more typographical and grammatical errors in Policy and
3306   Programmer's manual
3307   * Corrected the contact email addresses again.
3308   * Added a paragraph to Policy 6.3 on taking over an old package (Guy Maor)
3309   * Added a paragraph to Programmer 4.2.14 on listing distributions to load
3310   a package into. (Guy Maor)
3311   * Further clarification of use of absolute pathnames in scripts in
3312   Programmer 6.1.
3314  -- David Morris <bweaver@worf.netins.net>  Tue, 3 Dec 1996 23:28:04 -0600
3316 debian-manuals (2.1.2.1) frozen unstable;
3318   * Many editorial and formatting revisions with suggestions from Ian Jackson,
3319   Guy Maor and others
3320   * correction of chiark address in Policy 6.2
3321   * footnote in Programmers chapter 2 pointing to deb(5) manpage for
3322   description of deb file format.
3323   * addition of more dpkg examples in Programmer chapter 2
3324   * Replace paragraph in Policy 4.1 outlining compiling parameters for
3325   shared libraries.
3326   * Added paragraph in Programmer 6.1 on paths in maintainer scripts
3327   (Bug #2481)
3328   * Cleaned up language and formatting of Programmer's 12.2, shlibs
3329   * Corrected contact addresses for listmaster and override-change
3331  -- David Morris <bweaver@worf.netins.net>  Wed, 27 Nov 1996 08:17:16 -0600
3333 debian-manuals (2.1.2.0) frozen unstable;
3335   * Mostly editorial changes in Policy Manual.
3336   * Added summary of distribution criteria to Introduction
3337   * Added section headings for copyright criteria
3338   * Fixed typos (Bugs #4485, #4622)
3339   * Added paragraph in Compilation Options related to use of shared and
3340     static libraries. (Bug #5299)
3341   * Paragraph added about where to find PGP and other export restricted
3342     packages in section on Procedure
3343   * Change in List administrator and in the contact address for becoming
3344     a package maintainer
3345   * A paragraph added related to who to contact for package maintainer changes.
3346   * Changed where to send upload announcements: uploads destined for unstable,
3347     frozen, or experimental go to debian-devel-changes.
3349   * Made some mostly editorial changes to Programmers Manual.
3350   * Added a recommendation to debmake in Introduction.
3351   * A further interpretation of the various Distributions is added with
3352     the intent of helping people decide which one to choose. (section 4.2.14)
3353   * Section 12 on Shared Libraries expanded with further technical information
3354     on various shlib files
3355   * Section in 2.2 on format of shlib file moved to new subsection within 12.
3356   * Paragraph on adding a symlink without version number added to Shared
3357     Library Section (Guy Maor, Bug #5299)
3359  -- David Morris <bweaver@worf.netins.net>  Fri, 22 Nov 1996 23:41:39 -0600
3361 debian-manuals (2.1.1.0) unstable;
3363   * Hard links are forbidden in source packages (they didn't work anyway,
3364     and can't easily be made to work reliably).
3365   * Do not use dpkg-divert or update-alternatives without consultation.
3367   * Do not need to declare dependencies on Essential packages.
3368   * Restrictions on Pre-Depends stated in policy manual.
3369   * debian/substvars file is now almost always auto-generated.
3370   * Shared libraries must be installed stripped.
3371   * Essential and Pre-Depends put together in policy manual.
3373   * Explained component-wise (file-wise) vs. package-wise dependencies.
3375  -- Ian Jackson <ian@chiark.greenend.org.uk>  Thu, 12 Sep 1996 01:00:41 +0100
3377 debian-manuals (2.1.0.0) unstable;
3379   * Upstream changelog must be installed too (was just recommended).
3381   * Modification to use dpkg-shlibdeps added to conversion instructions.
3382   * Packages which are buggy and orphaned but which are preserved for
3383     compatibility go in contrib.
3385   * Programmers' manual source package section refers to conversion
3386     instructions in policy manual.
3387   * Make it clear that recommending a non-free or contrib package puts a
3388     package in contrib.
3390  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sun, 1 Sep 1996 17:47:18 +0100
3392 debian-manuals (2.0.1.0) unstable;
3394   * varargs.h and libtermcap are obsolete - use stdarg.h and ncurses.
3395   * Shared library link/library ordering corrected (aargh).
3396   * When to byte-compile Elisp files.
3397   * Missing final newlines not represented by dpkg-source.
3399   * Must post upload announcements to debian-changes.
3400   * Moved some sections into new `configuring and building' chapter.
3401   * Typo fixes.
3403  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 31 Aug 1996 20:07:22 +0100
3405 debian-manuals (2.0.0.0) unstable;
3407   * Footnote added OK'ing copyrights which require name changes.
3408   * More detail about changelog format names.
3410   * Problematic licence restrictions are formatted as lists.
3411   * Mentioned 822-date utility as way to generate RFC822 format dates.
3412   * Typos corrected.
3413   * Released.
3415  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Mon, 26 Aug 1996 14:27:34 +0100
3417 debian-manuals (0.2.1.1) unstable;
3419   * Can't overwrite directories in one package with files in another.
3421  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Sat, 24 Aug 1996 18:44:54 +0100
3423 debian-manuals (0.2.1.0) unstable;
3425   * Policy says when and how to include original source in upload.
3427   * Need -sa on dpkg-genchanges/dpkg-buildpackage when converting.
3429   * Use minor patchlevel for meaning changes which don't affect packages.
3430   * More verbosity about netiquette.
3431   * Reorganised participation and upload policy: merged with mailing lists.
3433  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 12:48:09 +0100
3435 debian-manuals (0.2.0.1) experimental;
3437   * Said that system administrators' manual does not exist.
3439  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Fri, 23 Aug 1996 04:05:36 +0100
3441 debian-manuals (0.2.0.0) experimental;
3443   * Draft releases.
3445  -- Ian Jackson <ian@chiark.chu.cam.ac.uk>  Wed, 21 Aug 1996 15:07:53 +0100