debian: initial syslogd/logger/libsyslog0/libsylog-dev packaging

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2021-02-21 15:53:38 +01:00
parent ca6b36c63a
commit 2db6f712ce
16 changed files with 293 additions and 1 deletions

19
debian/rules vendored Executable file
View File

@@ -0,0 +1,19 @@
#!/usr/bin/make -f
# export DH_VERBOSE=1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_CFLAGS_MAINT_APPEND = -g -Og -rdynamic
%:
dh $@ --with autoreconf,systemd
override_dh_installchangelogs:
dh_installchangelogs ChangeLog.md
# Remove LICENSE and ChangeLog.md per Debian Policy
override_dh_auto_install:
dh_auto_install
rm -v debian/tmp/usr/share/doc/sysklogd/LICENSE
rm -v debian/tmp/usr/share/doc/sysklogd/ChangeLog.md
override_dh_auto_test:
$(MAKE) check