diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:04:33 +0000 |
commit | 4eaea5c39c05fc7411386c065c5c1a8e67473f1a (patch) | |
tree | 523b2f531308a603b41cab9684065e71a7c694ee | |
parent | Merging upstream version 32. (diff) | |
download | kmod-4eaea5c39c05fc7411386c065c5c1a8e67473f1a.tar.xz kmod-4eaea5c39c05fc7411386c065c5c1a8e67473f1a.zip |
Adding debian version 32-1.debian/32-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/patches/no_tools_links | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 00c6970..478f606 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +kmod (32-1) unstable; urgency=medium + + * New upstream release. + * Remove the new upstream symlinks in /usr/bin/. (Closes: #1064798) + + -- Marco d'Itri <md@linux.it> Sat, 09 Mar 2024 04:56:40 +0100 + kmod (31+20240202-2) unstable; urgency=medium * Stop using /usr/lib/modules/ because it requires coordination with other diff --git a/debian/patches/no_tools_links b/debian/patches/no_tools_links new file mode 100644 index 0000000..3553989 --- /dev/null +++ b/debian/patches/no_tools_links @@ -0,0 +1,12 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -112,9 +112,6 @@ install-exec-hook: + mv $(DESTDIR)$(libdir)/libkmod.so.* $(DESTDIR)$(rootlibdir); \ + fi + if BUILD_TOOLS +- for tool in insmod lsmod rmmod depmod modprobe modinfo; do \ +- $(LN_S) kmod $(DESTDIR)$(bindir)/$$tool; \ +- done + endif + + uninstall-hook: diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..284c0d4 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +no_tools_links |