[Python-apps-commits] r3361 - in packages/boa-constructor/trunk/debian (changelog control)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Thu Jul 30 22:08:56 UTC 2009


    Date: Thursday, July 30, 2009 @ 22:08:55
  Author: dktrkranz-guest
Revision: 3361

Depend on ${misc:Depends}

Modified:
  packages/boa-constructor/trunk/debian/changelog
  packages/boa-constructor/trunk/debian/control

Modified: packages/boa-constructor/trunk/debian/changelog
===================================================================
--- packages/boa-constructor/trunk/debian/changelog	2009-07-30 22:04:58 UTC (rev 3360)
+++ packages/boa-constructor/trunk/debian/changelog	2009-07-30 22:08:55 UTC (rev 3361)
@@ -2,6 +2,7 @@
 
   * debian/control:
     - Build-Depend on debhelper (>= 7.0.50) and quilt (>= 0.46-7).
+    - Depend on ${misc:Depends} to fix a lintian warning.
     - Bump Standards-Version to 3.8.2, no changes required.
     - Fix some wxWindows spelling errors in the description.
   * debian/rules:
@@ -11,7 +12,7 @@
   * debian/patches/no_double_free.patch:
     - Do not attempt to free menu objects twice (Closes: #532988).
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Thu, 30 Jul 2009 23:45:01 +0200
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Fri, 31 Jul 2009 00:12:20 +0200
 
 boa-constructor (0.6.1-6) unstable; urgency=low
 

Modified: packages/boa-constructor/trunk/debian/control
===================================================================
--- packages/boa-constructor/trunk/debian/control	2009-07-30 22:04:58 UTC (rev 3360)
+++ packages/boa-constructor/trunk/debian/control	2009-07-30 22:08:55 UTC (rev 3361)
@@ -14,7 +14,7 @@
 
 Package: boa-constructor
 Architecture: all
-Depends: ${python:Depends}, pychecker, python-wxgtk2.6
+Depends: ${misc:Depends}, ${python:Depends}, pychecker, python-wxgtk2.6
 Description: RAD tool for Python and wxWindows application
  Boa-constructor is an IDE oriented towards creating cross-platform
  applications built on top of the Python language and the wxWindows GUI




More information about the Python-apps-commits mailing list