deb-locations
authorMatthias Klose <doko@debian.org>
Wed, 12 Jan 2022 16:10:51 +0000 (16:10 +0000)
committerMatthias Klose <doko@debian.org>
Wed, 12 Jan 2022 16:10:51 +0000 (16:10 +0000)
# DP: adjust locations of directories to debian policy

# DP: adjust locations of directories to debian policy

Gbp-Pq: Name deb-locations.diff

Lib/pydoc.py
Misc/python.man

index 4f9d227ff4603a32add7f79d5992c4a8bb73c4a3..436f607f406550dbd1ac9decd5800376e7315585 100755 (executable)
@@ -31,6 +31,10 @@ to a file named "<name>.html".
 
 Module docs for core modules are assumed to be in
 
+    /usr/share/doc/pythonX.Y/html/library
+
+if the pythonX.Y-doc package is installed or in
+
     https://docs.python.org/X.Y/library/
 
 This can be overridden by setting the PYTHONDOCS environment variable
index 225376574a26a96af7c568072184e96e1dfa7174..7ad159331979b4e7fac65b807a0cc80d492c9249 100644 (file)
@@ -371,7 +371,7 @@ exception).  Error messages are written to stderr.
 These are subject to difference depending on local installation
 conventions; ${prefix} and ${exec_prefix} are installation-dependent
 and should be interpreted as for GNU software; they may be the same.
-The default for both is \fI/usr/local\fP.
+On Debian GNU/{Hurd,Linux} the default for both is \fI/usr\fP.
 .IP \fI${exec_prefix}/bin/python\fP
 Recommended location of the interpreter.
 .PP