]> git.donarmstrong.com Git - debian/debian-policy.git/log
debian/debian-policy.git
15 years agoClarify the definition and restrictions on Essential
Russ Allbery [Sat, 5 Jul 2008 20:46:58 +0000 (13:46 -0700)]
Clarify the definition and restrictions on Essential

Add a brief rationale for Essential to the section on Essential, moving
it from an earlier footnote.  Say that maintainers should take care in
adding any functionality to essential packages because it's very
difficult to remove such functionality later, moving some additional
text from the earlier footnote.

Closes: #479080
15 years agolocal must support multiple variables and assignment
Russ Allbery [Sat, 5 Jul 2008 20:28:06 +0000 (13:28 -0700)]
local must support multiple variables and assignment

All Bourne-type shells in Debian support localizing multiple variables
in one command, and all except posh support assignment.  Supporting
multiple variables and assignment brings the behavior of local in line
with export and readonly.  Permit /bin/sh scripts to assume that local
can take multiple variables and assignment.

Closes: Bug#473019
15 years agoUse <user>:<group> instead of <user>.<group>
Russ Allbery [Wed, 25 Jun 2008 21:50:45 +0000 (14:50 -0700)]
Use <user>:<group> instead of <user>.<group>

Use the newer <user>:<group> notation rather than <user>.<group>, which
is ambiguous for usernames containing periods and deprecated in chown.
Thanks to Kurt Roeckx for identifying instances in the Policy manual.

15 years agoAdd changelog entry for fix for #487701
Russ Allbery [Tue, 24 Jun 2008 02:24:23 +0000 (19:24 -0700)]
Add changelog entry for fix for #487701

15 years agoFix a minor typo in upgrading-checklist.
Noritada Kobayashi [Mon, 23 Jun 2008 11:15:52 +0000 (20:15 +0900)]
Fix a minor typo in upgrading-checklist.

15 years agoDon't attempt to register debian-policy-process
Russ Allbery [Thu, 5 Jun 2008 20:13:43 +0000 (13:13 -0700)]
Don't attempt to register debian-policy-process

There were stray calls to register debian-policy-process in the postinst
and prerm scripts left behind when that document was removed.  Remove
them as well.

15 years agoFinalize changes for 3.8.0.0.
Russ Allbery [Wed, 4 Jun 2008 22:55:07 +0000 (15:55 -0700)]
Finalize changes for 3.8.0.0.

15 years agoRemove unused metadata from upgrading-checklist
Russ Allbery [Wed, 4 Jun 2008 22:54:50 +0000 (15:54 -0700)]
Remove unused metadata from upgrading-checklist

15 years agoPolicy: minor typos in dpkg-shlibdeps and dpkg-architecture
Russ Allbery [Mon, 2 Jun 2008 20:58:48 +0000 (13:58 -0700)]
Policy: minor typos in dpkg-shlibdeps and dpkg-architecture

Fix minor typos in appendix C in the sections on dpkg-shlibdeps and
dpkg-architecture.  Also remove the note that future versions of
dpkg-shlibdeps will be called on shared libraries as well and just
say that it acts on both executables and shared libraries.

Thanks to Sandro Tosi <matrixhasu@gmail.com> for the corrections.
Closes: #481954
15 years agoPolicy: bugs fixed in NMUs are now closed
Russ Allbery [Mon, 2 Jun 2008 20:05:07 +0000 (13:05 -0700)]
Policy: bugs fixed in NMUs are now closed

Remove the reference to the fixed tag and describe NMU and regular
package uploads the same.  Both close the bug using the version of
the changelog entry.

Thanks to Sandro Tosi for the report.  Closes: #481640

15 years agoPolicy: remove obsolete app-defaults and Xresources provisions
Russ Allbery [Mon, 2 Jun 2008 19:51:32 +0000 (12:51 -0700)]
Policy: remove obsolete app-defaults and Xresources provisions

No longer require packages providing files in /etc/X11/Xresources to
conflict with an ancient version of xbase which is no longer even in
oldstable.

Drop the explicit prohibition on /usr/X11R6/lib/X11/app-defaults,
which is no longer used by Debian at all and already covered by the
rest of the paragraph.

15 years agoBug#458910 signoff and changelog
Russ Allbery [Mon, 2 Jun 2008 19:32:46 +0000 (12:32 -0700)]
Bug#458910 signoff and changelog

15 years agoMerge branch 'master' into bug458910-rra
Russ Allbery [Mon, 2 Jun 2008 19:26:25 +0000 (12:26 -0700)]
Merge branch 'master' into bug458910-rra

16 years agoRemove old metadata and file headers
Russ Allbery [Wed, 30 Apr 2008 20:58:49 +0000 (13:58 -0700)]
Remove old metadata and file headers

Remove old ChangeLog files.  They haven't been updated and the VCS now
records more and better history.  Remove headers from debian/postinst.in,
debian/prerm.in, and debian/rules as now redundant with the VCS metadata.

16 years agoMerge branch 'master' into bug458910-rra
Russ Allbery [Mon, 28 Apr 2008 16:44:09 +0000 (09:44 -0700)]
Merge branch 'master' into bug458910-rra

16 years agoChange the next version to 3.8.0.0
Russ Allbery [Mon, 28 Apr 2008 16:42:51 +0000 (09:42 -0700)]
Change the next version to 3.8.0.0

16 years agoRemove the now-obsolete policy-process document
Russ Allbery [Mon, 28 Apr 2008 07:13:10 +0000 (00:13 -0700)]
Remove the now-obsolete policy-process document

16 years agoBetter document version ranking and 0
Russ Allbery [Mon, 28 Apr 2008 02:00:41 +0000 (19:00 -0700)]
Better document version ranking and 0

Document that an empty Debian revision is equivalent to a Debian
revision of 0 and clarify the way version numbers are compared.  Thanks
to Raphael Hertzog for information about what dpkg does.

16 years agoClarify support file handling for shared libraries
Russ Allbery [Sun, 27 Apr 2008 23:55:32 +0000 (16:55 -0700)]
Clarify support file handling for shared libraries

Combine the discussion of run-time support files for shared libraries
in a renamed section.  Be explicit that shared library packages may not
contain any file whose name does not change when the soname changes,
and be clearer about when files should be put into versioned directories
in the shared library package and when files should go into a separate
package.  Files useful only when compiling against the library should
go into the -devel package (and other run-time support programs should
not).

Suggest -tools instead of -runtime for the package containing support
files or binaries built against a library and usable by any version of
the library.  Thanks, Raphael Hertzog.

16 years agoRemove more temporary files created by the build
Russ Allbery [Sun, 27 Apr 2008 23:40:41 +0000 (16:40 -0700)]
Remove more temporary files created by the build

body.tmp, head.tmp, and policy.tpt are now generated by the build
process and should be removed.

16 years agoFix syntax error (<prng> -> <prgn>)
Russ Allbery [Sun, 27 Apr 2008 23:03:32 +0000 (16:03 -0700)]
Fix syntax error (<prng> -> <prgn>)

16 years agoAllow underscores in debconf template names
Russ Allbery [Sun, 27 Apr 2008 22:42:27 +0000 (15:42 -0700)]
Allow underscores in debconf template names

Underscores are already widely used in debconf template names, even though
not allowed by the specification, and both debconf and cdebconf permit
them.  Patch from Colin Watson.  (Bug#473761)

16 years agoReference deb-substvars for source variable substitutions
Russ Allbery [Sun, 27 Apr 2008 21:05:04 +0000 (14:05 -0700)]
Reference deb-substvars for source variable substitutions

As of dpkg 1.14.3, source variable substitutions are now documented in
deb-substvars(5) rather than dpkg-source(1).  Update the reference in
Policy.  Patch from Ian Beckwith.

16 years agoAdd Vcs-Browser and Vcs-Git control fields
Russ Allbery [Sun, 27 Apr 2008 20:52:31 +0000 (13:52 -0700)]
Add Vcs-Browser and Vcs-Git control fields

16 years agoMerge with rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Sun, 23 Mar 2008 03:39:51 +0000 (03:39 +0000)]
Merge with rra@debian.org--lenny/debian-policy--devel--3.7

Patches applied:

 * rra@debian.org--lenny/debian-policy--breaks--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--breaks--3.7--patch-1
   New Breaks dependency field

 * rra@debian.org--lenny/debian-policy--convenience--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--convenience--3.7--patch-1
   Debian packages should not use convenience libraries

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-25
   Mention apt and aptitude as examples of dpkg frontends

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-26
   Fix capitalization of Idempotency in heading

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-27
   Mention apt-get, not apt, and fix typo

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-28
   Support for wrapped Uploaders is mandatory, clarify wrapping

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-29
   FHS and FSSTND build and copyright cleanup

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-30
   Add Emacs indent-tab-mode setting

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-31
   Standardize manual page encoding

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-32
   Debian packages should not use convenience libraries

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-33
   New Breaks dependency field

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-34
   Add Homepage control field

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-35
   Update section list and base system definition

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-36
   Add Apache 2.0 to common-licenses

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-37
   non-free and contrib packages should explain in copyright

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-38
   Standardize heading spacing in upgrading-checklist

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-39
   Add md5sums control file

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-40
   Add parallel=n and move DEB_BUILD_OPTS section

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-41
   Add README.source and the patch target

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-42
   Clarify mandatory config files in /etc

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-2
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-3
   Add Homepage control field

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-4
   Homepage isn't allowed in binary source stanzas

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-5
   Homepage is allowed in binary stazas

 * rra@debian.org--lenny/debian-policy--non-free--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-29

 * rra@debian.org--lenny/debian-policy--non-free--3.7--patch-1
   non-free and contrib packages should explain in copyright

 * rra@debian.org--lenny/debian-policy--non-free--3.7--patch-2
   Retabify change

 * rra@debian.org--lenny/debian-policy--parallel--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--parallel--3.7--patch-1
   Add parallel=n and move DEB_BUILD_OPTS section

 * rra@debian.org--lenny/debian-policy--parallel--3.7--patch-2
   DEB_BUILD_OPTIONS must start with a lowercase letter

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-30

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-1
   Add README.source and the patched target

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-2
   Fix missing > in README.source change

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-3
   Change patch target, allow external docs

 * rra@debian.org--lenny/debian-policy--sections--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--sections--3.7--patch-1
   Update section list and base system definition

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-4

16 years agoClarify mandatory config files in /etc
Russ Allbery [Sun, 16 Mar 2008 22:06:34 +0000 (22:06 +0000)]
Clarify mandatory config files in /etc

Add the /etc/cron.hourly directory to the list of cron directories.
/etc/cron.* files now must be configuration files (upgraded from
should).  Mention the various scripts that must be configuration files
in the section about configuration files.  Thanks, Frank Küster.
Closes #403391.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-42

16 years agoAdd README.source and the patch target
Russ Allbery [Sun, 16 Mar 2008 21:08:56 +0000 (21:08 +0000)]
Add README.source and the patch target

Specifies the debian/README.source file to document any package that
uses a source or package management system or that has a complex source
layout or build system.  Specifies and recommends the patch target
for putting a source package into an editable state.  Allowed referring
to external documentation in README.source if it's specific and not a
general manual.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-41

16 years agoAdd parallel=n and move DEB_BUILD_OPTS section
Russ Allbery [Sun, 16 Mar 2008 20:43:55 +0000 (20:43 +0000)]
Add parallel=n and move DEB_BUILD_OPTS section

Add the build option parallel=n, requesting a parallel build.  Standardize
the format of DEB_BUILD_OPTIONS, require tags be whitespace-separated,
allow packages to assume non-conflicting tags, and require unknown flags
be ignored.  Move the section documenting DEB_BUILD_OPTS under the
debian/rules section and away from the binaries section, leaving a
cross-reference behind.  Thanks to Loïc Minier, Peter Samuelson,
Robert Millan, and Guillem Jover for wording suggestions.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-40

16 years agoAdd md5sums control file
Russ Allbery [Sun, 16 Mar 2008 20:17:12 +0000 (20:17 +0000)]
Add md5sums control file

Add an md5sums control file to the debian-policy package.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-39

16 years agoStandardize heading spacing in upgrading-checklist
Russ Allbery [Sun, 16 Mar 2008 19:48:39 +0000 (19:48 +0000)]
Standardize heading spacing in upgrading-checklist

Standardize on one blank line before and after each heading in
upgrading-checklist.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-38

16 years agonon-free and contrib packages should explain in copyright
Russ Allbery [Sun, 16 Mar 2008 19:45:52 +0000 (19:45 +0000)]
non-free and contrib packages should explain in copyright

Packages in the non-free and contrib categories should state in their
copyright files that the package is not part of the Debian GNU/Linux
distribution and briefly explain why.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-37

16 years agoAdd Apache 2.0 to common-licenses
Russ Allbery [Sun, 16 Mar 2008 19:36:33 +0000 (19:36 +0000)]
Add Apache 2.0 to common-licenses

Add Apache 2.0 to the list of licenses that are in common-licenses and
should be referenced rather than included in debian/copyright.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-36

