Skip to content
Snippets Groups Projects
Commit 1f4a272a authored by Daniel Salzman's avatar Daniel Salzman
Browse files

distro/debian: various improvements and backports

parent 4088c7af
No related branches found
No related tags found
No related merge requests found
......@@ -16,21 +16,21 @@ Build-Depends-Indep:
Build-Depends:
debhelper (>= 9),
latexmk,
libcap-ng-dev,
libcap-ng-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libedit-dev,
libfstrm-dev,
libgnutls28-dev,
libidn2-0-dev,
libjemalloc-dev,
liblmdb-dev,
libmaxminddb-dev,
libmaxminddb-dev [!powerpcspe !sh4 !x32],
libprotobuf-c-dev,
libsystemd-dev [linux-any] | libsystemd-daemon-dev [linux-any],
libsystemd-dev [linux-any] | libsystemd-journal-dev [linux-any],
liburcu-dev (>= 0.4),
pkg-config,
protobuf-c-compiler,
Standards-Version: 4.2.0
Standards-Version: 4.3.0
Homepage: https://www.knot-dns.cz/
Vcs-Browser: https://gitlab.labs.nic.cz/knot/knot-dns
Vcs-Git: https://gitlab.labs.nic.cz/knot/knot-dns.git
......
......@@ -2,8 +2,8 @@ debian/ufw/knot etc/ufw/applications.d/
etc/knot/knot.conf
usr/bin/knsec3hash
usr/bin/kzonecheck
usr/sbin/kjournalprint
usr/sbin/keymgr
usr/sbin/kjournalprint
usr/sbin/knotc
usr/sbin/knotd
usr/share/man/man1/knsec3hash.1
......
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
# To enable all, uncomment following line
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -Wall -DNDEBUG
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
......@@ -32,7 +27,9 @@ else
endif
%:
dh $@ --dbgsym-migration='knot-dbg (<< 2.2.0-2~)' --exclude=.la --exclude=example.com.zone
dh $@ \
--dbgsym-migration='knot-dbg (<< 2.2.0-2~)' \
--exclude=.la --exclude=example.com.zone
override_dh_auto_configure:
dh_auto_configure -- \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment