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

Accepted cmake 2.8.5-1~bpo60+1 (source all amd64)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 30 Jul 2011 18:26:13 +0300
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.5-1~bpo60+1
Distribution: squeeze-backports
Urgency: medium
Maintainer: Modestas Vainius <modax@debian.org>
Changed-By: Modestas Vainius <modax@debian.org>
Description: 
 cmake      - 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-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 563479 595275 600245 608510 614202 614390 615054 618932 627853 630167 631497
Changes: 
 cmake (2.8.5-1~bpo60+1) squeeze-backports; urgency=low
 .
   * Rebuild for squeeze-backports.
   * No other source changes needed.
 .
 cmake (2.8.5-1) unstable; urgency=low
 .
   * New upstream release:
     - fixes UseSWIG. (Closes: #631497)
   * Drop screen-256color-bce.diff - merged upstream.
   * Drop spelling_formatting_fixes.diff - merged upstream.
   * Make sure CMake considers /lib/<arch> as implicit and keeps it out of
     automatic R(UN)PATH (patch multiarch_lib_dirs_should_be_implicit.diff).
   * Refresh FindBoost_add_-lpthread_#563479.diff patch.
 .
 cmake (2.8.5~rc2-1) unstable; urgency=low
 .
   * New upstream release.
   * No longer repack upstream tarball and drop dfsg suffix from the version
     number. The tarball is DFSG clean now.
   * Drop fixup_manpages.diff patch, merged upstream.
   * Drop backport_test_order_fix.diff patch, was backported from upstream.
   * Drop multiarch_basic_support.diff patch, merged upstream.
   * Refresh screen-256color-bce.diff patch.
   * Add spelling_formatting_fixes.diff which fixes a couple of new
     spelling / formatting errors.
   * Override incorrect menu-icon-missing lintian warning properly.
 .
 cmake (2.8.4+dfsg.1-5) unstable; urgency=medium
 .
   * Fix multiarch regex to support armel and (hopefully) all other possible
     linux architectures (patch multiarch_basic_support.diff updated).
   * Support multiarch paths on kfreebsd and hurd (patch
     multiarch_basic_support.diff updated). (Closes: #630167)
   * Urgency=medium, the bugs above make cmake almost unusable on armel and
     kfreebsd.
 .
 cmake (2.8.4+dfsg.1-4) unstable; urgency=low
 .
   * Drop multiarch_library_directory_hack.diff patch. A better solution has
     been implemented (see below).
   * Add multiarch implementation from upstream (patch
     multiarch_basic_support.diff, taken from upstream bug #12037). New
     implementation does not need dpkg-dev 1.16, it is entirely backwards
     compatible with previous releases and in addition, it implements multiarch
     support for find_package().
   * Adapt multiarch_findgtk2_fix.diff patch to work with
     multiarch_basic_support.diff.
 .
 cmake (2.8.4+dfsg.1-3) unstable; urgency=low
 .
   * Merge 2.8.2+dfsg.1-0+squeeze1 changes.
   * Do not start cmake description synopsis with an article.
   * Generate colour Makefiles when $TERM is set to 'screen-256color-bce'.
     Thanks to Davide Mancusi for the patch (screen-256color-bce.diff).
     (Closes: #627853)
   * Add libxmlrpc-core-c3-dev as a preferred alternative to libxmlrpc-c3-dev
     in Build-Depends. libxmlrpc-c3-dev has become a transitional package.
   * Bump Standards-Version to 3.9.2: no changes needed.
   * Switch Vcs-* debian/control fields to anonscm.debian.org.
   * Fix find_library() to find libraries in multiarch library paths (patch
     multiarch_library_directory_hack.diff). While the patch is not a good fix
     (hackish by nature, no cross-compilation support etc.), it should do the
     job in majority of cases. Also require dpkg-dev >= 1.16 at both build
     time (Build-Depends) and runtime (cmake Depends) because the patch needs
     dpkg-architecture -qDEB_HOST_MULTIARCH. (Closes: #618932)
   * Make FindGTK2.cmake work with Debian multiarch
     (patch multiarch_findgtk2_fix.diff). (LP: #751940)
 .
 cmake (2.8.4+dfsg.1-2) unstable; urgency=low
 .
   * Add backport_test_order_fix.diff to restore conpatibility with earlier
     versions with respect to the test run order. (Closes: #615054)
 .
 cmake (2.8.4+dfsg.1-1) unstable; urgency=low
 .
   * 2.8.4-2 ended up in unstable by accident :-( Fix distribution field
     accordingly.
   * Remove files licensed under proprietary licence from the original tarball.
     (Closes: #614390) Generate a new tarball with +dfsg.1 suffix. Thanks to
     Vasily Gurevich for heads up.
 .
 cmake (2.8.4-2) unstable; urgency=low
 .
   [ Kai Wasserbäch ]
   * debian/watch: Remove trailing backslash.
 .
   [ Modestas Vainius ]
   * Merge 2.8.3-5.
 .
 cmake (2.8.4-1) experimental; urgency=low
 .
   * New upstream release.
 .
   [ Kai Wasserbäch ]
   * Dropped obsolete patches (merged or taken from upstream):
     - backport_fix_asm_support.diff
     - FindTCL_fix_#600245.diff
     - FindPython_fix_#569321_and_#580503.diff (Please note, that upstream's
       solution is slightly different from what Debian had initially!)
   * debian/patches/FindBoost_add_-lpthread_#563479.diff: Added.
     (Closes: #563479)
   * debian/README.Debian: Deleted, we're shipping an unmodified version of the
     Python modules again.
   * debian/README.source: Deleted, not needed with "3.0 (quilt)".
   * debian/control:
     - Changed my E-Mail address.
     - Bumped B-D on debhelper.
   * debian/compat: now "8".
   * debian/rules: Updated for debhelper v8.
 .
   [ Modestas Vainius ]
   * Disable git-import-orig in debian/watch. One extra command is not a good
     enough reason to lose control of packaging to non-trivial black-box tools.
   * Use less error-prone way of setting build flags.
   * Do not set MINGW_CC_LINUX2WIN_EXECUTABLE build flag. Workaround is no
     longer needed with ccache 3.0 or later.
   * Add verify-build-flags target to debian/rules. It can be used to verify if
     build flags are still valid (i.e. present in any of CMakeLists.txt).
   * Remove obsolete build flags from debian/rules:
     - BUILD_WXDialog;
     - TARGET_VERSION;
     - TARGET_SOVERSION;
     - BUILD_DOXYGEN.
   * Support parallel building at bootstrap phase.
   * Enable more verbosiness when bootstraping.
   * Add more spelling fixes to fixup_manpages.diff patch.
 .
 cmake (2.8.3-5) unstable; urgency=low
 .
   * Check if /usr/share/doc/$pkgname is a directory before attempting to remove
     it in {cmake,cmake-doc,cmake-dbg,cmake-*-gui}.postinst. (Closes: #614202)
 .
 cmake (2.8.3-4) unstable; urgency=low
 .
   * Release to unstable.
 .
 cmake (2.8.3-3) experimental; urgency=low
 .
   * Install documentation to /usr/share/cmake-data instead as it's the "base"
     package rather than cmake. Also link doc directories to it.
   * The job of replacing directories with symlinks apparently is a tough one.
     Create a symlink manually in the postinst of the affected (!cmake-data)
     packages.
 .
 cmake (2.8.3-2) experimental; urgency=low
 .
   [ Kai Wasserbäch ]
   * debian/source/local-options: Added "unapply-patches".
   * debian/watch: Added git-import-orig invocation.
   * debian/gbp.conf: Added, to ensure we use pristine-tar.
   * debian/patches/FindTCL_fix_#600245.diff: Added. (Closes: #600245)
 .
   [ Modestas Vainius ]
   * Install cmake documentation into /usr/share/doc/cmake/ and link doc
     directories of the rest binary packages to it (needs debhelper 7.4.2).
     (LP: #669197)
   * Backport a patch from 2.8.4 to fix ASM support. Thanks to Leon Nardella for
     heads up. (Closes: #608510, LP: #695335)
 .
 cmake (2.8.3-1) experimental; urgency=low
 .
   * New upstream release.
 .
   [ Kai Wasserbäch ]
   * debian/patches/fix_spelling_errors.patch: Added Applied-Upstream header.
   * debian/control: Bumped Standards-Version to 3.9.1, no further changes
     needed.
 .
   [ Modestas Vainius ]
   * Drop patches which were merged upstream:
     - debian/patches/hurd_platform.diff;
     - FindGTK2_pangommconfig.diff;
     - FindJNI_fix_libarch_determination.diff;
     - cpack_installed_size.diff;
     - add_libarchive_script.patch - better version merged upstream;
     - fix-CTestTestFailedSubmit-xmlrpc.diff;
     - fix_spelling_errors.patch.
   * Adapt FindPython_fix_#569321_and_#580503.diff patch to upstream changes.
   * Bump libarchive-dev Build-Depends to 2.8.0. cmake needs symbols which
     appeared in that version. (Closes: #595275)
   * Add fixup_manpages.diff patch to fix small issues with cmake mangpages
     (found by lintian).
Checksums-Sha1: 
 105475554ec057d2110d06a0f8cf9b95c9f4e984 1494 cmake_2.8.5-1~bpo60+1.dsc
 8dd4c31cbccf1a297829a476a0ef79d1614ca368 5517977 cmake_2.8.5.orig.tar.gz
 acc1d454154d87054604be317a3da2804d48da8a 24151 cmake_2.8.5-1~bpo60+1.debian.tar.gz
 24021626936e43948617f509d9ffb9c84036f394 4319550 cmake_2.8.5-1~bpo60+1_amd64.deb
 d28b06aa2abbfdf4680a484c806eb6b55e07bc20 1273052 cmake-data_2.8.5-1~bpo60+1_all.deb
 13187735b76fcfbe5fdeb442eafc5a153ce2a20d 1287750 cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb
 ff0035d262a2cec5057bf9f78714e22d27ebfa15 1361884 cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb
 6cc4cefdec18a8c852da096109c3177b892e6733 1422044 cmake-doc_2.8.5-1~bpo60+1_all.deb
 ed31bf6bc118cf431c01dc669fce8f5cc15761fc 43449336 cmake-dbg_2.8.5-1~bpo60+1_amd64.deb
Checksums-Sha256: 
 e339cea4ba678120d3813185ee693a3cdca49cccfac342040927ba55089995fb 1494 cmake_2.8.5-1~bpo60+1.dsc
 5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91 5517977 cmake_2.8.5.orig.tar.gz
 b90a37d494a568ab0156cb113d0acbe7fb3fc3a1323dd112f621cdb01ade30eb 24151 cmake_2.8.5-1~bpo60+1.debian.tar.gz
 f34583ad802bffa08b521f7e2b45481803766db858238764e0da1e5cbd1b135a 4319550 cmake_2.8.5-1~bpo60+1_amd64.deb
 369405a8d86552f708532ee15eca2d2129c5cb4310681465619807f3e4b75c3a 1273052 cmake-data_2.8.5-1~bpo60+1_all.deb
 27a7146480d25a5f2c8b6c4252283c82fa5841bb978e4a5c4c39b58a6389ce68 1287750 cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb
 e636ff21caef59ea861bd9dfd0ba2bfcf869ed14a1ff834861c6441e494afb6a 1361884 cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb
 7a9e1d3ee4f9c13c07352174425f61cf3bb163a0281b63c809916e71d7c2f450 1422044 cmake-doc_2.8.5-1~bpo60+1_all.deb
 fe415e45a362640bcef24a8735c72be971425e1a63a8402fd49b01c41384c3ea 43449336 cmake-dbg_2.8.5-1~bpo60+1_amd64.deb
Files: 
 eed202d101484e07c117a19a0c7e155b 1494 devel optional cmake_2.8.5-1~bpo60+1.dsc
 3c5d32cec0f4c2dc45f4c2e84f4a20c5 5517977 devel optional cmake_2.8.5.orig.tar.gz
 c6e3f2744e1fa845d5c287a7a4e8fc3e 24151 devel optional cmake_2.8.5-1~bpo60+1.debian.tar.gz
 b97cec26fd7b4a2de68ee121874af4fa 4319550 devel optional cmake_2.8.5-1~bpo60+1_amd64.deb
 09f21ba258994d79acf04ea08df3ea9f 1273052 devel optional cmake-data_2.8.5-1~bpo60+1_all.deb
 40fe39cb3b00e2dab62398730d6269fa 1287750 devel optional cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb
 1811e5bc4cd259fb3e6cf6f0ae0cbb6c 1361884 devel optional cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb
 dc6dce8c7653bf7c1d17d1c26ffd3666 1422044 doc optional cmake-doc_2.8.5-1~bpo60+1_all.deb
 6b55848c5b42755e6993c620be0ae8f2 43449336 debug extra cmake-dbg_2.8.5-1~bpo60+1_amd64.deb

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

iEYEARECAAYFAk40JkMACgkQHO9JRnPq4hRPHQCgpNaaSIwb9sMfmM//VwwY4iA2
VekAni/31fO8Cs+xYOGRE/2h1Q68L0zB
=o5AH
-----END PGP SIGNATURE-----


Accepted:
cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb
  to main/c/cmake/cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb
cmake-data_2.8.5-1~bpo60+1_all.deb
  to main/c/cmake/cmake-data_2.8.5-1~bpo60+1_all.deb
cmake-dbg_2.8.5-1~bpo60+1_amd64.deb
  to main/c/cmake/cmake-dbg_2.8.5-1~bpo60+1_amd64.deb
cmake-doc_2.8.5-1~bpo60+1_all.deb
  to main/c/cmake/cmake-doc_2.8.5-1~bpo60+1_all.deb
cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb
  to main/c/cmake/cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb
cmake_2.8.5-1~bpo60+1.debian.tar.gz
  to main/c/cmake/cmake_2.8.5-1~bpo60+1.debian.tar.gz
cmake_2.8.5-1~bpo60+1.dsc
  to main/c/cmake/cmake_2.8.5-1~bpo60+1.dsc
cmake_2.8.5-1~bpo60+1_amd64.deb
  to main/c/cmake/cmake_2.8.5-1~bpo60+1_amd64.deb
cmake_2.8.5.orig.tar.gz
  to main/c/cmake/cmake_2.8.5.orig.tar.gz


Reply to: