From f91089ca54496c574a2565b7b5874f4a53ae1c98 Mon Sep 17 00:00:00 2001
From: Russ Allbery
Date: Thu, 17 Jun 2010 11:30:01 -0700
Subject: [PATCH] Avoid "Debianised" or "Debianized" in Policy wording
* Avoid "Debianised" or "Debianized" in favor of just "Debian" or
"Debian package" as appropriate. Patch from Ben Finney.
(Closes: #586163)
---
debian/changelog | 3 +++
policy.sgml | 35 ++++++++++++++++++-----------------
2 files changed, 21 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 73a9b56..e57be0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -119,6 +119,9 @@ debian-policy (3.8.5.0) UNRELEASED; urgency=low
for different debian/rules targets and add a footnote to the
description of the build-arch and build-indep targets explaining why
this split does not currently work as desired. (Closes: #328951)
+ * Avoid "Debianised" or "Debianized" in favor of just "Debian" or
+ "Debian package" as appropriate. Patch from Ben Finney.
+ (Closes: #586163)
-- Bill Allombert Mon, 31 May 2010 20:00:28 +0200
diff --git a/policy.sgml b/policy.sgml
index 32eb5c2..9d2d516 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -1788,7 +1788,7 @@
The build target should perform all the
configuration and compilation of the package.
If a package has an interactive pre-build
- configuration routine, the Debianized source package
+ configuration routine, the Debian source package
must either be built after this has taken place (so
that the binary package can be built without rerunning
the configuration) or the configuration routine
@@ -3027,9 +3027,10 @@ Package: libc6
It is optional; if it isn't present then the
upstream_version may not contain a hyphen.
This format represents the case where a piece of
- software was written specifically to be turned into a
- Debian package, and so there is only one "debianisation"
- of it and therefore no revision indication is required.
+ software was written specifically to be a Debian
+ package, where the Debian package source must always
+ be identical to the pristine source and therefore no
+ revision indication is required.
@@ -10122,23 +10123,23 @@ END-INFO-DIR-ENTRY
- The Debianised source tree
+ The Debian package source tree
The source archive scheme described later is intended to
- allow a Debianised source tree with some associated control
- information to be reproduced and transported easily. The
- Debianised source tree is a version of the original program
- with certain files added for the benefit of the
- Debianisation process, and with any other changes required
+ allow a Debian package source tree with some associated
+ control information to be reproduced and transported easily.
+ The Debian package source tree is a version of the original
+ program with certain files added for the benefit of the
+ packaging process, and with any other changes required
made to the rest of the source code and installation
scripts.
The extra files created for Debian are in the subdirectory
- debian of the top level of the Debianised source
- tree. They are described below.
+ debian of the top level of the Debian package
+ source tree. They are described below.
@@ -10228,7 +10229,7 @@ END-INFO-DIR-ENTRY
- Debianisation diff -
+ Debian package diff -
package_upstream_version-revision.diff.gz
@@ -10297,7 +10298,7 @@ END-INFO-DIR-ENTRY
Apply the diff using patch -p0.
Untar the tarfile again if you want a copy of the original
- source code alongside the Debianised version.
+ source code alongside the Debian version.
@@ -10331,10 +10332,10 @@ END-INFO-DIR-ENTRY
The source packaging tools manage the changes between the
- original and Debianised source using diff and
+ original and Debian source using diff and
patch. Turning the original source tree as
- included in the .orig.tar.gz into the debianised
- source must not involve any changes which cannot be
+ included in the .orig.tar.gz into the Debian
+ package source must not involve any changes which cannot be
handled by these tools. Problematic changes which cause
dpkg-source to halt with an error when
building the source package are:
--
2.39.5