[Pkg-irc-commits] r11 - in /packages/inspircd: build-area tarballs trunk/debian/changelog trunk/debian/changelog.inspircd trunk/debian/control trunk/debian/dirs trunk/debian/rules

mario at users.alioth.debian.org mario at users.alioth.debian.org
Sat Oct 6 14:26:31 UTC 2007


Author: mario
Date: Sat Oct  6 14:26:31 2007
New Revision: 11

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=11
Log:
Several changes on inspircd debian/ dir, added a TODO list for the project

Added:
    packages/inspircd/build-area   (with props)
    packages/inspircd/tarballs   (with props)
Removed:
    packages/inspircd/trunk/debian/changelog.inspircd
Modified:
    packages/inspircd/trunk/debian/changelog
    packages/inspircd/trunk/debian/control
    packages/inspircd/trunk/debian/dirs
    packages/inspircd/trunk/debian/rules

Added: packages/inspircd/build-area
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/build-area?rev=11&op=file
==============================================================================
--- packages/inspircd/build-area (added)
+++ packages/inspircd/build-area Sat Oct  6 14:26:31 2007
@@ -1,0 +1,1 @@
+link ../../build-area/

Propchange: packages/inspircd/build-area
------------------------------------------------------------------------------
    svn:special = *

Added: packages/inspircd/tarballs
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/tarballs?rev=11&op=file
==============================================================================
--- packages/inspircd/tarballs (added)
+++ packages/inspircd/tarballs Sat Oct  6 14:26:31 2007
@@ -1,0 +1,1 @@
+link ../../tarballs/

Propchange: packages/inspircd/tarballs
------------------------------------------------------------------------------
    svn:special = *

Modified: packages/inspircd/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/changelog?rev=11&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/changelog (original)
+++ packages/inspircd/trunk/debian/changelog Sat Oct  6 14:26:31 2007
@@ -1,3 +1,13 @@
+inspircd (1.1.8-2) unstable; urgency=low
+
+  * Import into alioth (pkg-irc).
+  * Removed debian/changelog.inspircd as it is quite useless, also remove the
+    dh_installchangeslogs call in debian/rules.
+  * Set maintainer to the alioth team.
+  * Fix description in debian/control to conform to the policy.
+
+ -- Mario Iseli <mario at debian.org>  Sat, 06 Oct 2007 16:15:30 +0200
+
 inspircd (1.1.8-1) unstable; urgency=low
 
   * Initial release
@@ -8,4 +18,3 @@
   * Adjusted Makefile to not use RPATH
 
  -- Darren Blaber <dmbtech at gmail.com>  Fri, 15 Jun 2007 20:05:39 -0400
-

Modified: packages/inspircd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/control?rev=11&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/control (original)
+++ packages/inspircd/trunk/debian/control Sat Oct  6 14:26:31 2007
@@ -1,12 +1,19 @@
 Source: inspircd
 Section: net
 Priority: optional
-Maintainer: Darren Blaber <dmbtech at gmail.com>
+Maintainer: Debian IRC Team <pkg-irc-maintainers at lists.alioth.debian.org>
+Uploaders: Darren Blaber <dbmtech at gmail.com>, Mario Iseli <mario at debian.org>
 Build-Depends: debhelper (>= 5), perl-modules, libgnutls-dev
 Standards-Version: 3.7.2
 
 Package: inspircd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
-Description: A C++ Modular IRCd
- 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.
+Description: Modular IRCd written in C++
+ Inspircd is a modulat IRC Daemon written in C++ for several operating systems.
+ Its target is to be stale, lightweight and it's written from scratch. Inspircd
+ provides a lot of features in a modularised form using an advanced module API.
+ By keeping the funcionality of the main core to a minimum, the server is very
+ stable, fast and customizable.
+ .
+  Homepage: http://www.inspircd.org

Modified: packages/inspircd/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/dirs?rev=11&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/dirs (original)
+++ packages/inspircd/trunk/debian/dirs Sat Oct  6 14:26:31 2007
@@ -1,2 +1,2 @@
-/etc/inspircd
+etc/inspircd
 usr/sbin

Modified: packages/inspircd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/rules?rev=11&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/rules (original)
+++ packages/inspircd/trunk/debian/rules Sat Oct  6 14:26:31 2007
@@ -54,7 +54,6 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs debian/changelog.inspircd
 	dh_installdocs
 	dh_installexamples
 	dh_installinit




More information about the Pkg-irc-commits mailing list