From 9e0e955daf57b997792ca55a236498694ce634e2 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 6 Jan 2017 00:30:43 +0100 Subject: Update Debian package - Update debhelper compatibility to version 9. - Update build-dependencies. - Change group of ngircd.conf to "irc" in postinst script (this makes starting ngIRCd as user "irc" easier, for example when using systemd). - Don't create /var/run/ircd during installation: this is handled by the SysV init script and the systemd service already. --- contrib/Debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/Debian/control') diff --git a/contrib/Debian/control b/contrib/Debian/control index 59a74ab5..158d9533 100644 --- a/contrib/Debian/control +++ b/contrib/Debian/control @@ -2,13 +2,13 @@ Source: ngircd Section: net Priority: optional Maintainer: Alexander Barton -Build-Depends: debhelper (>> 4.0.0), +Build-Depends: debhelper (>> 9.0.0), autotools-dev, expect, libz-dev, libwrap0-dev, libident-dev, - libgnutls-dev, + libgnutls28-dev, libpam0g-dev, telnet | telnet-ssl, Standards-Version: 3.9.1 -- cgit 1.4.1