From: Manoj Srivastava
Date: Thu, 16 Jun 2005 05:40:58 +0000 (+0000)
Subject: Fixed the fact that section 7.5.1 does not describe dpkg's true
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a2caab73ad4ba7ec2ac6b7831937cec52ede2236;p=debian%2Fdebian-policy.git
Fixed the fact that section 7.5.1 does not describe dpkg's true
Author: srivasta
Date: 2003/06/07 18:05:49
Fixed the fact that section 7.5.1 does not describe dpkg's true
behavior. Now added a footnote that explains that replaces is a one
way relationship.
git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-234
---
diff --git a/debian/changelog b/debian/changelog
index b8ddf52..84e806a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ debian-policy (3.6.0) unstable; urgency=low
mis-linked libraries closes: Bug#191369
* [AMENDMENT 6/6/2003] build-depends-indep should not be satisfied
during clean target. closes: Bug#191411
+ * Fixed the fact that section 7.5.1 does not describe dpkg's true
+ behavior. Now added a footnote that explains that replaces is a one
+ way relationship. closes: Bug#183195
--
diff --git a/menu-policy.sgml b/menu-policy.sgml
index 33892fa..cb82708 100644
--- a/menu-policy.sgml
+++ b/menu-policy.sgml
@@ -125,6 +125,10 @@
-
text editors, word processors
+ Educational
+ -
+
educational and training programs
+
Emulators
-
wine, dosemu, etc.
diff --git a/policy.sgml b/policy.sgml
index edb5e39..1afd229 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -4200,16 +4200,13 @@ Provides: bar
package's postrm script will be run with a
special argument to allow the package to do any final
cleanup required. See [.
- ]
-
-
- If an installed package, foo say, declares that
- it replaces another, bar, and an attempt is made
- to install bar, dpkg will discard
- files in the bar package which would overwrite
- those already present in foo. This is so that
- you can install an older version of a package without
- problems.
+
+
+ Replaces is a one way relationship -- you have to
+ install the replacing package after the replaced
+ package.
+
+