Change logs for libmcrypt source package in Karmic

  • libmcrypt (2.5.8-3) unstable; urgency=low
    
      * Applied the following patches from sourceforge.net's bugtracker:
        - libmcrypt-2.5.8-prototypes.diff
          http://sourceforge.net/tracker/?func=detail&aid=1872799&group_id=87941&atid=584895
        - libmcrypt-rotate-mask.patch (this should fix build on 64bit archs)
          http://sourceforge.net/tracker/?func=detail&aid=2424445&group_id=87941&atid=584895
    
    libmcrypt (2.5.8-2) unstable; urgency=low
    
      * debian/rules: fix the clean target, which wasn't runnable after
        extracting the source package
      * remove unneeded libltdl-dev build dependency
    
    libmcrypt (2.5.8-1) unstable; urgency=low
    
      * Imported Upstream version 2.5.8 (closes: #427437)
        - fixes lib/libmcrypt.m4 quoting bug (closes: #305288)
      * debian/rules: simplified packaging by using dh
      * new control fields (homepage, vcs-*), watch file, debian/compat = 7
      * include the mcrypt.3 manpage as libmcrypt.3 in the dev package
      * enable static library in the dev package
      * put .so and .la into the dev instead of the lib package
        (closes: #501680)
      * debian/copyright cleanups
      * ${Source-Versions} -> ${binary:Version} in debian/control
      * Depends: ${misc:Depends} in debian/control
      * lintian source package overrides: debian/source.lintian-overrides
      * config.sub, config.guess patch to use the versions from
        /usr/share/misc
      * support 40 and 80 bits long keys in cast5
        patch sent to upstream
        (closes: #299509)
    
    libmcrypt (2.5.7-5.1) unstable; urgency=low
    
      * NMU upload.
      * Fix spurious aclocal warning thanks to a patch from Alban
        Browaeys. Closes: #305288.
    
     -- Michael Bienia <email address hidden>   Mon,  22 Jun 2009 15:56:06 +0100
  • libmcrypt (2.5.7-5ubuntu1) intrepid; urgency=low
    
      * Add quoted definition to AC_DEFUN call in lib/libmcrypt.m4 (LP: #253991).
        See: http://sources.redhat.com/automake/automake.html#Extending-aclocal
        Thanks to <email address hidden> for the patch.
      * General cleanup (necessary since debhelper 1 is now obsoleted):
        debian/rules:
        - remove DH_COMPAT and create debian/compat
        - change dh_installmanpages call to
          dh_installman -plibmcrypt-dev doc/mcrypt.3 debian/libmcrypt-config.1
        - change dh_movefiles call to dh_install and add install files
        - add symlinks with dh_link calls
        debian/postinst: removed
        debian/control:
        - add versioned dependency on debhelper (>= 4)
        - change deprecated ${Source-Version} to ${binary:Version}
    
     -- Cesare Tirabassi <email address hidden>   Fri, 01 Aug 2008 18:07:01 +0200