[Pkg-irc-commits] r59 - in /packages/inspircd/trunk/debian: changelog control inspircd.1 inspircd.preinst

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Tue Dec 18 21:37:58 UTC 2007


Author: nenolod-guest
Date: Tue Dec 18 21:37:58 2007
New Revision: 59

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=59
Log:
- fix lintian manpage warnings
- add ITP number
- fix improper use of init script being directly called
- fix prioritization for inspircd-dbg package.

Modified:
    packages/inspircd/trunk/debian/changelog
    packages/inspircd/trunk/debian/control
    packages/inspircd/trunk/debian/inspircd.1
    packages/inspircd/trunk/debian/inspircd.preinst

Modified: packages/inspircd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/changelog?rev=59&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/changelog (original)
+++ packages/inspircd/trunk/debian/changelog Tue Dec 18 21:37:58 2007
@@ -1,7 +1,7 @@
 inspircd (1.1.15-1) unstable; urgency=low
 
   [ Mario Iseli ]
-  * Initial release
+  * Initial release (Closes: #429317)
 
   [ William Pitcock ]
   * Prepare for uploading to unstable since Mario is on

Modified: packages/inspircd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/control?rev=59&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/control (original)
+++ packages/inspircd/trunk/debian/control Tue Dec 18 21:37:58 2007
@@ -28,6 +28,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: inspircd
+Priority: extra
 Description: Modular IRCd written in C++ - debugging symbols
  Inspircd is a modular IRC Daemon written in C++ for several operating systems.
  Its target is to be stale, lightweight and it's written from scratch. Inspircd

Modified: packages/inspircd/trunk/debian/inspircd.1
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/inspircd.1?rev=59&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/inspircd.1 (original)
+++ packages/inspircd/trunk/debian/inspircd.1 Tue Dec 18 21:37:58 2007
@@ -19,7 +19,7 @@
 inspircd \- A modular C++ IRC Daemon
 .SH SYNOPSIS
 .B inspircd
-[--nofork]  [--nolog]  [--debug]  [--logfile <filename>]  [--runasroot]  [--version]  [--config <config>]
+[\-\-nofork]  [\-\-nolog]  [\-\-debug]  [\-\-logfile <filename>]  [\-\-runasroot]  [\-\-version]  [\-\-config <config>]
 .br
 .SH DESCRIPTION
 This manual page documents briefly the
@@ -32,7 +32,7 @@
 .\" respectively.
 \fBinspircd\fP is a modular C++ IRC Daemon (ircd) for Linux, BSD and Windows systems created to provide a stable, modern, lightweight irc server from scratch and provide a vast number of features in a modularised form using an advanced module API. By keeping the functionality of the main core to a minimum we hope to increase the stability and speed of our project and make it customisable to the needs of many users. InspIRCd is designed primarily to be a custom irc server for the chatspike irc network (irc.chatspike.net) but we are releasing it into the public domain under GPL so that you may benefit yourself from our work. The project is written from scratch, avoiding the inherent instability under large loads which can be seen in many other irc server distributions which have the same featureset.
 .PP
-The \fBinspircd\fP command starts the ircd server, using /etc/inspircd.conf as its configuration file unless used with .B\f--config\fP.  
+The \fBinspircd\fP command starts the ircd server, using /etc/inspircd.conf as its configuration file unless used with .B\f\-\-config\fP.  
 
 .SH OPTIONS
 These programs follow the usual GNU command line syntax, with long

Modified: packages/inspircd/trunk/debian/inspircd.preinst
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/inspircd.preinst?rev=59&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/inspircd.preinst (original)
+++ packages/inspircd/trunk/debian/inspircd.preinst Tue Dec 18 21:37:58 2007
@@ -17,7 +17,7 @@
 case "$1" in
     install|upgrade)
     if test -f /var/run/inspircd.pid; then
-    /etc/init.d/inspircd stop
+        invoke-rc.d inspircd stop
     fi;;
 
     abort-upgrade)




More information about the Pkg-irc-commits mailing list