Browse Source

Import Debian version 0.10.3-1

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

+ 1 - 2
debian/ngircd.init

@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # 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>
 
 ### BEGIN INIT INFO
@@ -32,7 +32,6 @@ case "$1" in
 	--exec /usr/sbin/ngircd -- -n
 	echo "ngircd."
 	;;
-	
 
   stop)
 	echo -n "Stopping Next generation IRC server: "

+ 1 - 1
debian/ngircd.postinst

@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # 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>
 
 set -e

+ 1 - 1
debian/ngircd.postrm

@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # 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>
 
 set -e

+ 3 - 3
debian/rules

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