[Pkg-irc-commits] r42 - in /packages/inspircd/trunk/debian: control rules

nenolod-guest at users.alioth.debian.org nenolod-guest at users.alioth.debian.org
Mon Dec 10 02:07:17 UTC 2007


Author: nenolod-guest
Date: Mon Dec 10 02:07:16 2007
New Revision: 42

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=42
Log:
Build a package containing the debug symbols.

Modified:
    packages/inspircd/trunk/debian/control
    packages/inspircd/trunk/debian/rules

Modified: packages/inspircd/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/control?rev=42&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/control (original)
+++ packages/inspircd/trunk/debian/control Mon Dec 10 02:07:16 2007
@@ -16,3 +16,18 @@
  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.
+ .
+ This package contains the daemon.
+
+Package: inspircd-dbg
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: inspircd
+Description: Modular IRCd written in C++ - debugging symbols
+ 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.
+ .
+ This package contains the debugging symbols.

Modified: packages/inspircd/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/inspircd/trunk/debian/rules?rev=42&op=diff
==============================================================================
--- packages/inspircd/trunk/debian/rules (original)
+++ packages/inspircd/trunk/debian/rules Mon Dec 10 02:07:16 2007
@@ -58,7 +58,7 @@
 	dh_installinit
 	dh_installman debian/inspircd.1
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=inspircd-dbg
 	dh_compress
 	dh_fixperms
 	dh_installdeb




More information about the Pkg-irc-commits mailing list