mirror of https://github.com/hmatuschek/libsdr
Updated dist files.
parent
d4aa3d1694
commit
1985d1836e
@ -1,4 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
@ -0,0 +1 @@
|
||||
9
|
||||
@ -0,0 +1,4 @@
|
||||
#! /usr/bin/dh-exec
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr.so
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr-gui.so
|
||||
/usr/include/*
|
||||
@ -0,0 +1,3 @@
|
||||
#! /usr/bin/dh-exec
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr.so.*
|
||||
/usr/lib/${DEB_HOST_MULTIARCH}/libsdr-gui.so.*
|
||||
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
|
||||
# Disable version check, will be updated by package manager.
|
||||
DEB_CMAKE_EXTRA_FLAGS = -DCMAKE_LIBRARY_ARCHITECTURE=${DEB_HOST_MULTIARCH} \
|
||||
-DCMAKE_BUILD_TYPE=RELEASE
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
Loading…
Reference in New Issue