From cc4badffe0e02d159c21eb90ea080a6a2f90cb4b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 10 May 2024 20:41:35 +0200 Subject: add initial debian packaging files 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 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 +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 -- cgit v0.10.2