mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-22 05:35:46 +00:00
10 lines
188 B
Text
10 lines
188 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
#DH_VERBOSE = 1
|
||
|
DPKG_EXPORT_BUILDFLAGS = 1
|
||
|
include /usr/share/dpkg/default.mk
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all timeless
|
||
|
|
||
|
%:
|
||
|
dh $@ --with autotools-dev
|