]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/Debian/rules
Xcode: fix detection of host OS, vendor, and CPU
[ngircd-alex.git] / contrib / Debian / rules
index 868a04250a09d70d37a952c24d5cff545b268a3a..e02db2245d24123a48b2b4c47cd7c968b6ff987f 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 #
 # ngIRCd -- The Next Generation IRC Daemon
-# Copyright (c)2001-2009 Alexander Barton <alex@barton.de>
+# 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:
@@ -214,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