repo: ngircd action: commit revision: path_from: revision_from: f31d64eb1c07f1dfa808eb57c4aa21e9c11240e2: path_to: revision_to:
commit f31d64eb1c07f1dfa808eb57c4aa21e9c11240e2 Author: Alexander BartonDate: Sun Sep 17 23:42:08 2023 +0200 Update Debian package configuration This not only bumps the "compat" version, but updates the package dependencies and build rules accordingly. Closes #299. diff --git a/contrib/Debian/compat b/contrib/Debian/compat
--- a/contrib/Debian/compat +++ b/contrib/Debian/compat @@ -1 +1 @@ -9 +13 diff --git a/contrib/Debian/control b/contrib/Debian/control
--- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -2,9 +2,8 @@ Source: ngircd Section: net Priority: optional Maintainer: Alexander Barton-Build-Depends: debhelper (>> 9.0.0), +Build-Depends: debhelper (>> 13.0.0), autotools-dev, - dh-systemd (>= 1.5), expect, libident-dev, libpam0g-dev, diff --git a/contrib/Debian/rules b/contrib/Debian/rules
--- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -219,9 +219,8 @@ binary-arch: build install dh_testroot dh_installchangelogs -a -A ChangeLog dh_installdocs -a - dh_systemd_enable -a + dh_installsystemd -a dh_installinit -a - dh_systemd_start -a dh_strip -a --no-package=ngircd-full-dbg dh_compress -a -XCommands.txt dh_fixperms -a
-----END OF PAGE-----