[Debian-mobcom-maintainers] Bug#1100050: [PATCH] Fix dkms.conf location (Closes: #1100050)
Agathe Porte
gagath at debian.org
Mon Mar 10 18:40:19 GMT 2025
2025-03-10 19:35 CET, Agathe Porte:
> ---
> debian/control | 2 +-
> debian/rules | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/debian/control b/debian/control
> index 884a5a2..6839b80 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -5,7 +5,7 @@ Uploaders: Thorsten Alteholz <debian at alteholz.de>,
> Section: comm
> Priority: optional
> Build-Depends: debhelper-compat (= 13),
> - dh-sequence-dkms,
> + dh-dkms,
> Standards-Version: 4.7.0
> Homepage: https://gitea.osmocom.org/retronetworking/dahdi-linux
> Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/osmocom-dahdi-linux
> diff --git a/debian/rules b/debian/rules
> index b46c561..991f6f0 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -6,7 +6,7 @@
> include /usr/share/dpkg/pkg-info.mk
>
> %:
> - dh $@ --buildsystem none
> + dh $@ --buildsystem none --with dkms
>
> execute_after_dh_install:
> dh_install -posmocom-dahdi-dkms \
> --
> 2.43.0
>
Note that this patch is also available as a MR on salsa for your
convenience:
https://salsa.debian.org/debian-mobcom-team/osmocom-dahdi-linux/-/merge_requests/2
More information about the Debian-mobcom-maintainers
mailing list