diff options
Diffstat (limited to 'snd-alpx/debian')
-rw-r--r-- | snd-alpx/debian/changelog | 5 | ||||
-rw-r--r-- | snd-alpx/debian/control | 13 | ||||
-rwxr-xr-x | snd-alpx/debian/rules | 18 | ||||
-rw-r--r-- | snd-alpx/debian/source/format | 1 |
4 files changed, 0 insertions, 37 deletions
diff --git a/snd-alpx/debian/changelog b/snd-alpx/debian/changelog deleted file mode 100644 index 62f6629..0000000 --- a/snd-alpx/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -digigram-alpx-dkms (3.4.3-1) unstable; urgency=medium - - * Initial version - - -- Christian Pointner <equinox@spreadspace.org> Fri, 10 May 2024 20:32:44 +0200 diff --git a/snd-alpx/debian/control b/snd-alpx/debian/control deleted file mode 100644 index eb7553f..0000000 --- a/snd-alpx/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: digigram-alpx-dkms -Section: kernel -Priority: optional -Maintainer: Christian Pointner <equinox@helsinki.at> -Build-Depends: debhelper-compat (= 13), - dh-sequence-dkms, -Standards-Version: 4.6.0 -Rules-Requires-Root: no - -Package: digigram-alpx-dkms -Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: ALSA Driver for Digigram ALPx cards diff --git a/snd-alpx/debian/rules b/snd-alpx/debian/rules deleted file mode 100755 index 53b94b4..0000000 --- a/snd-alpx/debian/rules +++ /dev/null @@ -1,18 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/dpkg/pkg-info.mk - -%: - dh $@ --with dkms - -override_dh_install: - dh_install snd-alpx/* usr/src/snd-alpx-$(DEB_VERSION_UPSTREAM)/ - -override_dh_dkms: - dh_dkms -V $(DEB_VERSION_UPSTREAM) -- snd-alpx/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-alpx/debian/source/format b/snd-alpx/debian/source/format deleted file mode 100644 index d3827e7..0000000 --- a/snd-alpx/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -1.0 |