Browse Source

Import Debian version 0.10.3-1

Mario Iseli 18 years ago
parent
commit
82d6d416d3
7 changed files with 22 additions and 23 deletions
  1. 1 1
      debian/compat
  2. 3 3
      debian/control
  3. 12 12
      debian/ngircd.conf
  4. 1 2
      debian/ngircd.init
  5. 1 1
      debian/ngircd.postinst
  6. 1 1
      debian/ngircd.postrm
  7. 3 3
      debian/rules

+ 1 - 1
debian/compat

@@ -1 +1 @@
-4
+5

+ 3 - 3
debian/control

@@ -1,8 +1,8 @@
 Source: ngircd
 Source: ngircd
 Section: net
 Section: net
 Priority: optional
 Priority: optional
-Maintainer: Mario Iseli <admin@marioiseli.com>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpatch
+Maintainer: Mario Iseli <mario@debian.org>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch
 Standards-Version: 3.7.2
 Standards-Version: 3.7.2
 
 
 Package: ngircd
 Package: ngircd
@@ -11,7 +11,7 @@ Depends: ${shlibs:Depends}
 Replaces: ircd
 Replaces: ircd
 Conflicts: dancer-ircd, ircd-hybrid, ircd-irc2, ircd-ircu, rageircd
 Conflicts: dancer-ircd, ircd-hybrid, ircd-irc2, ircd-ircu, rageircd
 Description: Next generation IRC Server
 Description: Next generation IRC Server
- ngircd is a IRC Daemon for small or private networks.  It does not contain all
+ ngircd is a IRC Daemon for small or private networks. It does not contain all
  the functions like the professional ones, e.g services. It is written from
  the functions like the professional ones, e.g services. It is written from
  scratch and is not based upon the original IRCd like many others.
  scratch and is not based upon the original IRCd like many others.
  .
  .

+ 12 - 12
debian/ngircd.conf

@@ -11,24 +11,24 @@
 	# The [Global] section of this file is used to define the main
 	# The [Global] section of this file is used to define the main
 	# configuration of the server, like the server name and the ports
 	# configuration of the server, like the server name and the ports
 	# on which the server should be listening.
 	# on which the server should be listening.
-	
+
 	# Server name in the IRC network, must contain at least one dot
 	# Server name in the IRC network, must contain at least one dot
 	# (".") and be unique in the IRC network. Required!
 	# (".") and be unique in the IRC network. Required!
 	Name = irc.debian.org
 	Name = irc.debian.org
-	
+
 	# Info text of the server. This will be shown by WHOIS and
 	# Info text of the server. This will be shown by WHOIS and
 	# LINKS requests for example.
 	# LINKS requests for example.
 	Info = Yet another IRC Server running on Debian GNU/Linux
 	Info = Yet another IRC Server running on Debian GNU/Linux
 
 
 	# Global password for all users needed to connect to the server
 	# Global password for all users needed to connect to the server
 	;Password = wealllikedebian
 	;Password = wealllikedebian
-	
+
 	# Information about the server and the administrator, used by the
 	# Information about the server and the administrator, used by the
 	# ADMIN command. Not required by server but by RFC!
 	# ADMIN command. Not required by server but by RFC!
 	AdminInfo1 = Debian User
 	AdminInfo1 = Debian User
 	AdminInfo2 = Debian City
 	AdminInfo2 = Debian City
 	AdminEMail = root@localhost
 	AdminEMail = root@localhost
- 
+
 	# Ports on which the server should listen. There may be more than
 	# Ports on which the server should listen. There may be more than
 	# one port, separated with ",". (Default: 6667)
 	# one port, separated with ",". (Default: 6667)
 	Ports = 6667, 6668, 6669
 	Ports = 6667, 6668, 6669
@@ -36,7 +36,7 @@
 	# IP address on which the server should listen. (Default: empty,
 	# IP address on which the server should listen. (Default: empty,
 	# so the server listens on all IP addresses of the system)
 	# so the server listens on all IP addresses of the system)
 	;Listen = 1.2.3.4
 	;Listen = 1.2.3.4
-	
+
 	# Text file with the "message of the day" (MOTD). This message will
 	# Text file with the "message of the day" (MOTD). This message will
 	# be shown to all users connecting to the server:
 	# be shown to all users connecting to the server:
 	MotdFile = /etc/ngircd/ngircd.motd
 	MotdFile = /etc/ngircd/ngircd.motd
@@ -69,7 +69,7 @@
 	# Maximum number of simultaneous connection the server is allowed
 	# Maximum number of simultaneous connection the server is allowed
 	# to accept (<=0: unlimited):
 	# to accept (<=0: unlimited):
 	MaxConnections = 500
 	MaxConnections = 500
-	
+
 	# Maximum number of simultaneous connections from a single IP address
 	# Maximum number of simultaneous connections from a single IP address
 	# the server will accept (<=0: unlimited):
 	# the server will accept (<=0: unlimited):
 	MaxConnectionsIP = 10
 	MaxConnectionsIP = 10
