X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=contrib%2FDebian%2Frules;h=e02db2245d24123a48b2b4c47cd7c968b6ff987f;hb=a2479bb9069ea2b61cf606dbefc2cb3ad0eb8e1d;hp=25f48287936632c4d68ebb9cb75e6ee587778a34;hpb=c51cc88eb08eb3aa3fd626347bd9c87f2ae7f9c1;p=ngircd-alex.git diff --git a/contrib/Debian/rules b/contrib/Debian/rules index 25f48287..e02db224 100755 --- a/contrib/Debian/rules +++ b/contrib/Debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # # ngIRCd -- The Next Generation IRC Daemon -# Copyright (c)2001-2009 Alexander Barton +# Copyright (c)2001-2012 Alexander Barton (alex@barton.de) and Contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -53,7 +53,8 @@ configure-ngircd-full: configure --sysconfdir=/etc/ngircd \ --mandir=\$${prefix}/share/man \ --with-syslog --with-zlib \ - --with-gnutls --with-ident --with-tcp-wrappers --with-pam \ + --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-pam \ --enable-ipv6 configure-ngircd-full-dbg: configure @@ -66,7 +67,8 @@ configure-ngircd-full-dbg: configure --mandir=\$${prefix}/share/man \ --enable-debug --enable-sniffer \ --with-syslog --with-zlib \ - --with-gnutls --with-ident --with-tcp-wrappers --with-pam \ + --with-gnutls --with-iconv --with-ident --with-tcp-wrappers \ + --with-pam \ --enable-ipv6 build: @@ -163,6 +165,8 @@ install-ngircd-full: build-ngircd-full sed -e "s/;PidFile = \/var\/run\/ngircd\/ngircd.pid/PidFile = \/var\/run\/ircd\/ngircd.pid/g" \ >$(CURDIR)/debian/ngircd-full/etc/ngircd/ngircd.conf touch $(CURDIR)/debian/ngircd-full/etc/ngircd/ngircd.motd + mkdir -p $(CURDIR)/debian/ngircd-full/etc/pam.d + cp $(CURDIR)/debian/ngircd.pam $(CURDIR)/debian/ngircd-full/etc/pam.d/ngircd install-ngircd-full-dbg: build-ngircd-full-dbg dh_testdir @@ -183,6 +187,8 @@ install-ngircd-full-dbg: build-ngircd-full-dbg sed -e "s/;PidFile = \/var\/run\/ngircd\/ngircd.pid/PidFile = \/var\/run\/ircd\/ngircd.pid/g" \ >$(CURDIR)/debian/ngircd-full-dbg/etc/ngircd/ngircd.conf touch $(CURDIR)/debian/ngircd-full-dbg/etc/ngircd/ngircd.motd + mkdir -p $(CURDIR)/debian/ngircd-full-dbg/etc/pam.d + cp $(CURDIR)/debian/ngircd.pam $(CURDIR)/debian/ngircd-full-dbg/etc/pam.d/ngircd # Build architecture-independent files here. binary-indep: @@ -210,7 +216,7 @@ binary-arch: build install dh_installdocs -a dh_installinit -a dh_strip -a --no-package=ngircd-full-dbg - dh_compress -a + dh_compress -a -XCommands.txt dh_fixperms -a dh_installdeb -a dh_shlibdeps -a