16 years agoUpdate section list and base system definition
Russ Allbery [Wed, 5 Mar 2008 03:56:25 +0000 (03:56 +0000)]
Update section list and base system definition

Remove the base section; it's no longer used.  Remove contrib and
non-free sections which probably predate the category/section convention.
Revise the definition of the base system to use priorities instead.
Thanks to Colin Watson for verification and wording suggestions.
Closes #442070.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-35

16 years agoAdd Homepage control field
Russ Allbery [Wed, 5 Mar 2008 03:14:52 +0000 (03:14 +0000)]
Add Homepage control field

Add a specification for the optional Homepage control field.
Closes #452105.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-34

16 years agoNew Breaks dependency field
Russ Allbery [Wed, 5 Mar 2008 03:08:25 +0000 (03:08 +0000)]
New Breaks dependency field

Documents the new Breaks field supported by dpkg.  This is Ian Jackson's
patch with minor formatting changes and an added note that Breaks should
not be used until Debian stable supports it.  Recommend Breaks instead
of versioned Conflicts once Debian stable supports it.

Remove the paragraph about suidmanager in dpkg-statoverride entirely
since that package no longer exists even in oldstable.

Closes #379150.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-33

16 years agoDebian packages should not use convenience libraries
Russ Allbery [Wed, 5 Mar 2008 02:55:59 +0000 (02:55 +0000)]
Debian packages should not use convenience libraries

Document that Debian packages should not use convenience copies of
libraries and instead link to the library that's already present in
Debian.  Thanks to Neil McGovern, Bill Allombert, Kurt Roeckx,
Steve Langasek, Colin Watson, and others for wording suggestions.
Closes #392362.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-32

16 years agoStandardize manual page encoding
Russ Allbery [Wed, 5 Mar 2008 02:38:57 +0000 (02:38 +0000)]
Standardize manual page encoding

Standardize manual page encoding to either the legacy encoding for a
locale or UTF-8.  Country names should not be included in locale-specific
directory names unless there is a significant difference in language.
Characters in the manual page must be representable in the legacy encoding
for now.

Patch from Colin Watson.  Closes #440420.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-31

16 years agoAdd Emacs indent-tab-mode setting
Russ Allbery [Wed, 2 Jan 2008 02:18:27 +0000 (02:18 +0000)]
Add Emacs indent-tab-mode setting

Set indent-tab-mode to t as a local variable for *.sgml files for
consistency with the existing formatting even if a user overrides the
Emacs default and disables use of tabs.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-30

16 years agoFHS and FSSTND build and copyright cleanup
Russ Allbery [Tue, 1 Jan 2008 23:24:50 +0000 (23:24 +0000)]
FHS and FSSTND build and copyright cleanup

Remove the remaining (mostly commented-out) build rules for FHS 2.1 and
FSSTND.  Remove the groff patch needed for building some versions of
FHS 2.1 ourselves.

Remove the (non-free) FSSTND license from debian/copyright since no
FSSTND files are still part of Policy.  FHS replaced it.

Update the copyright years for FHS in debian/copyright.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-29

16 years agoSupport for wrapped Uploaders is mandatory, clarify wrapping
Russ Allbery [Tue, 1 Jan 2008 23:12:55 +0000 (23:12 +0000)]
Support for wrapped Uploaders is mandatory, clarify wrapping

Support for wrapping Uploaders in debian/control is now mandatory since
the stable dpkg supports it.

Clarify that all relationship fields may be wrapped and provide a
suggestion for where to wrap them.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-28

16 years agoMention apt-get, not apt, and fix typo
Russ Allbery [Tue, 1 Jan 2008 18:59:07 +0000 (18:59 +0000)]
Mention apt-get, not apt, and fix typo

Mention apt-get as an example front-end to dpkg rather than aptitude and
spell aptitude correctly.  Thanks to Colin Watson for the catch.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

16 years agoFix capitalization of Idempotency in heading
Russ Allbery [Mon, 31 Dec 2007 05:02:42 +0000 (05:02 +0000)]
Fix capitalization of Idempotency in heading

Make Idempotency lowercase, matching other headings.  This was the only
remaining uncontroversial wording change in the original bug report
that had not already been made.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-26

16 years agoMention apt and aptitude as examples of dpkg frontends
Russ Allbery [Mon, 31 Dec 2007 04:38:41 +0000 (04:38 +0000)]
Mention apt and aptitude as examples of dpkg frontends

