1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-10-27 20:36:18 +00:00

Update Debian package configuration

This not only bumps the "compat" version, but updates the package
dependencies and build rules accordingly.

Closes #299.
This commit is contained in:
Alexander Barton 2023-09-17 23:42:08 +02:00
parent 4a548e1220
commit f31d64eb1c
3 changed files with 3 additions and 5 deletions

View File

@ -1 +1 @@
9 13

View File

@ -2,9 +2,8 @@ Source: ngircd
Section: net Section: net
Priority: optional Priority: optional
Maintainer: Alexander Barton <alex@barton.de> Maintainer: Alexander Barton <alex@barton.de>
Build-Depends: debhelper (>> 9.0.0), Build-Depends: debhelper (>> 13.0.0),
autotools-dev, autotools-dev,
dh-systemd (>= 1.5),
expect, expect,
libident-dev, libident-dev,
libpam0g-dev, libpam0g-dev,

View File

@ -219,9 +219,8 @@ binary-arch: build install
dh_testroot dh_testroot
dh_installchangelogs -a -A ChangeLog dh_installchangelogs -a -A ChangeLog
dh_installdocs -a dh_installdocs -a
dh_systemd_enable -a dh_installsystemd -a
dh_installinit -a dh_installinit -a
dh_systemd_start -a
dh_strip -a --no-package=ngircd-full-dbg dh_strip -a --no-package=ngircd-full-dbg
dh_compress -a -XCommands.txt dh_compress -a -XCommands.txt
dh_fixperms -a dh_fixperms -a