[ubuntu/karmic] cmake 2.6.3-2ubuntu1 (Accepted)

Jonathan Riddell jriddell at ubuntu.com
Tue Apr 28 16:45:13 BST 2009


cmake (2.6.3-2ubuntu1) karmic; urgency=low

  * Make cmake-qt-gui replace the old cmake-gui
  * Add cmake-gui as a dummy package to bring in cmake-qt-gui

cmake (2.6.3-2) unstable; urgency=low

  * Remove do-not-use-lib64.diff, no longer needed (according to upstream).
  * Remove reinstate-arm.diff, merged upstream.
  * Upload to unstable.

cmake (2.6.3-1) experimental; urgency=low

  * New upstream release.
  * Update debian/patches:
    - remove find_package_support_prefix_lib_cmake.diff, merged upstream;
    - adopt FindQt4.cmake2.6.diff;
    - refresh do-not-use-lib64.diff;
    - remove relative_path_fixes.diff, merged upstream;
    - refresh relative_path_fixes2.diff;
    - remove manpage-generation-fixes.diff, merged upstream;
    - refresh FindQt4_qt4_lupdate_lrelease.diff;
    - remove FindMPEG2_include_FindSDL_fix.diff, merged upstream;
  * Use dh_prep instead of deprecated dh_clean -k (fixes lintian warning).
  * Call dh_desktop in the binary targets (fixes lintian warning).
  * Install cmake-gui docs to the cmake-qt-gui package.
  * Enable binary-indep target.
  * Add manpage_friendly_docs.diff patch to make some bits of documentation
    manpage friendly (eliminate warnings).
  * Fix installation of lintian overrides (move dh_lintian to binary targets).

cmake (2.6.2-4) unstable; urgency=low

  * Release to unstable. No other changes.

