[Pkg-cli-apps-commits] r5019 - in /packages/gbrainy/trunk/debian: changelog control
meebey at users.alioth.debian.org
meebey at users.alioth.debian.org
Thu Jul 9 20:56:17 UTC 2009
Author: meebey
Date: Thu Jul 9 20:56:16 2009
New Revision: 5019
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5019
Log:
+ Fixed libgnome2.24-cil build dependency by adding a missing comma
(wondering how dpkg could ever parse this).
Modified:
packages/gbrainy/trunk/debian/changelog
packages/gbrainy/trunk/debian/control
Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=5019&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Thu Jul 9 20:56:16 2009
@@ -1,9 +1,15 @@
gbrainy (1.11-1) unstable; urgency=low
+ [ Siegfried-Angel Gevatter Pujals ]
* New upstream release:
- Updated translations: it, nl, pt_BR, sk, es, eu, en_GB; new: cs.
- Fullscreen mode support.
- 3 bug fixes.
+
+ [ Mirco Bauer ]
+ * debian/control:
+ + Fixed libgnome2.24-cil build dependency by adding a missing comma
+ (wondering how dpkg could ever parse this).
-- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Mon, 15 Jun 2009 00:11:47 +0200
Modified: packages/gbrainy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/control?rev=5019&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/control (original)
+++ packages/gbrainy/trunk/debian/control Thu Jul 9 20:56:16 2009
@@ -13,7 +13,7 @@
libglade2.0-cil (>= 2.8),
libgnome2-dev (>= 2.2),
libgnomeui-dev (>= 2.2),
- libgnome2.24-cil (>= 2.24)
+ libgnome2.24-cil (>= 2.24),
libgtk2.0-cil (>= 2.8),
libgtk2.0-dev (>= 2.8),
libmono-dev (>= 1.1.7),
More information about the Pkg-cli-apps-commits
mailing list