[Pkg-irc-commits] r78 - /packages/inspircd/trunk/debian/control
dblaber-guest at users.alioth.debian.org
dblaber-guest at users.alioth.debian.org
Fri Dec 28 04:55:35 UTC 2007
Author: dblaber-guest
Date: Fri Dec 28 04:55:30 2007
New Revision: 78
URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=78
Log:
Figured out why we were having problems before, it was becuase someone saved it in MAC format, and svn and the deb tools didn't like it. Now in unix format.
Modified:
packages/inspircd/trunk/debian/control
Modified: packages/inspircd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/control?rev=78&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/control (original)
+++ packages/inspircd/trunk/debian/control Fri Dec 28 04:55:30 2007
@@ -1,1 +1,38 @@
-# $Id$
Source: inspircd
Section: net
Priority: optional
Maintainer: Debian IRC Team <pkg-irc-maintainers at lists.alioth.debian.org>
Uploaders: Darren Blaber <dmbtech at gmail.com>, Mario Iseli <mario at debian.org>, William Pitcock <nenolod at sacredspiral.co.uk>, Matt Arnold <mattarnold5 at gmail.com>
Build-Depends: debhelper (>= 5), perl-modules, libgnutls-dev, dpatch
Standards-Version: 3.7.3
Homepage: http://www.inspircd.org/
Vcs-Svn: svn://svn.debian.org/pkg-irc/packages/inspircd/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/
Package: inspircd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ircd
Description: Modular IRCd written in C++
InspIRCd is a modular C++ IRC Daemon for several operating 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, the server is very
stable, fast and customizable.
.
This package contains the daemon.
Package: inspircd-dbg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, inspircd
Priority: extra
Description: Modular IRCd written in C++ - debugging symbols
InspIRCd is a modular C++ IRC Daemon for several operating 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, the server is very
stable, fast and customizable.
.
This package contains the debugging symbols.
+# $Id$
+
+Source: inspircd
+Section: net
+Priority: optional
+Maintainer: Debian IRC Team <pkg-irc-maintainers at lists.alioth.debian.org>
+Uploaders: Darren Blaber <dmbtech at gmail.com>, Mario Iseli <mario at debian.org>, William Pitcock <nenolod at sacredspiral.co.uk>, Matt Arnold <mattarnold5 at gmail.com>
+Build-Depends: debhelper (>= 5), perl-modules, libgnutls-dev, dpatch
+Standards-Version: 3.7.3
+Homepage: http://www.inspircd.org/
+Vcs-Svn: svn://svn.debian.org/pkg-irc/packages/inspircd/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/
+
+Package: inspircd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: ircd
+Description: Modular IRCd written in C++
+ InspIRCd is a modular C++ IRC Daemon for several operating 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, the server is very
+ stable, fast and customizable.
+ .
+ This package contains the daemon.
+
+Package: inspircd-dbg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, inspircd
+Priority: extra
+Description: Modular IRCd written in C++ - debugging symbols
+ InspIRCd is a modular C++ IRC Daemon for several operating 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, the server is very
+ stable, fast and customizable.
+ .
+ This package contains the debugging symbols.
More information about the Pkg-irc-commits
mailing list