9 lines
104 B
Makefile
Executable File
9 lines
104 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
#DH_VERBOSE = 1
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_strip:
|
|
dh_strip --dbg-package=libqtxdg-dbg
|