[Python-modules-commits] r12878 - in packages/shiboken/trunk/debian (changelog control)

odyx-guest at users.alioth.debian.org odyx-guest at users.alioth.debian.org
Tue May 11 18:37:35 UTC 2010


    Date: Tuesday, May 11, 2010 @ 18:37:13
  Author: odyx-guest
Revision: 12878

Fix for #581215

Modified:
  packages/shiboken/trunk/debian/changelog
  packages/shiboken/trunk/debian/control

Modified: packages/shiboken/trunk/debian/changelog
===================================================================
--- packages/shiboken/trunk/debian/changelog	2010-05-11 13:37:37 UTC (rev 12877)
+++ packages/shiboken/trunk/debian/changelog	2010-05-11 18:37:13 UTC (rev 12878)
@@ -1,3 +1,9 @@
+shiboken (0.3.1-2) UNRELEASED; urgency=low
+
+  * shiboken depends on generatorrunner (Closes: #581215)
+
+ -- Didier Raboud <didier at raboud.com>  Tue, 11 May 2010 20:33:58 +0200
+
 shiboken (0.3.1-1) unstable; urgency=low
 
   * New 0.3.1 upstream release

Modified: packages/shiboken/trunk/debian/control
===================================================================
--- packages/shiboken/trunk/debian/control	2010-05-11 13:37:37 UTC (rev 12877)
+++ packages/shiboken/trunk/debian/control	2010-05-11 18:37:13 UTC (rev 12878)
@@ -16,7 +16,7 @@
 
 Package: shiboken
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, generatorrunner (>= 0.4.2)
 Description: CPython bindings generator for C++ libraries
  Shiboken is a bindings generator for C++ libraries that outputs CPython
  source code. It uses generatorrunner and apiextractor to collect information




More information about the Python-modules-commits mailing list