[Python-modules-commits] r12149 - in packages/kiwi/trunk/debian (changelog control)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Mar 5 17:18:15 UTC 2010
Date: Friday, March 5, 2010 @ 17:18:03
Author: morph
Revision: 12149
added misc:Depends to binary package Depends
Modified:
packages/kiwi/trunk/debian/changelog
packages/kiwi/trunk/debian/control
Modified: packages/kiwi/trunk/debian/changelog
===================================================================
--- packages/kiwi/trunk/debian/changelog 2010-03-05 17:15:24 UTC (rev 12148)
+++ packages/kiwi/trunk/debian/changelog 2010-03-05 17:18:03 UTC (rev 12149)
@@ -6,8 +6,9 @@
kiwi with Python 2.6 as default; thanks to Jakub Wilk for the report;
Closes: #571492
- replace b-d-i on python-all-dev with python-all, since building arch:all
+ - added misc:Depends to binary package Depends
- -- Sandro Tosi <morph at debian.org> Fri, 05 Mar 2010 18:14:33 +0100
+ -- Sandro Tosi <morph at debian.org> Fri, 05 Mar 2010 18:16:34 +0100
kiwi (1.9.22-1) unstable; urgency=low
Modified: packages/kiwi/trunk/debian/control
===================================================================
--- packages/kiwi/trunk/debian/control 2010-03-05 17:15:24 UTC (rev 12148)
+++ packages/kiwi/trunk/debian/control 2010-03-05 17:18:03 UTC (rev 12149)
@@ -12,7 +12,7 @@
Package: python-kiwi
Architecture: all
-Depends: ${python:Depends}, python-gtk2 (>= 2.8.2-3.1), python-pkg-resources (>= 0.6b3)
+Depends: ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.8.2-3.1), python-pkg-resources (>= 0.6b3)
Enhances: gazpacho
Description: a graphical framework to construct simple UI
Kiwi is a framework and a set of enhanced PyGTK widgets designed to
More information about the Python-modules-commits
mailing list