1
0
Fork 0

Adding debian version 2.0.24-4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-18 11:20:46 +01:00
parent afb0a8fea7
commit c86ae7dcba
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 500 additions and 0 deletions
debian

27
debian/rules vendored Executable file
View file

@ -0,0 +1,27 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
# Hardening
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
# needed for CMake that ignores CPPFLAGS
CFLAGS+=$(CPPFLAGS)
CXXFLAGS+=$(CPPFLAGS)
# be strict when comparing symbols in libnetconf2-1
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
%:
dh $@ --buildsystem=cmake
override_dh_auto_configure:
dh_auto_configure -- -DENABLE_SSH=ON -DENABLE_TLS=ON -DENABLE_DNSSEC=OFF -DENABLE_PYTHON=OFF
override_dh_auto_build-indep:
dh_auto_build -- doc
override_dh_missing:
dh_missing --fail-missing