[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installed python 1.5.2-5 (all source i386)



Installed:
python-gdbm_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-gdbm_1.5.2-5.deb
  replacing python-gdbm_1.5.2-4.deb
python-base_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-base_1.5.2-5.deb
  replacing python-base_1.5.2-4.deb
python-misc_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-misc_1.5.2-5.deb
  replacing python-misc_1.5.2-4.deb
python-elisp_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-elisp_1.5.2-5.deb
  replacing python-elisp_1.5.2-4.deb
idle_1.5.2-5_all.deb
  to dists/potato/main/binary-all/devel/idle_1.5.2-5.deb
  replacing idle_1.5.2-4.deb
python-examples_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-examples_1.5.2-5.deb
  replacing python-examples_1.5.2-4.deb
python-dev_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-dev_1.5.2-5.deb
  replacing python-dev_1.5.2-4.deb
python-tk_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-tk_1.5.2-5.deb
  replacing python-tk_1.5.2-4.deb
python-regrtest_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-regrtest_1.5.2-5.deb
  replacing python-regrtest_1.5.2-4.deb
python-zlib_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-zlib_1.5.2-5.deb
  replacing python-zlib_1.5.2-4.deb
python-net_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-net_1.5.2-5.deb
  replacing python-net_1.5.2-4.deb
python-mpz_1.5.2-5_i386.deb
  to dists/potato/main/binary-i386/interpreters/python-mpz_1.5.2-5.deb
  replacing python-mpz_1.5.2-4.deb
python_1.5.2-5.diff.gz
  to dists/potato/main/source/interpreters/python_1.5.2-5.diff.gz
  replacing python_1.5.2-4.diff.gz
python-stdwin_1.5.2-5_all.deb
  to dists/potato/main/binary-all/interpreters/python-stdwin_1.5.2-5.deb
  replacing python-stdwin_1.5.2-4.deb
python_1.5.2-5.dsc
  to dists/potato/main/source/interpreters/python_1.5.2-5.dsc
  replacing python_1.5.2-4.dsc


-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.6
Date: Fri, 25 Jun 1999 23:14:53 +0200
Source: python
Binary: idle python-dev python-examples python-tk python-regrtest python-zlib python-net python-mpz python-stdwin python-gdbm python-base python-misc python-elisp
Architecture: source all i386
Version: 1.5.2-5
Distribution: unstable
Urgency: low
Maintainer: Gregor Hoffleit <flight@debian.org>
Description: 
 idle       - An IDE for Python using Tkinter
 python-base - An interactive object-oriented scripting language.
 python-dev - Header files and a static library for Python.
 python-elisp - Emacs-lisp python-mode for the scripting language Python.
 python-examples - Examples for the scripting language Python.
 python-gdbm - GNU dbm database support for Python.
 python-misc - Empty, transitional package
 python-mpz - Multiple-precision arithmetic support for Python.
 python-net - Empty, transitional package
 python-regrtest - Regression test for the Python distribution.
 python-stdwin - Python's platform-independent UI toolkit STDWIN (OBSOLETE).
 python-tk  - Writing Tk applications with Python (Tkinter).
 python-zlib - A compression module for Python using zlib.
Closes: 38268 40060 40761 41074 41355
Changes: 
 python (1.5.2-5) unstable; urgency=low
 .
   * Important changes to the dbm modules (see also README.dbm):
     - Two new modules db1hash and bsddb1 that work with legacy DB 1.85
       databases, while dbhash/bsddb use DB 2.X Hash databases.
     - whichdb now identifies databases in DB 2.X Hash format as "dbhash",
     - "db1hash" is used for legacy DB 1.85 Hash files,
     - and whichdb now finally identifies "dumbdbm" database files.
     - anydbm can read any format, it defaults to creating DB2 Hash databases
     - As a consequence, the dbmmodule is now built with gdbm and has been
       moved to python-gdbm.
     (closes: Bug#41355: python_1.5.2-: doesn't build with glibc 2.0).
   * As a side effect, python now again builds on slink systems.
   * python-base's postrm was broken (closes: Bug#40761: python-base
     post-removal script doesn't seem to work, closes: Bug#41074:
     cannot remove/purge python-base).
   * Lib/compileall.py: Still a silly indentation error, finally fixed,
     this time thanks go to Chris Lawrence! (closes: Bug#38268:
     python-base: compileall.py with -q does the wrong thing).
   * Makefile.in: libpython1.5.so.0 is now linked against the shared
     libraries it uses. The rule is silly and needs to be cleaned up ASAP
     (closes: Bug#40060: libpython1.5.so.0 should link against shared
     libraries).
   * debian/rules: Drop dh_makeshlibs. For now, we provide a hand-crafted
     shlibs file for python-base.
   * debian/{rules,control}: Found a better way to correct wrong
     libreadlineg2 dependency (it's due to the broken libreadlineg2 shlibs
     file): run a sedscript to fix substvars.
   * debian/control: python-base now replaces python-misc and python-net.
     Without this, dpkg may complains about duplicate files during the
     upgrade.
   * The new xemacs21 packages had a problem that was triggered by
     python-elisp. Silently, our part of the problem was already fixed
     in -4: We now use mkdir -p. In the meantime, the bug was reassigned
     to xemacs21 (Bug#39970: Use mkdir -p instead of mkdir).
Files: 
 04c6228f17f8da952a04e3e276c71f7c 779 interpreters optional python_1.5.2-5.dsc
 cc3bad66e0209d1030c081f599c836e5 45114 interpreters optional python_1.5.2-5.diff.gz
 8e1e8977c18af3b868677b37c0ae00cf 38302 interpreters optional python-stdwin_1.5.2-5_all.deb
 7cfe327f9fff9b81f1e1d81fd77d70b1 458676 interpreters optional python-examples_1.5.2-5_all.deb
 da5c81fc2d637a4c5b86456d2c83ff49 46586 interpreters optional python-elisp_1.5.2-5_all.deb
 753cfa22a21e73664aaae6f7bf7e6e4c 310504 interpreters optional python-regrtest_1.5.2-5_all.deb
 d5f23a4097072f28d5ba9dcce0073cc7 65894 interpreters optional idle_1.5.2-5_all.deb
 11dc249dcd5be5598d0ab912620b99c3 8798 interpreters optional python-misc_1.5.2-5_all.deb
 3be91f6e6b11ea6fdbbae9cb9486f130 8796 interpreters optional python-net_1.5.2-5_all.deb
 df070b5d7c64d8869bc8a7601cb89c9f 812828 interpreters optional python-base_1.5.2-5_i386.deb
 7bae6bc54db33b3c3b48d962fd2541b5 49538 interpreters optional python-tk_1.5.2-5_i386.deb
 8943c71fce075fa481f7277df65cf408 16788 interpreters extra python-mpz_1.5.2-5_i386.deb
 0ff0e825699a3510174651de6bb5efde 15618 interpreters optional python-gdbm_1.5.2-5_i386.deb
 4363da2da738b7a420f1c516cb8a04a4 14682 interpreters optional python-zlib_1.5.2-5_i386.deb
 34a7c81d4201c7177e57f8b8016588ee 307248 interpreters optional python-dev_1.5.2-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBN49mtXKX9qiCJOfJAQHGhQQAi+kKGmh9BIpdpchK85cFR5YX6PHClQt1
oDcjLj1DeXUje6u5V5uhrzUEYlXI2WvA1Mrhm5amLHQxtuag5Wxqy/HqSQwzpOnV
4y7yQYKYaEVR/xmQFytFmN/rf+TW42mQqMCysCVxlrH8I6AmjaQHyK7wJZ9VyX9U
wD3/9Z/2t1c=
=VERf
-----END PGP SIGNATURE-----


Reply to: