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

cmake_2.8.5-1~bpo60+1_amd64.changes is NEW



(new) cmake-curses-gui_2.8.5-1~bpo60+1_amd64.deb optional devel
curses based user interface for CMake (ccmake)
 CMake is used to control the software compilation process using simple
 platform and compiler independent configuration files. CMake generates native
 makefiles and workspaces that can be used in the compiler environment of your
 choice.
 .
 This package provides the CMake curses interface. Project configuration
 settings may be specified interactively through this GUI. Brief instructions
 are provided at the bottom of the terminal when the program is running. The
 main executable file for this GUI is "ccmake".
(new) cmake-data_2.8.5-1~bpo60+1_all.deb optional devel
CMake data files (modules, templates and documentation)
 This package provides CMake architecture independent data files (modules,
 templates, documentation etc.). Unless you have cmake installed, you probably
 do not need this package.
(new) cmake-dbg_2.8.5-1~bpo60+1_amd64.deb extra debug
debugging symbols for CMake
 CMake is used to control the software compilation process using simple
 platform and compiler independent configuration files. CMake generates native
 makefiles and workspaces that can be used in the compiler environment of your
 choice.
 .
 This package provides CMake debugging symbols.
(new) cmake-doc_2.8.5-1~bpo60+1_all.deb optional doc
extended documentation in various formats for CMake
 CMake is used to control the software compilation process using simple
 platform and compiler independent configuration files. CMake generates native
 makefiles and workspaces that can be used in the compiler environment of your
 choice.
 .
 This package provides additional documentation in various formats like HTML or
 plain text.
(new) cmake-qt-gui_2.8.5-1~bpo60+1_amd64.deb optional devel
Qt4 based user interface for CMake (cmake-gui)
 CMake is used to control the software compilation process using simple
 platform and compiler independent configuration files. CMake generates native
 makefiles and workspaces that can be used in the compiler environment of your
 choice.
 .
 This package provides the CMake Qt4 based GUI. Project configuration
 settings may be specified interactively. Brief instructions are provided at
 the bottom of the window when the program is running. The main executable
 file for this GUI is "cmake-gui".
(new) cmake_2.8.5-1~bpo60+1.debian.tar.gz optional devel
(new) cmake_2.8.5-1~bpo60+1.dsc optional devel
(new) cmake_2.8.5-1~bpo60+1_amd64.deb optional devel
cross-platform, open-source make system
 CMake is used to control the software compilation process using
 simple platform and compiler independent configuration files. CMake
 generates native makefiles and workspaces that can be used in the
 compiler environment of your choice. CMake is quite sophisticated: it
 is possible to support complex environments requiring system
 configuration, pre-processor generation, code generation, and template
 instantiation.
 .
 CMake was developed by Kitware as part of the NLM Insight
 Segmentation and Registration Toolkit project. The ASCI VIEWS project
 also provided support in the context of their parallel computation
 environment. Other sponsors include the Insight, VTK, and VXL open
 source software communities.
(new) cmake_2.8.5.orig.tar.gz optional devel
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).


Override entries for your package:

Announcing to debian-backports-changes@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


Reply to: