shedskin-packaging

debian/control

69:bba6c534f8e6
2011-11-28 Paul Boddie Removed redundant patches and updated the current repository version.
     1 Source: shedskin     2 Section: python     3 Priority: optional     4 Maintainer: Paul Boddie <paul@boddie.org.uk>     5 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-docutils     6 Standards-Version: 3.9.2     7 Homepage: http://code.google.com/p/shedskin/     8 Vcs-Hg: http://hgweb.boddie.org.uk/shedskin-packaging     9 Vcs-Browser: http://hgweb.boddie.org.uk/shedskin-packaging    10     11 Package: shedskin    12 Architecture: all    13 Depends: ${misc:Depends}, ${python:Depends}    14 Recommends: g++, make, python-dev, libgc-dev (>= 6.8), libpcre3-dev (>= 7.6)    15 Description: Python-to-C++ compiler designed to speed up Python programs    16  Shed Skin converts programs written in a static subset of Python to C++.    17  The C++ code can be compiled to executable code, which can be run either    18  as a standalone program or as a module imported from Python.