The discussion of binary dependency fields said that fields other than
Depends were only used by dpkg frontends such as dselect.  List apt and
aptitude before dselect as they're more often used these days.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-25

16 years agoMerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Mon, 3 Dec 2007 06:52:31 +0000 (06:52 +0000)]
Merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7
(at http://archives.eyrie.org/software/arch/).

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-3

16 years agoFinalize date in upgrading-checklist
Russ Allbery [Mon, 3 Dec 2007 06:49:29 +0000 (06:49 +0000)]
Finalize date in upgrading-checklist

Finalize the 3.7.3.0 date in upgrading-checklist.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-24

16 years agoDrop docbook-xml from the doc-base file for debconf-spec
Russ Allbery [Mon, 3 Dec 2007 06:41:32 +0000 (06:41 +0000)]
Drop docbook-xml from the doc-base file for debconf-spec

docbook-xml is not one of the supported format types in the doc-base
specification and all stanzas are supposed to be for a supported
format.  Drop this stanza (and thereby also fix a lintian warning).

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-23

16 years agoUpdate Standards-Version to 3.7.3
Russ Allbery [Mon, 3 Dec 2007 06:34:35 +0000 (06:34 +0000)]
Update Standards-Version to 3.7.3

We comply with our own Policy version.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-22

16 years agoDon't try to compress FHS files before installation
Russ Allbery [Mon, 3 Dec 2007 06:33:15 +0000 (06:33 +0000)]
Don't try to compress FHS files before installation

We install the already-compressed FHS files, so we don't need to compress
them.  We also shouldn't try to compress them before we install them.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-21

16 years agoMerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Mon, 3 Dec 2007 05:29:03 +0000 (05:29 +0000)]
Merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7
(at http://archives.eyrie.org/software/arch/).

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-2

16 years agoFinalize changes for 3.7.3.0
Russ Allbery [Mon, 3 Dec 2007 05:23:04 +0000 (05:23 +0000)]
Finalize changes for 3.7.3.0

Finalize changes for 3.7.3.0.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-20

16 years agoAdd ttf-japanese-gothic and ttf-japanese-mincho virtual packages
Russ Allbery [Mon, 3 Dec 2007 03:33:10 +0000 (03:33 +0000)]
Add ttf-japanese-gothic and ttf-japanese-mincho virtual packages

Add ttf-japanese-gothic and ttf-japanese-mincho for Japanese font
packages providing particular styles of fonts, at the request of the
Debian Japanese Task Force.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-19

16 years agoUpdate the common-licenses list
Russ Allbery [Mon, 3 Dec 2007 02:52:44 +0000 (02:52 +0000)]
Update the common-licenses list

Update the list of licenses in /usr/share/common-licenses to mention
specific version numbers, include GFDL 1.2, and include GPL 3 and
LGPL 3.  List all of the specific file names in the footnote rather
than only giving examples.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-18

16 years agoClean up Uploaders and add Russ Allbery
Russ Allbery [Mon, 3 Dec 2007 02:29:34 +0000 (02:29 +0000)]
Clean up Uploaders and add Russ Allbery

Remove Julian Gilbey and Josip Rodin from Uploaders.  Neither have been
active in Policy development for some time.  Add Russ Allbery.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-17

16 years agoPackages using debconf must support internationalization
Russ Allbery [Mon, 3 Dec 2007 02:18:26 +0000 (02:18 +0000)]
Packages using debconf must support internationalization

Packages that follow the Debian Configuration management specification
must support internationalization by using a gettext-based system such
as po-debconf.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-16

16 years agoDocument the type field in shlibs and its use with udebs
Russ Allbery [Mon, 3 Dec 2007 01:56:10 +0000 (01:56 +0000)]
Document the type field in shlibs and its use with udebs

The shlibs file syntax now supports an optional type field specifying
the type of packages to which the line applies.  Currently, the only
supported type is udeb.  Include documentation of the syntax, the use
with udeb, and an example.  Based on a patch from Frans Pop with input
from Raphael Hertzog.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-15

16 years agoMerge lists of urgency values and include a complete list
Russ Allbery [Fri, 30 Nov 2007 04:49:56 +0000 (04:49 +0000)]
Merge lists of urgency values and include a complete list

Remove the footnote in the changelog description that provides one
incomplete list of urgency values.  Add a normative list instead of
examples in the description of the Urgency field, and move the rest
of the footnote content about dak behavior to there.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-14

16 years agoReplace 822-date reference to date -R
Russ Allbery [Fri, 30 Nov 2007 04:14:21 +0000 (04:14 +0000)]
Replace 822-date reference to date -R

Replace the reference to 822-date in a footnote with date -R since 822-date
is a deprecated Perl script and date -R is now the recommended tool.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-13

16 years agoSource in .changes may contain a version number
Russ Allbery [Fri, 30 Nov 2007 03:43:56 +0000 (03:43 +0000)]
Source in .changes may contain a version number

Per recent mail from Guillem Jover, the version number is also added
to the Source field of .changes files for binNMUs.  This change was
made in dpkg 1.13.22 and is therefore currently in stable.  dak also
now supports it.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-12

16 years agofix FTBFS when built twice in a row
Russ Allbery [Fri, 30 Nov 2007 03:35:30 +0000 (03:35 +0000)]
fix FTBFS when built twice in a row

Don't unpack the FHS tarball since it overwrites our own build system and
we don't use the files inside the tarball anyway.  Don't install the FHS
files twice.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-11

16 years agomerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Fri, 30 Nov 2007 03:23:46 +0000 (03:23 +0000)]
merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7.

