mirror of
https://git.freestone.net/cramer/pcapmirror.git
synced 2025-12-31 03:50:27 +01:00
11 lines
206 B
Makefile
Executable File
11 lines
206 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# See debhelper(7) (>= 13) for a description of compat levels.
|
|
# dh-sequence.mk is deprecated and is now integrated into dh.
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@
|
|
|
|
|