summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--snd-alpx/debian/changelog5
-rw-r--r--snd-alpx/debian/control13
-rwxr-xr-xsnd-alpx/debian/rules18
-rw-r--r--snd-alpx/debian/source/format1
4 files changed, 37 insertions, 0 deletions
diff --git a/snd-alpx/debian/changelog b/snd-alpx/debian/changelog
new file mode 100644
index 0000000..62f6629
--- /dev/null
+++ b/snd-alpx/debian/changelog
@@ -0,0 +1,5 @@
+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
new file mode 100644
index 0000000..eb7553f
--- /dev/null
+++ b/snd-alpx/debian/control
@@ -0,0 +1,13 @@
+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
new file mode 100755
index 0000000..0709c94
--- /dev/null
+++ b/snd-alpx/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 * usr/src/snd-alpx-$(DEB_VERSION_UPSTREAM)/
+
+override_dh_dkms:
+ dh_dkms -V $(DEB_VERSION_UPSTREAM) -- 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
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/snd-alpx/debian/source/format
@@ -0,0 +1 @@
+1.0