diff options
Diffstat (limited to 'snd-pcxhr-dkms/debian')
-rw-r--r-- | snd-pcxhr-dkms/debian/changelog | 6 | ||||
-rw-r--r-- | snd-pcxhr-dkms/debian/control | 13 | ||||
-rwxr-xr-x | snd-pcxhr-dkms/debian/rules | 18 | ||||
-rw-r--r-- | snd-pcxhr-dkms/debian/source/format | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/snd-pcxhr-dkms/debian/changelog b/snd-pcxhr-dkms/debian/changelog new file mode 100644 index 0000000..625424f --- /dev/null +++ b/snd-pcxhr-dkms/debian/changelog @@ -0,0 +1,6 @@ +snd-pcxhr-dkms (2.0.13-1) unstable; urgency=medium + + * import base version from https://github.com/Digigram-audio/pcxhr + * add patches to fix build for bookworm + + -- Christian Pointner <equinox@spreadspace.org> Thu, 27 Mar 2025 20:24:47 +0100 diff --git a/snd-pcxhr-dkms/debian/control b/snd-pcxhr-dkms/debian/control new file mode 100644 index 0000000..238914e --- /dev/null +++ b/snd-pcxhr-dkms/debian/control @@ -0,0 +1,13 @@ +Source: snd-pcxhr-dkms +Section: kernel +Priority: optional +Maintainer: Christian Pointner <equinox@spreadspace.org> +Build-Depends: debhelper-compat (= 13), + dh-sequence-dkms, +Standards-Version: 4.6.0 +Rules-Requires-Root: no + +Package: snd-pcxhr-dkms +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: ALSA Driver for Digigram VX/PCX cards diff --git a/snd-pcxhr-dkms/debian/rules b/snd-pcxhr-dkms/debian/rules new file mode 100755 index 0000000..19cc092 --- /dev/null +++ b/snd-pcxhr-dkms/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +include /usr/share/dpkg/pkg-info.mk + +%: + dh $@ --with dkms + +override_dh_install: + dh_install src/* usr/src/snd-pcxhr-$(DEB_VERSION_UPSTREAM)/ + +override_dh_dkms: + dh_dkms -V $(DEB_VERSION_UPSTREAM) -- src/dkms.conf + +override_dh_auto_configure: +override_dh_auto_build: +override_dh_auto_test: +override_dh_auto_install: +override_dh_auto_clean: diff --git a/snd-pcxhr-dkms/debian/source/format b/snd-pcxhr-dkms/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/snd-pcxhr-dkms/debian/source/format @@ -0,0 +1 @@ +1.0 |