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 | e82ed36ed5c529cf3d05c782ddb95e851072aa8f (patch) | |
tree | e5fd76ee61cc7fefccd6ab14ad1e5f899539896f /debian | |
parent | Merging upstream version 32. (diff) | |
download | kmod-e82ed36ed5c529cf3d05c782ddb95e851072aa8f.tar.xz kmod-e82ed36ed5c529cf3d05c782ddb95e851072aa8f.zip |
Merging debian version 32-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 beeb1df..0c16645 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~progress7.99u1) graograman-backports; urgency=medium * Initial reupload to graograman-backports. 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 |