]> arthur.barton.de Git - ngircd-alex.git/blobdiff - contrib/Debian/rules
Xcode: remove imp.h and exp.h from project file
[ngircd-alex.git] / contrib / Debian / rules
index 868a04250a09d70d37a952c24d5cff545b268a3a..4df0609c98b51c42019a2f7b2b7dab3e5c1c105c 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:
@@ -137,10 +139,10 @@ install-ngircd: build-ngircd
        rm $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/COPYING*
        mkdir -p $(CURDIR)/debian/ngircd/var/run/ircd
        cat $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/sample-ngircd.conf | \
-        sed -e "s/;ServerUID = 65534/ServerUID = irc/g" | \
-        sed -e "s/;ServerGID = 65534/ServerGID = irc/g" | \
-        sed -e "s/;MotdFile = \/usr\/local\/etc\/ngircd.motd/MotdFile = \/etc\/ngircd\/ngircd.motd/g" | \
-        sed -e "s/;PidFile = \/var\/run\/ngircd\/ngircd.pid/PidFile = \/var\/run\/ircd\/ngircd.pid/g" \
+        sed -e "s|;ServerUID = 65534|ServerUID = irc|g" | \
+        sed -e "s|;ServerGID = 65534|ServerGID = irc|g" | \
+        sed -e "s|;MotdFile = /usr/local/etc/ngircd.motd|MotdFile = |/etc/ngircd/ngircd.motd|g" | \
+        sed -e "s|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /var/run/ircd/ngircd.pid|g" \
         >$(CURDIR)/debian/ngircd/etc/ngircd/ngircd.conf
        touch $(CURDIR)/debian/ngircd/etc/ngircd/ngircd.motd
 
@@ -157,10 +159,11 @@ install-ngircd-full: build-ngircd-full
         $(CURDIR)/debian/ngircd-full/usr/share/doc/ngircd-full
        mkdir -p $(CURDIR)/debian/ngircd-full/var/run/ircd
        cat $(CURDIR)/debian/ngircd-full/usr/share/doc/ngircd-full/sample-ngircd.conf | \
-        sed -e "s/;ServerUID = 65534/ServerUID = irc/g" | \
-        sed -e "s/;ServerGID = 65534/ServerGID = irc/g" | \
-        sed -e "s/;MotdFile = \/usr\/local\/etc\/ngircd.motd/MotdFile = \/etc\/ngircd\/ngircd.motd/g" | \
-        sed -e "s/;PidFile = \/var\/run\/ngircd\/ngircd.pid/PidFile = \/var\/run\/ircd\/ngircd.pid/g" \
+        sed -e "s|;ServerUID = 65534|ServerUID = irc|g" | \
+        sed -e "s|;ServerGID = 65534|ServerGID = irc|g" | \
+        sed -e "s|;MotdFile = /usr/local/etc/ngircd.motd|MotdFile = /etc/ngircd/ngircd.motd|g" | \
+        sed -e "s|;HelpFile = /usr/share/doc/ngircd/Commands.txt|HelpFile = /usr/share/doc/ngircd-full/Commands.txt|g" | \
+        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
@@ -179,10 +182,11 @@ install-ngircd-full-dbg: build-ngircd-full-dbg
         $(CURDIR)/debian/ngircd-full-dbg/usr/share/doc/ngircd-full-dbg
        mkdir -p $(CURDIR)/debian/ngircd-full-dbg/var/run/ircd
        cat $(CURDIR)/debian/ngircd-full-dbg/usr/share/doc/ngircd-full-dbg/sample-ngircd.conf | \
-        sed -e "s/;ServerUID = 65534/ServerUID = irc/g" | \
-        sed -e "s/;ServerGID = 65534/ServerGID = irc/g" | \
-        sed -e "s/;MotdFile = \/usr\/local\/etc\/ngircd.motd/MotdFile = \/etc\/ngircd\/ngircd.motd/g" | \
-        sed -e "s/;PidFile = \/var\/run\/ngircd\/ngircd.pid/PidFile = \/var\/run\/ircd\/ngircd.pid/g" \
+        sed -e "s|;ServerUID = 65534|ServerUID = irc|g" | \
+        sed -e "s|;ServerGID = 65534|ServerGID = irc|g" | \
+        sed -e "s|;MotdFile = /usr/local/etc/ngircd.motd|MotdFile = /etc/ngircd/ngircd.motd|g" | \
+        sed -e "s|;HelpFile = /usr/share/doc/ngircd/Commands.txt|HelpFile = /usr/share/doc/ngircd-full-dbg/Commands.txt|g" | \
+        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
@@ -214,7 +218,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