Patches applied:

 * rra@debian.org--lenny/debian-policy--devel--3.7--base-0
   tag of debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--base-0

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-1
   Document ~ behavior in version numbers

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-2
   Add test -a/-o and local to shell policy, update wording

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-3
   Substantial updates to the menu structure

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-4
   Typo fix for writability of maintainer scripts

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-5
   Recommend ${binary:Version} instead of ${Source-Version}

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-6
   Remove stray [fillme] from menu policy

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-7
   Formatting and alphabetization of the virtual package list

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-8
   Add new virtual package dictd-dictionary

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-9
   Rename inetd-superserver to inet-superserver

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-10
   Fix a/an misuse and other minor wording issues

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-1

16 years agoFix a/an misuse and other minor wording issues
Russ Allbery [Mon, 6 Aug 2007 07:02:21 +0000 (07:02 +0000)]
Fix a/an misuse and other minor wording issues

Fix several misuses of a vs. an and other minor grammatical problems
or unusual phrasing.  Patch from Michiel de Boer.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-10

16 years agoRename inetd-superserver to inet-superserver
Russ Allbery [Sun, 8 Jul 2007 15:21:34 +0000 (15:21 +0000)]
Rename inetd-superserver to inet-superserver

Rename inetd-superserver to inet-superserver in the virtual package list.
The latter is the virtual package currently in use (by inetutils-inetd,
openbsd-inetd, and rlinetd), and Marco d'Itri confirmed that the correct
package name is inet-superserver.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-9

16 years agoAdd new virtual package dictd-dictionary
Russ Allbery [Wed, 4 Jul 2007 20:08:13 +0000 (20:08 +0000)]
Add new virtual package dictd-dictionary

