Cleaned up debian/control Cleaned up debian/copyright, remove GPL-3+ because it is not used in the project any longer, relicense debian to GPL-2+ Fixed symbols Fixed LDFLAGS Removed obsoleted overrides from debian/rules
11 lines
159 B
Makefile
Executable File
11 lines
159 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake \
|
|
--parallel \
|
|
--fail-missing
|
|
|