Debian package files

This commit is contained in:
2023-02-07 10:15:20 +01:00
parent 7b06cfe2d6
commit 72af18a8d6
9 changed files with 98 additions and 0 deletions
Vendored Executable
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/make -f
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
export CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)