diff options
author | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:56:00 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2024-05-10 18:56:00 (GMT) |
commit | af6bfbbd2496b1f5aa02b94caff4e6f988fa32c9 (patch) | |
tree | 45bebb68a0bf3bfc2fff1646f6fa0f4b976fba57 /snd-alpx/debian/rules | |
parent | 7035064ca063fdf15669ceb790ecef1e5ed054b0 (diff) |
rename package to snd-alpx-dkms
Diffstat (limited to 'snd-alpx/debian/rules')
-rwxr-xr-x | snd-alpx/debian/rules | 18 |
1 files changed, 0 insertions, 18 deletions
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: |