mirror of
https://github.com/coturn/coturn.git
synced 2025-12-26 02:11:00 +01:00
- add misi@majd.eu to uploaders - add upstream metadata - add systemd service file - update according policy to 4.2.1 - update urls from http to https - update override - update compat from 9 to 10 - install readme.txt to doc
27 lines
558 B
Makefile
Executable File
27 lines
558 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
include /usr/share/dpkg/buildflags.mk
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
|
|
# This has to be exported to make some magic below work.
|
|
export DH_OPTIONS
|
|
|
|
override_dh_installexamples:
|
|
dh_installexamples -X readme.txt
|
|
|
|
override_dh_install:
|
|
dh_install -X examples/scripts/readme.txt
|
|
|
|
override_dh_auto_install:
|
|
true
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --disable-rpath --turndbdir=/var/lib/turn
|
|
|
|
%:
|
|
dh $@ --builddirectory=.
|