2020-03-04 16:55:40 +01:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# See debhelper(7) (uncomment to enable)
|
|
|
|
# output every command that modifies files on the build system.
|
|
|
|
#export DH_VERBOSE = 1
|
|
|
|
|
|
|
|
%:
|
2022-02-14 10:06:21 +01:00
|
|
|
dh $@ --sourcedirectory=src
|
2020-03-04 16:55:40 +01:00
|
|
|
|