Add the new virtual package dictd-dictionary, provided by packages that
contain a dictionary suitable for a dictd server.  (Closes: #413575)

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-8

16 years agoFormatting and alphabetization of the virtual package list
Russ Allbery [Wed, 4 Jul 2007 19:42:10 +0000 (19:42 +0000)]
Formatting and alphabetization of the virtual package list

Wrapped the descriptions of virtual packages at 80 columns, cleaned up
trailing whitespace, and alphabetized the list of virtual packages
within sections except where there was clear benefit to having two
packages adjacent (audio-mixer and x-audio-mixer).

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-7

16 years agoRemove stray [fillme] from menu policy
Russ Allbery [Wed, 4 Jul 2007 16:56:22 +0000 (16:56 +0000)]
Remove stray [fillme] from menu policy

Remove stray [fillme] markers from the menu policy introduced by the last
patch.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-6

16 years agoRecommend ${binary:Version} instead of ${Source-Version}
Russ Allbery [Wed, 4 Jul 2007 08:44:10 +0000 (08:44 +0000)]
Recommend ${binary:Version} instead of ${Source-Version}

${Source-Version} was confusing (since it actually is replaced with the
binary package version in, for example, binNMUs) and has been deprecated
in dpkg.  ${binary:Version} should be used instead.  Update Policy's
recommendation accordingly.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-5

16 years agoTypo fix for writability of maintainer scripts
Russ Allbery [Wed, 4 Jul 2007 08:16:18 +0000 (08:16 +0000)]
Typo fix for writability of maintainer scripts

Change "must not be not world-writable" to "must not be world-writable"
as was obviously intended.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-4

16 years agoSubstantial updates to the menu structure
Russ Allbery [Wed, 4 Jul 2007 07:01:20 +0000 (07:01 +0000)]
Substantial updates to the menu structure

Substantial updates to the menu structure from Bill Allombert.
Resolves Bug#361418.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-3

16 years agoAdd test -a/-o and local to shell policy, update wording
Russ Allbery [Mon, 4 Jun 2007 01:05:51 +0000 (01:05 +0000)]
Add test -a/-o and local to shell policy, update wording

Scripts may now assume that /bin/sh supports local (in a limited form)
and, if they use a built-in test, that built-in supports test -a/-o
binary logical operators.  Reword to include echo -n as another case
of additional required features.  Replace references to POSIX with
SUSv3 and add a link.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-2

16 years agoDocument ~ behavior in version numbers
Russ Allbery [Mon, 4 Jun 2007 00:50:10 +0000 (00:50 +0000)]
Document ~ behavior in version numbers

Allow ~ in package versions and update the sorting rules to reflect ~'s
behavior of sorting before any other character or the empty string.
Thanks to Nicolas François and Marc Brockschmidt for wording
suggestions.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-1

17 years agotag of debian-policy@lists.debian.org--etch/debian-policy--devel--3.7--version-0
Manoj Srivastava [Sat, 31 Mar 2007 14:17:16 +0000 (14:17 +0000)]
tag of debian-policy@lists.debian.org--etch/debian-policy--devel--3.7--version-0

(automatically generated log message)

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--base-0

18 years agodebian-policy--devel--3.0 is sealed, look at debian-policy--devel--3.6
Manoj Srivastava [Thu, 16 Jun 2005 17:36:23 +0000 (17:36 +0000)]
debian-policy--devel--3.0 is sealed, look at debian-policy--devel--3.6

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--version-0

18 years agoSynchronized with patch 285 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:05:08 +0000 (11:05 +0000)]
Synchronized with patch 285 from Manojs tree

Synchronized with patch 285 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-285
   Clarified the wording in section 2.5 tragering removal of required packages.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-285

18 years agoSynchronized with patch 284 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:04:10 +0000 (11:04 +0000)]
Synchronized with patch 284 from Manojs tree

Synchronized with patch 284 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-284
   Added virtual package flexmem, anything that can  access flexible

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-284

18 years agoSynchronized with patch 283 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:03:26 +0000 (11:03 +0000)]
Synchronized with patch 283 from Manojs tree

Synchronized with patch 283 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-283
   Add a recommendation for the location for run-time support material,

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-283

18 years agoSynchronized with patch 282 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:02:43 +0000 (11:02 +0000)]
Synchronized with patch 282 from Manojs tree

Synchronized with patch 282 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-282
   Added virtual package mpd-client, for the music playing daemon control clients.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-282

18 years agoSynchronized with patch 281 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:02:07 +0000 (11:02 +0000)]
Synchronized with patch 281 from Manojs tree

Synchronized with patch 281 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-281
   Moved the opinion that one should add new changelog items, rather than

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-281

18 years agoSynchronized with patch 280 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:01:21 +0000 (11:01 +0000)]
Synchronized with patch 280 from Manojs tree

Synchronized with patch 280 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-280
   Added an instance if what recovery is attempted if error unwind itself

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-280

18 years agoSynchronized with patch 279 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:00:44 +0000 (11:00 +0000)]
Synchronized with patch 279 from Manojs tree

Synchronized with patch 279 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-279
   Move the error unwind eaxmple out the item in the postinst script

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-279

18 years agoSynchronized with patch 278 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:00:03 +0000 (11:00 +0000)]
Synchronized with patch 278 from Manojs tree

Synchronized with patch 278 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-278
   Clatrified section 8.1 to further demonstrate that section 8.1 is not

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-278

18 years agoSynchronized with patch 277 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:59:26 +0000 (10:59 +0000)]
Synchronized with patch 277 from Manojs tree

Synchronized with patch 277 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-277
   removed cron daemon, as requested.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-277

18 years agoSynchronized with patch 276 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:57:54 +0000 (10:57 +0000)]
Synchronized with patch 276 from Manojs tree

Synchronized with patch 276 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-276
   Added the FHS 2.3 files, and removed the 2.2 version. Arranged for the FHS 2.3 files to be installed. No changes to policy.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-276