@@ -80,7 +80,7 @@
 [Operator]
 [Operator]
 	# [Operator] sections are used to define IRC Operators. There may be
 	# [Operator] sections are used to define IRC Operators. There may be
 	# more than one [Operator] block, one for each local operator.
 	# more than one [Operator] block, one for each local operator.
-	
+
 	# ID of the operator (may be different of the nick name)
 	# ID of the operator (may be different of the nick name)
 	;Name = TheOper
 	;Name = TheOper
 
 
@@ -100,10 +100,10 @@
 	# group won't answer, the ngIRCd tries to connect to the next server
 	# group won't answer, the ngIRCd tries to connect to the next server
 	# in the given group. But the ngircd never tries to connect to two
 	# in the given group. But the ngircd never tries to connect to two
 	# servers with the same group ID.
 	# servers with the same group ID.
-	
+
 	# IRC name of the server
 	# IRC name of the server
 	;Name = irc2.debian.org
 	;Name = irc2.debian.org
-   
+
 	# Internet host name of the peer
 	# Internet host name of the peer
 	;Host = connect-to-host.the.net
 	;Host = connect-to-host.the.net
 
 
@@ -118,7 +118,7 @@
 	# Foreign password for this connection. This password has to be
 	# Foreign password for this connection. This password has to be
 	# configured as "MyPassword" on the other server.
 	# configured as "MyPassword" on the other server.
 	;PeerPassword = PeerSecret
 	;PeerPassword = PeerSecret
-	
+
 	# Group of this server (optional)
 	# Group of this server (optional)
 	;Group = 123
 	;Group = 123
 
 
@@ -129,13 +129,13 @@
 	# Persistent channels are marked with the mode 'P', which can be set
 	# Persistent channels are marked with the mode 'P', which can be set
 	# and unset by IRC operators like other modes on the fly.
 	# and unset by IRC operators like other modes on the fly.
 	# There may be more than one [Channel] block.
 	# There may be more than one [Channel] block.
-	
+
 	# Name of the channel
 	# Name of the channel
 	Name = #ngircd
 	Name = #ngircd
 
 
 	# Topic for this channel
 	# Topic for this channel
 	;Topic = Our ngircd testing channel
 	;Topic = Our ngircd testing channel
-	
+
 	# Initial channel modes
 	# Initial channel modes
 	Modes = tn
 	Modes = tn
 
 

+ 1 - 2
debian/ngircd.init

@@ -1,7 +1,7 @@
 #! /bin/sh
 #! /bin/sh
 
 
 # ngircd	Start/stop the Next Generation IRC Server
 # ngircd	Start/stop the Next Generation IRC Server
-# Version:	ngircd  0.9.2  16-Nov-2005  
+# Version:	ngircd  0.9.2  16-Nov-2005
 # Autor:	Mario Iseli <admin@marioiseli.com>
 # Autor:	Mario Iseli <admin@marioiseli.com>
 
 
 ### BEGIN INIT INFO
 ### BEGIN INIT INFO
@@ -32,7 +32,6 @@ case "$1" in
 	--exec /usr/sbin/ngircd -- -n
 	--exec /usr/sbin/ngircd -- -n
 	echo "ngircd."
 	echo "ngircd."
 	;;
 	;;
-	
 
 
   stop)
   stop)
 	echo -n "Stopping Next generation IRC server: "
 	echo -n "Stopping Next generation IRC server: "

+ 1 - 1
debian/ngircd.postinst

@@ -1,7 +1,7 @@
 #! /bin/sh
 #! /bin/sh
 
 
 # ngircd	Start/stop the Next Generation IRC Server
 # ngircd	Start/stop the Next Generation IRC Server
-# Version:	ngircd  0.9.2  14-Dec-2005  
+# Version:	ngircd  0.9.2  14-Dec-2005
 # Autor:	Mario Iseli <admin@marioiseli.com>
 # Autor:	Mario Iseli <admin@marioiseli.com>
 
 
 set -e
 set -e

+ 1 - 1
debian/ngircd.postrm

@@ -1,7 +1,7 @@
 #! /bin/sh
 #! /bin/sh
 
 
 # ngircd	Start/stop the Next Generation IRC Server
 # ngircd	Start/stop the Next Generation IRC Server
-# Version:	ngircd  0.9.2  16-Nov-2005  
+# Version:	ngircd  0.9.2  16-Nov-2005
 # Autor:	Mario Iseli <admin@marioiseli.com>
 # Autor:	Mario Iseli <admin@marioiseli.com>
 
 
 set -e
 set -e

+ 3 - 3
debian/rules

@@ -20,8 +20,8 @@ build-stamp: config.status
 clean: unpatch
 clean: unpatch
 	dh_testdir
 	dh_testdir
 	dh_testroot
 	dh_testroot
-	rm -f build-stamp 
-	-$(MAKE) distclean
+	rm -f build-stamp
+	[ ! -f Makefile ] || $(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 	cp -f /usr/share/misc/config.sub config.sub
 endif
 endif
@@ -33,7 +33,7 @@ endif
 install: build
 install: build
 	dh_testdir
 	dh_testdir
 	dh_testroot
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/ngircd
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/ngircd
 	rm -rf $(CURDIR)/debian/ngircd/etc
 	rm -rf $(CURDIR)/debian/ngircd/etc