summaryrefslogtreecommitdiffstats
path: root/debian/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:01:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 01:01:02 +0000
commit20c2afdca6a4aa4becd7aeb5e51035d24d03f5ae (patch)
tree4a98304d1a80b784da84f045279ba7bbbdd308fc /debian/README
parentMerging upstream version 13.2. (diff)
downloadbase-files-debian.tar.xz
base-files-debian.zip
Adding debian version 13.2.debian/13.2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/README')
-rw-r--r--debian/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/README b/debian/README
index 9ced2ea..9cc76c8 100644
--- a/debian/README
+++ b/debian/README
@@ -95,5 +95,12 @@ freedom to remove those directories without them being created again
when base-files is upgraded. Therefore, if you are running any sort of
compliance tests, you should do it on newly installed systems only.
+Q. My system (when I do "dpkg -s base-files") shows /etc/profile as
+an "obsolete conffile". Is this ok?
+
+A. Yes. The file was handled by base-files as a conffile in the dpkg sense
+in the past, so dpkg may consider the file as an obsolete conffile.
+There is currently not a way to tell dpkg to unregister it as a conffile
+without removing it, so the best approach for now is to do nothing about it.
Santiago Vila <sanvila@debian.org>