Change logs for php-imagick source package in Squeeze

  • php-imagick (3.0.0~rc1-1) unstable; urgency=low
    
    
      * New upstream release (Closes: #524863, #570649, #573139)
      * New maintainer (Closes: #530621)
      * Change Build-Depends from libmagick9-dev to libmagickwand-dev
        (Thanks Ivan Borzenkov)
      * debian/rules:
        + Rewrite php5 oriented only, work in progress to adapt multi php version
        + Remove tarball mode rules
        + Fix generated path of debian/post{inst,rm} in clean rule
        + Delete "--with-regex" and "--disable-rpath" options (enabled by default)
          in configure call (unrecognized options)
        + Delete lintian override (no-shlibs-control-file)
        + Touch examples/ and CREDITS in upstream tarball
          (lintian package-contains-ancient-file rule)
        + Delete unnecessary patch rule
        + phpize5 --clean is now called in clean rule
        + Set CFLAGS to -Wl,--as-needed, to not link against some libX11
      * Bump to Standards-Version 3.8.4 (move section from web to php)
      * Bump to compatibility 7 in debian/{control,compat}
      * debian/phpX-imagick.post{inst,rm}:
        + add "set -e" (instead of "#!/bin/sh -e")
        + comment loading on remove (Closes: #498150)
        (Thanks Ivan Borzenkov)
      * debian/imagick.ini: change comment style from "#" to ";"
        (Closes: #563433, #566970, thanks Thijs Kinkhorst)
      * debian/{changelog,copyright}: suppress unnecessary spaces
      * Switch to dpkg-source 3.0 (quilt) format
      * debian/watch: mangle version according Debian Policy 5.6.12
      * debian/ltmain.patch: Patch to reorder linker argument after phpize
        (From BTS#347650)
    
     -- Guillaume Delacour <email address hidden>  Tue, 09 Mar 2010 17:58:50 +0000
  • php-imagick (2.1.1RC1-1) unstable; urgency=low
    
    
      * New upstream release
      * Added Depends ${shlibs:Depends}, now it put libmagick* dependence.
        (Closes: #459874)
    
     -- Jose Carlos Medeiros <email address hidden>  Tue, 25 Mar 2008 02:02:54 -0300