[Python-apps-commits] r6989 - in packages/slapos.tool.grid/trunk/debian (control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Apr 27 11:23:30 UTC 2011


    Date: Wednesday, April 27, 2011 @ 11:23:19
  Author: arnau
Revision: 6989

Add missing Recommends

Modified:
  packages/slapos.tool.grid/trunk/debian/control

Modified: packages/slapos.tool.grid/trunk/debian/control
===================================================================
--- packages/slapos.tool.grid/trunk/debian/control	2011-04-27 09:04:04 UTC (rev 6988)
+++ packages/slapos.tool.grid/trunk/debian/control	2011-04-27 11:23:19 UTC (rev 6989)
@@ -18,9 +18,11 @@
          ${python:Depends},
          python-zc.buildout (>= 1.5.0),
 Breaks: ${python:Breaks}
-Recommends: python-dev,
+Recommends: libc6-dev | libc-dev,
             gcc | c-compiler,
-            libc6-dev | libc-dev
+            g++ | c++-compiler,
+            make,
+            python-dev
 Description: Client to deploy a SaaS system with SLAPos
  SLAPos provides support for deploying a SaaS system. Slapgrid is the
  client side of SLAPos and allows you to easily deploy instances of




More information about the Python-apps-commits mailing list