diff --git a/debian/HOME_MODE.xml b/debian/HOME_MODE.xml
deleted file mode 100644
index 21aa55f7..00000000
--- a/debian/HOME_MODE.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
- (number)
-
-
- The mode for new home directories. If not specified,
- the is used to create the mode.
-
-
- useradd and newusers use this
- to set the mode of the home directory they create.
-
-
-
diff --git a/debian/copyright b/debian/copyright
index 13c9b73e..f9340eda 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -137,12 +137,6 @@ Copyright: 1999-2001, Ben Collins
2017-2022 Balint Reczey
License: BSD-3-clause
-Files: debian/HOME_MODE.xml
-Copyright: 1991-1993, Chip Rosenthal
- 1991-1993, Julianne Frances Haugh
- 2007-2009, Nicolas François
-License: BSD-3-clause
-
Files: debian/patches/cppw-Add-tool.patch
Copyright: 1997, Guy Maor
1999, Stephen Frost
diff --git a/debian/rules b/debian/rules
index 4f325f80..7d20ba6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,6 @@ CFLAGS += -DDEFAULT_EDITOR="\"sensible-editor\""
dh $@
override_dh_auto_configure:
- cp debian/HOME_MODE.xml man/login.defs.d/HOME_MODE.xml
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
override_dh_install-arch:
@@ -68,6 +67,3 @@ override_dh_installpam:
override_dh_auto_clean:
sed -i 's/# Linux only # //' debian/login.pam
dh_auto_clean
-
-override_dh_clean:
- dh_clean ./man/login.defs.d/HOME_MODE.xml