# HG changeset patch # User Paul Boddie # Date 1295121511 -3600 # Node ID d7eb26972eb290fa9a21a496216a9c9986d5bffe # Parent 13e059bf53b7dbfe507ea59520bde87dac7d8226 Changed package suggestions to be package requirements. diff -r 13e059bf53b7 -r d7eb26972eb2 debian/control --- a/debian/control Mon Jan 10 00:27:21 2011 +0100 +++ b/debian/control Sat Jan 15 20:58:31 2011 +0100 @@ -11,8 +11,7 @@ Package: shedskin Architecture: all -Depends: ${python:Depends}, libgc-dev (>= 6.8), libpcre3-dev (>= 7.4) -Suggests: g++, make, python-dev +Depends: ${python:Depends}, libgc-dev (>= 6.8), libpcre3-dev (>= 7.6), g++, make, python-dev XB-Python-Version: ${python:Versions} Description: Python-to-C++ compiler designed to speed up Python programs Shed Skin converts programs written in a static subset of Python to C++.