[pkg-ggz-commits] r252 - ggz-grubby/trunk/debian
petere at alioth.debian.org
petere at alioth.debian.org
Thu Jul 19 19:53:00 UTC 2007
Author: petere
Date: 2007-07-19 19:53:00 +0000 (Thu, 19 Jul 2007)
New Revision: 252
Modified:
ggz-grubby/trunk/debian/changelog
ggz-grubby/trunk/debian/control
ggz-grubby/trunk/debian/rules
Log:
* Disabled SILC support, which is currently broken due to an API change
(closes: #432545)
Modified: ggz-grubby/trunk/debian/changelog
===================================================================
--- ggz-grubby/trunk/debian/changelog 2007-07-16 19:42:58 UTC (rev 251)
+++ ggz-grubby/trunk/debian/changelog 2007-07-19 19:53:00 UTC (rev 252)
@@ -1,3 +1,10 @@
+ggz-grubby (0.0.14-2) unstable; urgency=low
+
+ * Disabled SILC support, which is currently broken due to an API change
+ (closes: #432545)
+
+ -- Peter Eisentraut <petere at debian.org> Thu, 19 Jul 2007 21:45:34 +0200
+
ggz-grubby (0.0.14-1) unstable; urgency=low
* New upstream version.
Modified: ggz-grubby/trunk/debian/control
===================================================================
--- ggz-grubby/trunk/debian/control 2007-07-16 19:42:58 UTC (rev 251)
+++ ggz-grubby/trunk/debian/control 2007-07-19 19:53:00 UTC (rev 252)
@@ -4,7 +4,7 @@
Maintainer: Debian GGZ Maintainers <pkg-ggz-maintainers at lists.alioth.debian.org>
Uploaders: Josef Spillner <josef at ggzgamingzone.org>, Peter Eisentraut <petere at debian.org>
Standards-Version: 3.7.2
-Build-Depends: cdbs, debhelper (>= 5), ggzcore-bin (>= 0.0.14), libggzmod-dev (>= 0.0.14), libperl-dev, ruby1.8-dev, ruby, python-dev, libsilc-dev
+Build-Depends: cdbs, debhelper (>= 5), ggzcore-bin (>= 0.0.14), libggzmod-dev (>= 0.0.14), libperl-dev, ruby1.8-dev, ruby, python-dev
Package: ggz-grubby
Architecture: any
@@ -13,7 +13,7 @@
Suggests: ggz-kde-client
Description: GGZ Gaming Zone: chat bot with the ability to play games
Grubby is a nice bot which is intended to run on GGZ servers, but it can
- also access IRC and SILC networks. It is highly configurable,
+ also access IRC networks. It is highly configurable,
extensible with plugins, and gets smarter the longer it runs. A more
serious use is to alert or notify other players, to remember messages
for them, or to translate some phrases. On top of this, grubby can also
Modified: ggz-grubby/trunk/debian/rules
===================================================================
--- ggz-grubby/trunk/debian/rules 2007-07-16 19:42:58 UTC (rev 251)
+++ ggz-grubby/trunk/debian/rules 2007-07-19 19:53:00 UTC (rev 252)
@@ -3,4 +3,4 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --enable-noregistry=/usr/share/ggz/modules/ggz-grubby
+DEB_CONFIGURE_EXTRA_FLAGS = --enable-noregistry=/usr/share/ggz/modules/ggz-grubby --disable-silc
More information about the pkg-ggz-commits
mailing list