Change logs for python-crypto source package in Raring

  • python-crypto (2.6-4) unstable; urgency=low
    
    
      * debian/python-crypto-dbg.preinst: Add preinst script to handle symlink to
        directory conversion for /usr/share/doc/python-crypto-dbg. Thanks to
        Andreas Beckmann for the report. (Closes: #700778)
    
     -- Sebastian Ramacher <email address hidden>  Sun, 17 Feb 2013 16:24:21 +0100
  • python-crypto (2.6-3) unstable; urgency=low
    
    
      * debian/{control,copyright}: Update my mail address.
      * debian/control:
        - Remove DM-Upload-Allowed.
        - Add Breaks python{,3}-keyring (<= 0.7.1-1) to python{,3}-crypto.
    
     -- Sebastian Ramacher <email address hidden>  Thu, 03 Jan 2013 00:32:03 +0100
  • python-crypto (2.6-2build3) raring; urgency=low
    
      * Rebuild to drop python3.2 provides.
     -- Matthias Klose <email address hidden>   Wed, 07 Nov 2012 22:59:52 +0000
  • python-crypto (2.6-2build2) raring; urgency=low
    
      * No-change upload to rebuild python3-crypto-dbg for python3.3.
     -- Dmitrijs Ledkovs <email address hidden>   Fri, 26 Oct 2012 20:08:50 +0100
  • python-crypto (2.6-2build1) raring; urgency=low
    
      * No-change upload to build for python3.3.
     -- Matthias Klose <email address hidden>   Mon, 22 Oct 2012 17:38:26 +0200
  • python-crypto (2.6-2) unstable; urgency=low
    
    
      * debian/patches:
        - fix-cipher-iv-documentation.patch: Add patch from Stefano Rivera to
          document the actual behavior of the ciphers' new method with respect to
          the IV.
        - fix-epydoc-ignore.patch: Mark as forwarded.
        - reenable-redefined-tests.patch: Re-enable tests that have been redefined.
          Thanks to Jakub Wilk's lintian4python.
        - fix-py3-errors.patch: Fix Python 3 compatibility issues revealed by the
          re-enabled tests.
        - fix-except-shadows-builtin.patch: Fix 'except shadows builtin' error
          found by lintian4python.
      * debian/compat: Bump to 9.
      * debian/control: Bump Build-Dep on debhelper to >= 9.
      * debian/rules:
        - Run loops with set -ex.
        - Merge Python 2 and Python 3 loops. This can be done at once.
        - Don't call dh_install twice.
        - Build documentation in override_dh_auto_build.
        - Drop the *FLAGS exports.
    
     -- Sebastian Ramacher <email address hidden>  Thu, 31 May 2012 11:46:10 +0200