shedskin-packaging

Changeset

32:d7eb26972eb2
2011-01-15 Paul Boddie raw files shortlog changelog graph Changed package suggestions to be package requirements. rel-0-7
debian/control (file)
     1.1 --- a/debian/control	Mon Jan 10 00:27:21 2011 +0100
     1.2 +++ b/debian/control	Sat Jan 15 20:58:31 2011 +0100
     1.3 @@ -11,8 +11,7 @@
     1.4  
     1.5  Package: shedskin
     1.6  Architecture: all
     1.7 -Depends: ${python:Depends}, libgc-dev (>= 6.8), libpcre3-dev (>= 7.4)
     1.8 -Suggests: g++, make, python-dev
     1.9 +Depends: ${python:Depends}, libgc-dev (>= 6.8), libpcre3-dev (>= 7.6), g++, make, python-dev
    1.10  XB-Python-Version: ${python:Versions}
    1.11  Description: Python-to-C++ compiler designed to speed up Python programs
    1.12   Shed Skin converts programs written in a static subset of Python to C++.