Changeset 450 for tags/pyragua-0.2.5/debian/control – Pyragua

Changeset 450 for tags/pyragua-0.2.5/debian/control

Show
Ignore:
Timestamp:
01/09/10 10:14:12 (2 years ago)
Author:
junix
Message:

Actualizados los archivos del paquete debian

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/pyragua-0.2.5/debian/control

    r443 r450  
    33Priority: optional 
    44Maintainer: Julián Moreno Patiño <darkjunix@gmail.com> 
    5 Build-Depends: debhelper (>= 7) 
    6 Build-Depends-Indep: python 
     5Build-Depends: debhelper (>= 7), python 
     6Build-Depends-Indep: python-support (>= 0.90) 
    77Standards-Version: 3.8.3 
    88Homepage: http://pyragua.pyroxdev.org 
     
    1010Package: pyragua 
    1111Architecture: all 
    12 Depends: ${misc:Depends}, python, python-wxgtk2.6, libwxbase2.6-0, 
    13  libwxgtk2.6-0, python-wxtools, python-wxversion 
     12Depends: ${python:Depends}, ${misc:Depends}, python-wxgtk2.6,  
     13 libwxbase2.6-0, libwxgtk2.6-0, python-wxtools, python-wxversion 
    1414Recommends: python-wxglade, wx2.6-doc, wx2.6-examples 
    15 Description: Pythonic editor for Python coding 
     15Description: Very lightweight Python editor 
    1616 Pyragua is an Integrated Development Environment to manipulate 
    17  Python code, written in Python and uses wxPython as graphical 
    18  toolkit. Pyragua currently has features like syntax highlighting, 
    19  code completion, auto identation, code browsing and an integrated  
    20  Python shell. 
     17 Python code, a lightweight and fast Python editor. Pyragua  
     18 currently has features like syntax highlighting, code completion,  
     19 auto identation, code browsing and an integrated Python shell.