18 years agoSynchronized with patch 275 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:57:17 +0000 (10:57 +0000)]
Synchronized with patch 275 from Manojs tree

Synchronized with patch 275 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-275
   * Bug fix

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-275

18 years agoSynchronized with patch 274 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:56:39 +0000 (10:56 +0000)]
Synchronized with patch 274 from Manojs tree

Synchronized with patch 274 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-274
   Clarify that section 12.3 does not mean that you can ignore section

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-274

18 years agoSynchronized with patch 273 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:56:01 +0000 (10:56 +0000)]
Synchronized with patch 273 from Manojs tree

Synchronized with patch 273 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-273
   Routine fixing of policy bugs, thoug a new version of policy is

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-273

18 years agoSynchronized with patch 272 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:55:21 +0000 (10:55 +0000)]
Synchronized with patch 272 from Manojs tree

Synchronized with patch 272 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-272
   Document uploaders field

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-272

18 years agoSynchronized with patch 271 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:54:42 +0000 (10:54 +0000)]
Synchronized with patch 271 from Manojs tree

Synchronized with patch 271 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-271
   Added do-base recommendation

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-271

18 years agoSynchronized with patch 270 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:54:04 +0000 (10:54 +0000)]
Synchronized with patch 270 from Manojs tree

Synchronized with patch 270 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-270
   Added mention of doc-base as the recomendded means for registering documentation.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-270

18 years agoSynchronized with patch 269 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:53:25 +0000 (10:53 +0000)]
Synchronized with patch 269 from Manojs tree

Synchronized with patch 269 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-269
   Added a section about guidelines for policy changes to the policy

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-269

18 years agoSynchronized with patch 268 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:52:47 +0000 (10:52 +0000)]
Synchronized with patch 268 from Manojs tree

Synchronized with patch 268 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-268
   Update our own standards version

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-268

18 years agoSynchronized with patch 267 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:52:07 +0000 (10:52 +0000)]
Synchronized with patch 267 from Manojs tree

Synchronized with patch 267 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-267
   A bug fixing non-normative release

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-267

18 years agoSynchronized with patch 266 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:51:31 +0000 (10:51 +0000)]
Synchronized with patch 266 from Manojs tree

Synchronized with patch 266 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-266
   added one missing Enhances reference

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-266

18 years agoSynchronized with patch 265 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:50:52 +0000 (10:50 +0000)]
Synchronized with patch 265 from Manojs tree

Synchronized with patch 265 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-265
   documented latest changes

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-265

18 years agoSynchronized with patch 264 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:50:13 +0000 (10:50 +0000)]
Synchronized with patch 264 from Manojs tree

Synchronized with patch 264 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-264
   removed the long obsolete notion of specific directory names within source tarballs, closes: #79210

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-264

18 years agoSynchronized with patch 263 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:49:38 +0000 (10:49 +0000)]
Synchronized with patch 263 from Manojs tree

Synchronized with patch 263 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-263
   fixed the command line required to output the copyright file, closes: #75508

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-263

18 years agoSynchronized with patch 262 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:49:01 +0000 (10:49 +0000)]
Synchronized with patch 262 from Manojs tree

Synchronized with patch 262 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-262
   linked f-Format in the list of fields of the .dsc file, not mandatory according to my skimming of dpkg-source, closes: #70742

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-262

18 years agoSynchronized with patch 261 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:48:25 +0000 (10:48 +0000)]
Synchronized with patch 261 from Manojs tree

Synchronized with patch 261 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-261
   updated PGP references, closes: #68827

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-261

18 years agoSynchronized with patch 260 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:47:49 +0000 (10:47 +0000)]
Synchronized with patch 260 from Manojs tree

Synchronized with patch 260 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-260
   clarified the section about the Architecture field and added footnotes to indicate recommended actions, closes: #51832

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-260

18 years agoSynchronized with patch 259 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:47:12 +0000 (10:47 +0000)]
Synchronized with patch 259 from Manojs tree

Synchronized with patch 259 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-259
   generalized the dpkg-shlibdeps example and added a current example in a footnote, set proper section ids and linked the d-sd section better, closes: #50565

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-259

18 years agoSynchronized with patch 258 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:46:34 +0000 (10:46 +0000)]
Synchronized with patch 258 from Manojs tree

Synchronized with patch 258 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-258
   fixed detection of invoke-rc.d's existence, closes: #218530

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-258