diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:56:36 +0000 |
commit | 35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c (patch) | |
tree | 37c5bf1d95396a5b4d091502db8e959bf24b64a3 /debian/patches/debianize.patch | |
parent | Adding upstream version 1:2.0.27. (diff) | |
download | kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.tar.xz kexec-tools-35882cfa5f40cc40acd5ae65ced3e90fbf3cb74c.zip |
Adding debian version 1:2.0.27-1.debian/1%2.0.27-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debianize.patch')
-rw-r--r-- | debian/patches/debianize.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/debianize.patch b/debian/patches/debianize.patch new file mode 100644 index 0000000..f6bd5dc --- /dev/null +++ b/debian/patches/debianize.patch @@ -0,0 +1,21 @@ +Description: Fix up upstream files to be Denian compliant + Upstream installs files in locations not compliant with debian + standard. This patch fixes upstream Makefile to make it + compliant. +Author: Khalid Aziz <khalid@debian.org> +Origin: other +Bug: https://bugs.debiab.org +Last-Update: 2023-09-28 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Makefile.in ++++ b/Makefile.in +@@ -93,7 +93,7 @@ SHAREDSTATEDIR=$(BUILD_PREFIX)/com + LOCALSTATEDIR=$(BUILD_PREFIX)/var + LIBDIR=$(BUILD_PREFIX)/lib + INFODIR=$(BUILD_PREFIX)/info +-MANDIR=$(BUILD_PREFIX)/man ++MANDIR=$(BUILD_PREFIX)/share/man + MAN1DIR=$(MANDIR)/man1 + MAN2DIR=$(MANDIR)/man2 + MAN3DIR=$(MANDIR)/man3 |