Added linker flags -Wl,--as-needed cme fix dpkg-control Removed breaks and replaces Added upstream signing key added used in watchfile
12 lines
220 B
Makefile
Executable File
12 lines
220 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# export DH_VERBOSE=1
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake --parallel
|
|
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lxqt-about
|