cmake (2.6.2-3) experimental; urgency=low

  * Fix typo in cmake-qt-gui description.
  * Merge patch from upstream to support <prefix>/lib/cmake search path in
    find_package() config mode. This enables reduction of /usr/lib cluttering
    (find_package_support_prefix_lib_cmake.diff).
  * Tighten libqt4-dev build depend to version (>= 4.4.0) (Closes: #508349).

cmake (2.6.2-2) experimental; urgency=low

  * Add Vcs fields.
  * Add patches:
    - FindQt4_qt4_lupdate_lrelease.diff - prefer lupdate-qt4 to lupdate and
      lrelease-qt4 to lrelease. This is specific to Debian Qt4.
      Thanks to Ludovico Cavedon (Closes: #487528).
    - FindMPEG2_include_FindSDL_fix.diff - fix FindSQL include in the
      MPEG2 module. Thanks to Leopold Palomo Avellaneda (Closes: #500770).
  * Try sorting out emacsen mess once again (Closes: #481391):
    - depend on emacsen-common;
    - old-prerm will most likely fail spewing emacsen-common error message
      when upgrading from previous version but this is OK. Add a custom
      prerm script which recovers from the problem and notifies the user to
      ignore the error message.
  * Rewrite cmake cache initialization code. Pass initial cmake flags via
    file (--init= argument to the bootstrap script).
  * Make build verbose again.
  * Prepare for multiple binary packages: switch to install files and to
    debhelper v7 (due to more convenient install file handling), install
    everything to debian/tmp initially.
  * Add new binary packages:
    - cmake-data - split off data files needed for each cmake flavour to run.
      Move emacsen stuff in here too;
    - cmake-curses-gui - splif off ccmake here from the cmake package;
    - cmake-qt-gui - build & install Qt4 based GUI (cmake-gui). Add menu file
      and manual page (Closes: #482787). Update debian/copyright.
  * Dynamically link against system libraries available in Debian
    (Closes: #502441).
  * Remove left-over debian/doxygen.config.
  * Rename debian/docs to debian/cmake-data.docs and clean it up. Do not
    install ChangeLog.txt. It is size and usefulness ratio is too low to
    justify inclusion in the binary package.

Date: Tue, 28 Apr 2009 15:37:25 +0100
Changed-By: Jonathan Riddell <jriddell at ubuntu.com>
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
https://launchpad.net/ubuntu/karmic/+source/cmake/2.6.3-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 28 Apr 2009 15:37:25 +0100
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-gui
Architecture: source
Version: 2.6.3-2ubuntu1
Distribution: karmic
Urgency: low
Maintainer: Kubuntu Developers <kubuntu-devel at lists.ubuntu.com>
Changed-By: Jonathan Riddell <jriddell at ubuntu.com>
Description: 
 cmake      - A cross-platform, open-source make system
 cmake-curses-gui - Curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-gui  - Qt4 based user interface for CMake (dummy package)
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 481391 482787 487528 500770 502441 508349
Changes: 
 cmake (2.6.3-2ubuntu1) karmic; urgency=low
 .
   * Make cmake-qt-gui replace the old cmake-gui
   * Add cmake-gui as a dummy package to bring in cmake-qt-gui
 .
 cmake (2.6.3-2) unstable; urgency=low
 .
   * Remove do-not-use-lib64.diff, no longer needed (according to upstream).
   * Remove reinstate-arm.diff, merged upstream.
   * Upload to unstable.
 .
 cmake (2.6.3-1) experimental; urgency=low
 .
   * New upstream release.
   * Update debian/patches:
     - remove find_package_support_prefix_lib_cmake.diff, merged upstream;
     - adopt FindQt4.cmake2.6.diff;
     - refresh do-not-use-lib64.diff;
     - remove relative_path_fixes.diff, merged upstream;
     - refresh relative_path_fixes2.diff;
     - remove manpage-generation-fixes.diff, merged upstream;
     - refresh FindQt4_qt4_lupdate_lrelease.diff;
     - remove FindMPEG2_include_FindSDL_fix.diff, merged upstream;
   * Use dh_prep instead of deprecated dh_clean -k (fixes lintian warning).
   * Call dh_desktop in the binary targets (fixes lintian warning).
   * Install cmake-gui docs to the cmake-qt-gui package.
   * Enable binary-indep target.
   * Add manpage_friendly_docs.diff patch to make some bits of documentation
     manpage friendly (eliminate warnings).
   * Fix installation of lintian overrides (move dh_lintian to binary targets).
 .
 cmake (2.6.2-4) unstable; urgency=low
 .
   * Release to unstable. No other changes.
 .
 cmake (2.6.2-3) experimental; urgency=low
 .
   * Fix typo in cmake-qt-gui description.
   * Merge patch from upstream to support <prefix>/lib/cmake search path in
     find_package() config mode. This enables reduction of /usr/lib cluttering
     (find_package_support_prefix_lib_cmake.diff).
   * Tighten libqt4-dev build depend to version (>= 4.4.0) (Closes: #508349).
 .
 cmake (2.6.2-2) experimental; urgency=low
 .
   * Add Vcs fields.
   * Add patches:
     - FindQt4_qt4_lupdate_lrelease.diff - prefer lupdate-qt4 to lupdate and
       lrelease-qt4 to lrelease. This is specific to Debian Qt4.
       Thanks to Ludovico Cavedon (Closes: #487528).
     - FindMPEG2_include_FindSDL_fix.diff - fix FindSQL include in the
       MPEG2 module. Thanks to Leopold Palomo Avellaneda (Closes: #500770).
   * Try sorting out emacsen mess once again (Closes: #481391):
     - depend on emacsen-common;
     - old-prerm will most likely fail spewing emacsen-common error message
       when upgrading from previous version but this is OK. Add a custom
       prerm script which recovers from the problem and notifies the user to
       ignore the error message.
   * Rewrite cmake cache initialization code. Pass initial cmake flags via
     file (--init= argument to the bootstrap script).
   * Make build verbose again.
   * Prepare for multiple binary packages: switch to install files and to
     debhelper v7 (due to more convenient install file handling), install
     everything to debian/tmp initially.
   * Add new binary packages:
     - cmake-data - split off data files needed for each cmake flavour to run.
       Move emacsen stuff in here too;
     - cmake-curses-gui - splif off ccmake here from the cmake package;
     - cmake-qt-gui - build & install Qt4 based GUI (cmake-gui). Add menu file
       and manual page (Closes: #482787). Update debian/copyright.
   * Dynamically link against system libraries available in Debian
     (Closes: #502441).
   * Remove left-over debian/doxygen.config.
   * Rename debian/docs to debian/cmake-data.docs and clean it up. Do not
     install ChangeLog.txt. It is size and usefulness ratio is too low to
     justify inclusion in the binary package.
Checksums-Sha1: 
 ea68422bfb0927deb18e78610c5071bea33b3097 1455 cmake_2.6.3-2ubuntu1.dsc
 bf34e1661954d808ac3a3eb9d394b69e4d3b1a98 3594959 cmake_2.6.3.orig.tar.gz
 ebe34d1dae9ca6f6184c4851670a9db2f4141bcd 15316 cmake_2.6.3-2ubuntu1.diff.gz
Checksums-Sha256: 
 73f5f39d996cce599b42289a4da7972d63bd3031c09ebb68b41651cffbf98ab3 1455 cmake_2.6.3-2ubuntu1.dsc
 3c3af80526a32bc2afed616e8f486b847144f2fa3a8e441908bd39c38b146450 3594959 cmake_2.6.3.orig.tar.gz
 f697bf3af87979771d8daffe874e908198367e1eefc7b2caa24b15cd0edec7d1 15316 cmake_2.6.3-2ubuntu1.diff.gz
Files: 
 ac7f5db91a3c071e4491820254e96265 1455 devel optional cmake_2.6.3-2ubuntu1.dsc
 5ba47a94ce276f326abca1fd72a7e7c6 3594959 devel optional cmake_2.6.3.orig.tar.gz
 ab93872d542acf4f90eae38f2949558f 15316 devel optional cmake_2.6.3-2ubuntu1.diff.gz
Original-Maintainer: A. Maitland Bottoms <bottoms at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkn3I30ACgkQpQbm1N1NUIjKuwCfY99jjPe9ox1+CS7nfSe0mR3t
YrgAnjoDYtVA9dn2tw9CmtvmCPiAHCOl
=gjQw
-----END PGP SIGNATURE-----


More information about the Karmic-changes mailing list