Freeze packaging for Debian

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cameron Laird

    #1

    Freeze packaging for Debian

    How is Freeze--freeze.py <URL: http://wiki.python.org/moin/Freeze >--packaged
    for Debian? *Is* it packaged for Debian?
  • Paul Boddie

    #2
    Re: Freeze packaging for Debian

    On 13 Feb, 16:48, cla...@lairds.u s (Cameron Laird) wrote:
    How is Freeze--freeze.py <URL:http://wiki.python.org/moin/Freeze>--packaged
    for Debian? *Is* it packaged for Debian?
    A search for freeze.py in package contents conducted from the Debian
    packages page [1] indicates that the file in question is provided by
    the examples package for each particular version of Python: so the
    python2.4-examples package would provide the file for a Python 2.4
    installation, for example. Doing "dpkg -S freeze.py" yields python2.4-
    examples as the package responsible on my Kubuntu system.

    Paul

    [1] http://www.debian.org/distrib/packages (also http://packages.debian.org/)

    Comment

    Working...