From: Russ Allbery
Date: Sun, 16 Aug 2009 00:04:00 +0000 (-0700)
Subject: sensible-* come from the sensible-utils package
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a61d2a2008c0c2f3707c3a2a6b09f18276666688;p=debian%2Fdebian-policy.git
sensible-* come from the sensible-utils package
Say that sensible-editor and sensible-pager are provided by the
sensible-utils package, not by the base system. Thanks, Clint Adams
and Steve Langasek. (Closes: #541537)
---
diff --git a/debian/changelog b/debian/changelog
index 372f191..d99d2ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -72,6 +72,9 @@ debian-policy (3.8.3.0) UNRELEASED; urgency=low
a *.changes file.
* Merge the package name syntax requirements between the Package and
Source field descriptions.
+ * Say that sensible-editor and sensible-pager are provided by the
+ sensible-utils package, not by the base system. Thanks, Clint Adams
+ and Steve Langasek. (Closes: #541537)
-- Russ Allbery Thu, 18 Jun 2009 15:59:48 -0700
diff --git a/policy.sgml b/policy.sgml
index f6c8bbf..84a9bfb 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -7954,10 +7954,10 @@ done
use /usr/bin/sensible-editor and
/usr/bin/sensible-pager as the editor or pager
program respectively. These are two scripts provided in the
- Debian base system that check the EDITOR and PAGER variables
- and launch the appropriate program, and fall back to
- /usr/bin/editor and /usr/bin/pager if the
- variable is not set.
+ sensible-utils package that check the EDITOR
+ and PAGER variables and launch the appropriate program, and fall
+ back to /usr/bin/editor
+ and /usr/bin/pager if the variable is not set.