fix debian/control. It must contain at least on binary pkg
authorMiroslav Ondra <ondra@faster.cz>
Tue, 29 Sep 2020 12:56:55 +0000 (14:56 +0200)
committerMiroslav Ondra <ondra@faster.cz>
Tue, 29 Sep 2020 12:56:55 +0000 (14:56 +0200)
debian/control
debian/rules.amd64

index 4899dec9f82f935c14a95e9c8fac273f9bb191d2..3557002e019791323c1d749231c9ac52e46e6982 100644 (file)
@@ -7,3 +7,15 @@ Standards-Version: 3.9.8
 Homepage: https://www.unipi.technology/
 Vcs-Git: https://git.unipi.technology/UniPi/unipi-kernel.git
 
+Package: unipi-kernel-modules-dkms
+Architecture: all
+Pre-Depends: raspberrypi-kernel-headers | axon-kernel-headers | linux-headers(>=4.0), unipi-common
+Depends: ${misc:Depends}, dkms, unipi-firmware (>=5.50)
+Replaces: neuron-kernel, unipi-kernel-modules
+Conflicts: neuron-kernel, unipi-kernel-modules
+Description: UniPi Neuron/Axon kernel modules - DKMS source
+ This package contains source code of kernel module for spi protocol 
+ used by internal boards in the UniPi Neuron/Axon controllers.
+ Can be used with DKMS so that local kernel images are automatically
+ built and installed every time relevant kernel packages are upgraded.
+
index f896a8abf33ca7e99d5b8aa3b11d46969cc4b9e5..143916c434f0047a0adb63494dbbc8465f6216e7 100755 (executable)
@@ -17,7 +17,7 @@ export DEB_LDFLAGS_SET = -zrelro
 MOD_VERSION=$(shell dpkg-parsechangelog |grep ^Version:|cut -d ' ' -f 2)
 
 clean:
-       cat debian/control.in debian/control.dkms >debian/control
+       #cat debian/control.in debian/control.dkms >debian/control
        dh clean --with dkms
 
 %: