You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1189 lines
43 KiB
1189 lines
43 KiB
cmake (2.8.9~rc3-1) UNRELEASED; urgency=low
|
|
|
|
* New upstream release:
|
|
- fixes COMPONENT option. (Closes: #681428)
|
|
* Remove obsolete /etc/emacs/site-start.d/50cmake.el conffile (predates
|
|
squeeze). (Closes: #681625)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 04 Aug 2012 10:26:34 +0300
|
|
|
|
cmake (2.8.9~rc1-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
* Remove patches, merged upstream:
|
|
- backport_findpkgconfig_set_found_variable.diff;
|
|
- backport_module_no_soname.diff;
|
|
- manpage_fixes.diff.
|
|
* Drop cmake-{qt,curses}-gui.lintian-overrides, not needed with newer lintian.
|
|
* Enable hardening flags (by appending CPPFLAGS to C(XX)FLAGS).
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 27 Jun 2012 21:34:06 +0300
|
|
|
|
cmake (2.8.8-3) unstable; urgency=low
|
|
|
|
* Backport a no-soname feature from CMake (2.8.9) master tree. Just set a
|
|
NO_SONAME property on the shared library or module target in order to skip
|
|
addition of the SONAME field to the shared object. This makes it possible to
|
|
build Debian Python policy compliant modules with CMake. (Closes: #668982)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 02 May 2012 21:50:09 +0300
|
|
|
|
cmake (2.8.8-2) unstable; urgency=low
|
|
|
|
* FindPkgConfig.cmake: properly set documented PKG_CONFIG_FOUND variable
|
|
(patch backport_findpkgconfig_set_found_variable.diff). (Closes: #669627)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 29 Apr 2012 09:55:50 +0300
|
|
|
|
cmake (2.8.8-1) unstable; urgency=low
|
|
|
|
* New upstream release:
|
|
- do not segfault when adding symbols to ZIP. (Closes: #666456)
|
|
Fixed by upstream commit: 768cf9183
|
|
* Remove patches merged/backported from upstream:
|
|
- backport_findpython_fixes.diff
|
|
- backport_findruby_improvements.diff
|
|
- backport_support_cxxtest4.diff
|
|
- manpage_fixes.diff
|
|
- mipsel_is_little_endian.diff
|
|
- paths_in_regex_espace_metachars.diff
|
|
* Refresh FindBoost_add_-lpthread_#563479.diff patch.
|
|
* Readd manpage_fixes.diff patch with new man page fixes.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Thu, 19 Apr 2012 22:32:10 +0300
|
|
|
|
cmake (2.8.7-4) unstable; urgency=low
|
|
|
|
* Backport a bunch of FindPython* related commits from cmake master. It
|
|
is now possible to force a specific python version via command line again.
|
|
The interface has changed though, see NEWS entry. (Closes: #663188)
|
|
Patch: backport_findpython_fixes.diff
|
|
* Backport a bunch of FindRuby improvements from cmake master. It should be
|
|
able to properly find ruby 1.9.1 as packaged in Debian now.
|
|
(Closes: #643949)
|
|
Patch: backport_findruby_improvements.diff
|
|
* Add support for CxxTest 4 in FindCxxTest (backport a patch from cmake
|
|
master). (Closes: #662982) Thanks to Simone Rossetto.
|
|
Patch: backport_support_cxxtest4.diff
|
|
* Bump Standards-Version to 3.9.3: no changes needed.
|
|
* Mark cmake Multi-Arch: foreign. The change was stolen from Ubuntu
|
|
cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Fri, 16 Mar 2012 23:49:28 +0200
|
|
|
|
cmake (2.8.7-3) unstable; urgency=medium
|
|
|
|
* Fix some tests not to fail if absolute build path contains regex
|
|
metacharacters like +. This makes the package binNMUable again.
|
|
(patch paths_in_regex_espace_metachars.diff)
|
|
* Drop support_cppflags.diff patch because this particular solution was
|
|
rejected by upstream. This reopens #653916.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Mon, 27 Feb 2012 00:56:14 +0200
|
|
|
|
cmake (2.8.7-2) unstable; urgency=low
|
|
|
|
* Properly detect mipsel as little endian architecture. Fixes FTBFS (patch
|
|
mipsel_is_little_endian.diff).
|
|
* Bump debhelper compat level to 9 in order to receive build flags
|
|
automagically.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 19 Feb 2012 13:44:42 +0200
|
|
|
|
cmake (2.8.7-1) unstable; urgency=low
|
|
|
|
* New upstream release. (Closes: #658427)
|
|
* Disable CTestTestUpload test because it requires Internet access. Thanks to
|
|
Felix Geyer. (Closes: #634603)
|
|
* Remove multiarch_lib_dirs_should_be_implicit.diff patch, merged upstream.
|
|
* Refresh other patches.
|
|
* Respect CPPFLAGS environment variable when building C/C++ sources (patch
|
|
support_cppflags.diff). (Closes: #653916)
|
|
* Fix various typos and formatting errors in manpages (patch
|
|
manpage_fixes.diff).
|
|
* Update install files: add usr/share/aclocal/cmake.m4.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 18 Feb 2012 15:33:35 +0200
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 09 Jul 2011 15:18:39 +0300
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 19 Jun 2011 17:33:45 +0300
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 11 Jun 2011 22:47:18 +0300
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Thu, 09 Jun 2011 01:18:19 +0300
|
|
|
|
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)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 08 Jun 2011 00:15:00 +0300
|
|
|
|
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)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Fri, 25 Feb 2011 19:12:33 +0200
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 23 Feb 2011 23:12:02 +0200
|
|
|
|
cmake (2.8.4-2) unstable; urgency=low
|
|
|
|
[ Kai Wasserbäch ]
|
|
* debian/watch: Remove trailing backslash.
|
|
|
|
[ Modestas Vainius ]
|
|
* Merge 2.8.3-5.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 20 Feb 2011 14:53:41 +0200
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 19 Feb 2011 20:07:33 +0200
|
|
|
|
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)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 20 Feb 2011 14:16:34 +0200
|
|
|
|
cmake (2.8.3-4) unstable; urgency=low
|
|
|
|
* Release to unstable.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 19 Feb 2011 14:43:46 +0200
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 02 Jan 2011 14:10:18 +0200
|
|
|
|
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)
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sun, 02 Jan 2011 12:45:38 +0200
|
|
|
|
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).
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 13 Nov 2010 02:16:34 +0200
|
|
|
|
cmake (2.8.2+dfsg.1-0+squeeze1) stable-proposed-updates; urgency=low
|
|
|
|
* Regenerate original tarball removing files provided under proprietary
|
|
licence. (Closes: #614390) They were not actually used. Mention removed
|
|
files in the debian/copyright.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Fri, 04 Mar 2011 22:16:29 +0200
|
|
|
|
cmake (2.8.2-2) unstable; urgency=low
|
|
|
|
[ Kai Wasserbäch ]
|
|
* debian/control:
|
|
- Added libarchive-dev to Build-Depends.
|
|
- Don't {,B-}D on procps on Hurd, already provided by hurd.
|
|
- Added Homepage field (fixes no-homepage-field).
|
|
- Added new binary package cmake-doc and moved all additional
|
|
documentation there (registered with doc-base now).
|
|
* debian/rules: Use system libarchive.
|
|
* debian/patches:
|
|
- add_libarchive_script.patch: Added to allow building with the system's
|
|
libarchive.
|
|
- fix_spelling_errors.patch: Added. Thanks to Lintian for finding them.
|
|
|
|
[ Modestas Vainius ]
|
|
* Build with CTEST_USE_XMLRPC to re-enable XMLRPC support in CTest and add
|
|
fix-CTestTestFailedSubmit-xmlrpc.diff patch to fix a (wrongly) failing test
|
|
in that case.
|
|
* Add cmake-dbg package.
|
|
* Add cmake to cmake-doc Suggests.
|
|
* Start package synopsis with lowercase letter where applicable.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Mon, 12 Jul 2010 02:14:05 +0300
|
|
|
|
cmake (2.8.2-1) unstable; urgency=low
|
|
|
|
* New upstream release:
|
|
- Detects Clang compiler (Closes: #560693).
|
|
|
|
[ Kai Wasserbäch ]
|
|
* debian/patches/debian/patches/FindPython_fix_#569321_and_#580503.diff:
|
|
Added. (Closes: #569321, #580503)
|
|
* debian/cmake-data.NEWS: Document the changes of the new patch, so nobody
|
|
gets surprised.
|
|
|
|
[ Modestas Vainius ]
|
|
* Update patches:
|
|
- kFreeBSD_Hurd_fixes.diff - remove, merged upstream.
|
|
* Bump Standards-Version to 3.9.0:
|
|
- replace Conflicts: cmake (<= 2.6.2-1) with Breaks in cmake-data;
|
|
- add Breaks: cmake (<= 2.6.2-1) to cmake-gui-curses.
|
|
* Remove deprecated references to /usr/share/common-licenses/BSD from
|
|
debian/copyright.
|
|
* Add packaging copyright to debian/copyright.
|
|
* Include copyright information for Utilities/xml/* in the debian/copyright.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 30 Jun 2010 11:20:53 +0300
|
|
|
|
cmake (2.8.1-5) unstable; urgency=low
|
|
|
|
[ Kai Wasserbäch ]
|
|
* debian/control: added myself to Uploaders with Modestas' permission.
|
|
|
|
[ Modestas Vainius ]
|
|
* Add procps to Build-Depends and cmake Depends. cmake sometimes uses ps
|
|
binary.
|
|
* Fix FindJNI patch (again): avoid using tricky bits of cmake IF() command
|
|
syntax. This should fix FindJNI on architectures which do not need special
|
|
CMAKE_SYSTEM_PROCESSOR handling (e.g. ia64).
|
|
|
|
-- Modestas Vainius <modax@debian.org> Sat, 29 May 2010 02:54:42 +0300
|
|
|
|
cmake (2.8.1-4) unstable; urgency=low
|
|
|
|
* Further improve FinJNI.cmake. This should fix some inconsistencies on s390.
|
|
* Add cpack_installed_size.diff to fix generation of Installed-Size field for
|
|
deb packages. Thanks to Simone Rossetto for heads up and initial patch.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Mon, 17 May 2010 01:24:41 +0300
|
|
|
|
cmake (2.8.1-3) unstable; urgency=medium
|
|
|
|
* Add patches:
|
|
- FindJNI_fix_libarch_determination.dif - rewrite _java_libarch
|
|
determination code in FindJNI.cmake (based on OpenJDK 1.6.0_18 + icedtea
|
|
patches). This should fix invalid _java_libarch detection on mipsel and
|
|
armel (Closes: #544674).
|
|
- FindGTK2_pangommconfig.diff - look for Pangomm Config include directory
|
|
in FindGTK2.cmake (Closes: #579718). Thanks to Sune Vuorela for the
|
|
patch.
|
|
* Add gcc and make to cmake Suggests (Closes: #577516).
|
|
* Rename (to kFreeBSD_Hurd_fixes.diff) and improve kFreeBSD_fixes.diff to fix
|
|
FTBFS on GNU/Hurd as well.
|
|
* Urgency=medium to minimize negative impact on KDE transition.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 05 May 2010 11:49:57 +0300
|
|
|
|
cmake (2.8.1-2) unstable; urgency=low
|
|
|
|
* Add kFreeBSD_fixes.diff patch to fix FTBFS on kfreebsd-* (failure of the
|
|
CTestTestTimeout test).
|
|
|
|
-- Modestas Vainius <modax@debian.org> Thu, 18 Mar 2010 01:45:08 +0200
|
|
|
|
cmake (2.8.1-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
* Remove DMUA entry from debian/control. No longer needed.
|
|
* Enable building in parallel (--parallel).
|
|
* Update debian/patches:
|
|
- drop bootstraptest_increase_timeout.diff - merged upstream;
|
|
- hurd_platform.diff - adapt to upstream changes.
|
|
* Forcefully set MINGW_CC_LINUX2WIN_EXECUTABLE to empty value. It breaks
|
|
otherwise valid Simple_Mingw_Linux2Win test when ccache is enabled.
|
|
* Update install files.
|
|
* Update Standards-Version to 3.8.4: no changes needed.
|
|
* Change my email address to modax@debian.org.
|
|
|
|
-- Modestas Vainius <modax@debian.org> Wed, 17 Mar 2010 17:51:38 +0200
|
|
|
|
cmake (2.8.0-5) unstable; urgency=low
|
|
|
|
* Skip the unpredictably long and rather pointless BootstrapTest
|
|
(Closes: #558001).
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Thu, 26 Nov 2009 14:20:46 +0200
|
|
|
|
cmake (2.8.0-4) unstable; urgency=medium
|
|
|
|
* Replace bootstraptest_increase_timeout.diff with upstream version. My
|
|
previous patch didn't work.
|
|
* Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
|
|
with default compiler on hppa.
|
|
* Remove obsolete hack for parisc64 from debian/rules. It didn't work after
|
|
switch to dh v7 anyway.
|
|
* It should build on hppa now (Closes: #556653). So urgency=medium.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Wed, 25 Nov 2009 11:37:34 +0200
|
|
|
|
cmake (2.8.0-3) unstable; urgency=medium
|
|
|
|
* Set HOME to current build directory when running test suite. This should
|
|
fix failures of kwsys.testRegistry and FindPackageTest tests on the
|
|
buildds.
|
|
* Increase timeout of BootstrapTest to 2 hours so it no longer times out
|
|
on s390 or armel (patch bootstraptest_increase_timeout.diff).
|
|
* Fix GNU.cmake file used on Hurd. Thanks to Pino Toscano for the patch.
|
|
* Build with g++-4.4 on hppa. May solve FTBFS (segfault likely due to
|
|
miscompilation) reported in #556653.
|
|
* Urgency medium due to likely RC bug fix (#556653).
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 22 Nov 2009 20:49:29 +0200
|
|
|
|
cmake (2.8.0-2) experimental; urgency=low
|
|
|
|
* Reenable test suite.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 22 Nov 2009 00:38:54 +0200
|
|
|
|
cmake (2.8.0-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
* Disable test suite for now.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sat, 14 Nov 2009 01:59:25 +0200
|
|
|
|
cmake (2.8.0~rc6-1) experimental; urgency=low
|
|
|
|
* New upstream development release.
|
|
* Switch debian/rules to use dh v7:
|
|
- bump debhelper build depends to 7.3;
|
|
- also drop unused Dart handling in the process;
|
|
- enable test suite.
|
|
* Add myself as Maintainer, A. Maitland Bottoms as Uploader (with
|
|
permission).
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Tue, 10 Nov 2009 23:46:25 +0200
|
|
|
|
cmake (2.8.0~rc5-1) experimental; urgency=low
|
|
|
|
* New upstream development release.
|
|
- FindJNI.cmake does no longer get confused about multiple JVM installs
|
|
(Closes: #553151).
|
|
* Switch to dpkg-source format 3.0 (quilt):
|
|
- drop build dependency on quilt;
|
|
- drop quilt.make snippet include from debian/rules.
|
|
* Build with CMAKE_USE_RELATIVE_PATHS=ON.
|
|
* Drop tcp8.4 from build depends. Not needed.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Fri, 06 Nov 2009 22:47:17 +0200
|
|
|
|
cmake (2.8.0~rc3-1) experimental; urgency=low
|
|
|
|
* New upstream development release.
|
|
- ctest no longer segfaults on such a invalid input (Closes: #528530).
|
|
* Drop all patches:
|
|
- FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
|
|
fixed since 2.6;
|
|
- FindQt3.cmake.diff - remove, merged upstream;
|
|
- findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
|
|
- kfreebsd-Platform.diff - remove, merged upstream;
|
|
- executables-dont-need-fpic.diff - remove, merged upstream;
|
|
- manpage_friendly_docs.diff - remove, merged upstream;
|
|
- fix_bashisms.diff - remove, merged upstream;
|
|
- FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
|
|
- FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
|
|
- FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
|
|
* Update install files.
|
|
* Call dpkg with --print-architecture rather than obsolete
|
|
--print-installation-architecture.
|
|
* Fix lintian override cmake-data: extra-license-file.
|
|
* Remove obsolete README.Debian.
|
|
* cmake-curses-gui should not provide cmake-gui.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 11 Oct 2009 15:09:42 +0300
|
|
|
|
cmake (2.6.4-3) unstable; urgency=low
|
|
|
|
* Bump Standards-Version to 3.8.3, no changes needed.
|
|
* Add ${misc:Depends} to Depends fields of packages.
|
|
* Improve debian/watch:
|
|
- make it scan remote directories recursively;
|
|
- make it work with new upstream RC release mangling.
|
|
* Remove Pierre Habouzit from Uploaders by his own request.
|
|
* Backport FindJNI.cmake from CMake 2.8 CVS in order to make it arch
|
|
independent on Linux. New FindJNI.cmake also supports most Linux arches and
|
|
is capable of finding Sun Java, OpenJDK, Kaffe and GCJ (if latter is
|
|
default-java) JVMs. Support for Debian specific /usr/lib/jvm/default-java is
|
|
also included. Patch FindJNI.cmake-more-arches.diff (Closes: #544674).
|
|
* Backport Modules/FindVTK.cmake from CMake 2.8 CVS. It adds support for VTK
|
|
5.4. Patch FindVTK.cmake-vtk-5.4.diff (Closes: #546030).
|
|
* Update debian/copyright with more details (Closes: #544290).
|
|
* Make cmake-curses-gui and cmake-qt-gui packages provide 'cmake-gui'.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Wed, 30 Sep 2009 20:51:13 +0300
|
|
|
|
cmake (2.6.4-2) unstable; urgency=low
|
|
|
|
* Prefer *-qt3 binary names to generic ones in FinqQt3.cmake
|
|
(Closes: #538864).
|
|
* Fix bashisms in CMake scripts (Closes: #530056).
|
|
* Merge in 2.6.0-6 debian/changelog.
|
|
* Use quilt.make rather than custom quilt patch implementation.
|
|
* Make debian/rules dpkg-buildpackage -jX safe and support parallel
|
|
in DEB_BUILD_OPTIONS (Closes: #538826).
|
|
* Add FindPerlLibs.cmake-perl-5.10.diff patch which adds perl 5.10 support in
|
|
FindPerlLibs.cmake (Closes: #541609). Thanks to Joshua Rubin.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Fri, 21 Aug 2009 19:35:21 +0300
|
|
|
|
cmake (2.6.4-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
* Resync patches:
|
|
- relative_path_fixes2.diff - removed, merged upstream;
|
|
- FindQt4_qt4_lupdate_lrelease.diff - removed, merged upstream.
|
|
* Bump Standards-Version to 3.8.1. No changes needed.
|
|
* Remove deprecated dh_desktop from debian/rules.
|
|
* Update manpage_friendly_docs.diff patch to fix more lintian warnings.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sat, 02 May 2009 01:28:29 +0300
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sat, 07 Mar 2009 15:13:56 +0200
|
|
|
|
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).
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Tue, 24 Feb 2009 00:26:34 +0200
|
|
|
|
cmake (2.6.2-4) unstable; urgency=low
|
|
|
|
* Release to unstable. No other changes.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sun, 15 Feb 2009 23:33:47 +0200
|
|
|
|
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).
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Wed, 24 Dec 2008 00:45:20 +0200
|
|
|
|
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.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Sat, 01 Nov 2008 14:07:08 +0200
|
|
|
|
cmake (2.6.2-1) experimental; urgency=low
|
|
|
|
* New upstream release.
|
|
* New co-maintainer:
|
|
- add myself to Uploaders.
|
|
- add DM-Upload-Allowed: yes to debian/control.
|
|
* Refresh patches:
|
|
- FindQt4.cmake2.6.diff
|
|
- do-not-use-lib64.diff
|
|
* Add patches from upstream CVS:
|
|
- relative_path_fixes.diff - fixes a couple of major bugs in Makefile
|
|
generation when CMAKE_USE_RELATIVE_PATHS is ON. This brings
|
|
CMAKE_USE_RELATIVE_PATHS=ON to a very usable state.
|
|
- manpage-generation-fixes.diff - fixes a few manual page generation
|
|
issues. This resolves all lintian warnings and info tags related
|
|
to the cmake manual pages.
|
|
* Bump Standards-Version to 3.8.0:
|
|
- add README.source which directs the reader to quilt README.source.
|
|
* Use dh_lintian:
|
|
- rename cmake.lintian to cmake.lintian-overrides;
|
|
- bump debhelper compat level to 6;
|
|
- build depend on debhelper (>= 6.0.7~).
|
|
* Fix path in the lintian override so it is effective again.
|
|
* Make cmake.menu conform to the current Debian Menu System standard.
|
|
* Drop unused old manual pages from debian/. They are provided by upstream
|
|
now.
|
|
* Add debian/watch.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Mon, 13 Oct 2008 19:24:49 +0300
|
|
|
|
cmake (2.6.0-6) unstable; urgency=medium
|
|
|
|
* Dynamically link against system libraries available in Debian.
|
|
Thanks to Michal Čihař (Closes: #502441).
|
|
* Urgency medium due to security issue above.
|
|
* Add Vcs fields.
|
|
* Add myself to Uploaders.
|
|
|
|
-- Modestas Vainius <modestas@vainius.eu> Thu, 16 Oct 2008 22:18:14 +0300
|
|
|
|
cmake (2.6.0-5) unstable; urgency=medium
|
|
|
|
* Fix build-deps: libncursesw5-dev doesn't work, just use the non wide one.
|
|
This will build ccmake again (Closes: #481392).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Tue, 29 Jul 2008 11:05:17 +0200
|
|
|
|
cmake (2.6.0-4) unstable; urgency=low
|
|
|
|
* Really remove dependency on emacsen-common (Closes: #471975).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Wed, 14 May 2008 21:01:42 +0200
|
|
|
|
cmake (2.6.0-3) unstable; urgency=low
|
|
|
|
* Remove dependency on emacsen-common (Closes: #471975):
|
|
emacs guys, I was asked in a previous bug (#427763) to byte-compile the
|
|
cmake extension, the policy mandates a dependency upon emacs which is
|
|
silly, and depending upon emacsen-common breaks the whole thing. A
|
|
pre-depends would be insane, WHY ON EARTH is the emacs policy so horribly
|
|
broken ? Until someone answers that, cmake will stay in the previous state
|
|
with byte-compilation, and without any emacs dependency.
|
|
|
|
* Add patches/reinstate-arm.diff to fix FTBFS on arm platforms
|
|
(Closes: #481016)
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Tue, 13 May 2008 10:18:12 +0200
|
|
|
|
cmake (2.6.0-2) unstable; urgency=low
|
|
|
|
* Upload to unstable this time.
|
|
* Depend upon emacsen-common (Closes: #471975).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Mon, 12 May 2008 18:13:33 +0200
|
|
|
|
cmake (2.6.0-1) experimental; urgency=low
|
|
|
|
* Update patches/FindQt4.cmake2.6.diff (Closes: #479907).
|
|
* Add patches/executables-dont-need-fpic.diff (Closes: #478404).
|
|
* Bump Standards-Version to 3.7.3.
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Mon, 12 May 2008 17:11:04 +0200
|
|
|
|
cmake (2.6.0~rc8-1.1) experimental; urgency=low
|
|
|
|
* Non-maintainer upload with permission from DadCoder.
|
|
Happy Prague visit.
|
|
* Fix FindQt4.cmake (Closes: #477110)
|
|
|
|
-- Sune Vuorela <debian@pusling.com> Sun, 20 Apr 2008 22:58:33 +0200
|
|
|
|
cmake (2.6.0~rc8-1) experimental; urgency=low
|
|
|
|
* New upstream rc release.
|
|
* Update patches:
|
|
+ drop findmpeg2-robustness.diff.
|
|
+ drop hurd-SA_SIGINFO.diff.
|
|
+ drop nsis-support.diff.
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Fri, 18 Apr 2008 20:49:30 +0200
|
|
|
|
cmake (2.4.8-1) unstable; urgency=low
|
|
|
|
[ Pierre Habouzit ]
|
|
* New upstream release (Closes: 462335).
|
|
* remove patches/hurd-Platform.diff, merged upstream.
|
|
|
|
[ Rafael Laboissiere ]
|
|
* debian/rules, debian/cmake.emacsen-{startup,install,remove}: Allow
|
|
byte-compilation of cmake-mode.el at install time and put in the
|
|
emacsen startup directory just the necessary initialization code
|
|
of cmake-mode (Closes: 427763)
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Fri, 25 Jan 2008 10:19:47 +0100
|
|
|
|
cmake (2.4.7-1) unstable; urgency=low
|
|
|
|
* New upstream release.
|
|
* Drop patches/findqt4-binaries-order.diff (Closes: #433105).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Thu, 19 Jul 2007 18:58:37 +0200
|
|
|
|
cmake (2.4.6-1) unstable; urgency=low
|
|
|
|
* Upload to unstable.
|
|
* Make FindMPEG2.cmake more robust (Closes: 419134).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Mon, 18 Jun 2007 10:24:58 +0100
|
|
|
|
cmake (2.4.6-0) experimental; urgency=low
|
|
|
|
* New upstream release (experimental upload, 2.4.5 must propagate):
|
|
+ Ruby NAMES now includes ruby1.8 (Closes: 407481).
|
|
|
|
* Add patch to support NSIS on linux properly,
|
|
thanks to Michal Čihař (Closes: 408846).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Wed, 13 Jun 2007 12:39:42 +0200
|
|
|
|
cmake (2.4.5-2) unstable; urgency=low
|
|
|
|
* Add myself to Uploaders.
|
|
* Ack my NMU (Closes: 419007, 407155, 407304).
|
|
* Move to quilt, split diff.gz into patches, to avoid losing them.
|
|
|
|
* debian/rules:
|
|
+ add quilt snipplets.
|
|
+ remove commented dh_ calls.
|
|
+ remove old cruft, make it shorter.
|
|
+ Avoid subshells, use makeism's rather than shell if/then/else.
|
|
|
|
* Lintian warnings:
|
|
+ use debian/compat rather than DH_COMPAT.
|
|
+ add an override for the extra-license-file that in fact is a template.
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Thu, 07 Jun 2007 11:09:46 +0200
|
|
|
|
cmake (2.4.5-1.1) unstable; urgency=low
|
|
|
|
* Non-maintainer upload.
|
|
* Disable lib64 paths in FindLibrary, as it's not needed in debian and
|
|
yields incorrect results (Closes: #419007).
|
|
* Apply Hurd Porter patch to deal with undefined SA_SIGINFO
|
|
(Closes: #407304).
|
|
* Reintroduce lost GNU.cmake (Closes: #407155).
|
|
|
|
-- Pierre Habouzit <madcoder@debian.org> Tue, 05 Jun 2007 13:28:35 +0200
|
|
|
|
cmake (2.4.5-1) unstable; urgency=low
|
|
|
|
* New upstream bugfix release (Closes: #401071)
|
|
Fix for seg fault when a macro runs a bad command BUG# 3815
|
|
Fix fix for foo.dll.lib that does not break -L/usr/lib in link names
|
|
Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib instead of foo.lib
|
|
Do not depend on optimized libraries for a debug build and visa versa.
|
|
Fix target name matching custom command output conflict.
|
|
Fix FindQt3 so that it does not find qt4
|
|
Fix FindKDE4 so that it only looks for kde4-config
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 4 Dec 2006 16:29:44 -0500
|
|
|
|
cmake (2.4.4-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* Upstream fixes parsing bug (Closes: #392624)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 25 Nov 2006 19:49:38 -0500
|
|
|
|
cmake (2.4.3-3) unstable; urgency=low
|
|
|
|
* Have FindMPEG2 look in paths used in Debian (Closes: #391831)
|
|
* Make FindQt4 more reliable (Closes: #392473)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Fri, 10 Nov 2006 11:27:35 -0500
|
|
|
|
cmake (2.4.3-2) unstable; urgency=low
|
|
|
|
* Remove recommends line (Closes: #392013, #392044)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Tue, 10 Oct 2006 21:33:40 -0400
|
|
|
|
cmake (2.4.3-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* recognize .F90 as a fortran source extension (Closes: #376587)
|
|
* don't install cmake .vim files (Closes: #366663)
|
|
* don't depend upon emacs, let dh_installemacsen handle it (Closes: #378998)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 5 Aug 2006 17:06:11 -0400
|
|
|
|
cmake (2.4.2-1) unstable; urgency=low
|
|
|
|
* New upstream release (Closes: #338324)
|
|
* Put cmake .vim files into /usr/share/vim/addons/plugin/
|
|
where they can be used. (Closes: #366663)
|
|
* Install cmake-mode.el so it can be used. (Closes: #366664)
|
|
* Ensure cmake FindKDE locates KDE libraries on Debian
|
|
based distributions.
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sun, 18 Jun 2006 16:34:11 -0400
|
|
|
|
cmake (2.2.3-1) unstable; urgency=low
|
|
|
|
* New upstream release (Closes: #338324)
|
|
* support GNU/kFreeBSD in cmake (Closes: #340764)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sun, 8 Jan 2006 10:48:14 -0500
|
|
|
|
cmake (2.0.6-2) unstable; urgency=low
|
|
|
|
* Apply upstream patch to fix UseSWIG.cmake (Closes: #330581)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 28 Sep 2005 15:29:19 -0400
|
|
|
|
cmake (2.0.6-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* g++ 4.0 Transition
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sun, 11 Sep 2005 14:51:36 -0400
|
|
|
|
cmake (2.0.5-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 2 Mar 2005 09:22:44 -0500
|
|
|
|
cmake (2.0.3-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* finds QT's moc, gets bug closing syntax right (Closes: #250000)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 12 Aug 2004 09:21:32 -0400
|
|
|
|
cmake (2.0.2-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 23 Jun 2004 13:51:38 -0400
|
|
|
|
cmake (2.0.1-1) unstable; urgency=low
|
|
|
|
* New upstream release with soname and soversion support
|
|
* find QT's moc (Closes: 250000)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 7 Jun 2004 22:08:50 -0400
|
|
|
|
cmake (1.8.2.1-1) unstable; urgency=low
|
|
|
|
* From CVS to pick up soname and soversion support
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 26 Nov 2003 21:46:54 -0500
|
|
|
|
cmake (1.8.1-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* Add Gavin Baker's Take II on adding versioning support for shared libraries
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sun, 9 Nov 2003 09:43:02 -0500
|
|
|
|
cmake (1.6.7-2) unstable; urgency=low
|
|
|
|
* Add Gavin Baker's Take II on adding versioning support for shared libraries
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 23 Jun 2003 13:39:03 -0400
|
|
|
|
cmake (1.6.7-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 23 Jun 2003 13:06:46 -0400
|
|
|
|
cmake (1.6.5-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 24 Feb 2003 11:25:58 -0500
|
|
|
|
cmake (1.6.4-1) unstable; urgency=low
|
|
|
|
* New upstream release, move up to tcl8.4
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Fri, 14 Feb 2003 16:06:12 -0500
|
|
|
|
cmake (1.4.7-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* Build without dart-client network submission (Closes: #175579)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 06 Jan 2003 19:02:36 -0500
|
|
|
|
cmake (1.4.6-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 24 Oct 2002 21:19:47 -0400
|
|
|
|
cmake (1.4.5-2) unstable; urgency=low
|
|
|
|
* Don't put man page in /usr/man (Closes: #163901)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 17 Oct 2002 17:43:22 -0400
|
|
|
|
cmake (1.4.5-1) unstable; urgency=low
|
|
|
|
* New upstream version.
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Fri, 20 Sep 2002 23:33:49 -0400
|
|
|
|
cmake (1.4.3-3) unstable; urgency=low
|
|
|
|
* Build with Dart, build in separate Build directory to make cleanup easier
|
|
* New upstream man page
|
|
* CMakeSetup no longer exists upstream, Debian menu now refers to ccmake
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Tue, 6 Aug 2002 19:05:05 -0400
|
|
|
|
cmake (1.4.3-2) unstable; urgency=low
|
|
|
|
* Oh no, not again.
|
|
* Use -ffunction-sections on parisc64 (closes: #155366)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 3 Aug 2002 21:45:37 -0400
|
|
|
|
cmake (1.4.3-1) unstable; urgency=low
|
|
|
|
* New upstream. (Closes: #155296)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 3 Aug 2002 00:02:18 -0400
|
|
|
|
cmake (1.2-2) unstable; urgency=low
|
|
|
|
* Use -ffunction-sections on parisc64 (closes: #133696)
|
|
|
|
-- Maitland Bottoms <bottoms@sarti.debian.org> Thu, 14 Feb 2002 18:36:25 +0000
|
|
|
|
cmake (1.2-1) unstable; urgency=low
|
|
|
|
* New upstream.
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 9 Jan 2002 17:20:12 -0500
|
|
|
|
cmake (1.0-1) unstable; urgency=low
|
|
|
|
* Newer upstream. (Need to keep up with VTK 4 build needs)
|
|
* Patched support for DESTDIR in install targets
|
|
* Patched option to disable use of -rpath using CMAKE_SKIP_RPATH
|
|
* include cmake-mode.el
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 9 Jan 2002 17:20:12 -0500
|
|
|
|
cmake (0.98-1) unstable; urgency=low
|
|
|
|
* Newer upstream, includes curses interface: ccmake
|
|
* Patched to support make install DESTDIR=foo
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 17 Dec 2001 19:54:32 -0500
|
|
|
|
cmake (0.96-1) unstable; urgency=low
|
|
|
|
* Initial Release.
|
|
(Closes: #121610)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 28 Nov 2001 08:45:22 -0500
|
|
|
|
|
|
cmake (2.0.5-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 2 Mar 2005 09:22:44 -0500
|
|
|
|
cmake (2.0.3-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* finds QT's moc, gets bug closing syntax right (Closes: #250000)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 12 Aug 2004 09:21:32 -0400
|
|
|
|
cmake (2.0.2-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 23 Jun 2004 13:51:38 -0400
|
|
|
|
cmake (2.0.1-1) unstable; urgency=low
|
|
|
|
* New upstream release with soname and soversion support
|
|
* find QT's moc (Closes: 250000)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 7 Jun 2004 22:08:50 -0400
|
|
|
|
cmake (1.8.2.1-1) unstable; urgency=low
|
|
|
|
* From CVS to pick up soname and soversion support
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 26 Nov 2003 21:46:54 -0500
|
|
|
|
cmake (1.8.1-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* Add Gavin Baker's Take II on adding versioning support for shared libraries
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sun, 9 Nov 2003 09:43:02 -0500
|
|
|
|
cmake (1.6.7-2) unstable; urgency=low
|
|
|
|
* Add Gavin Baker's Take II on adding versioning support for shared libraries
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 23 Jun 2003 13:39:03 -0400
|
|
|
|
cmake (1.6.7-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 23 Jun 2003 13:06:46 -0400
|
|
|
|
cmake (1.6.5-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 24 Feb 2003 11:25:58 -0500
|
|
|
|
cmake (1.6.4-1) unstable; urgency=low
|
|
|
|
* New upstream release, move up to tcl8.4
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Fri, 14 Feb 2003 16:06:12 -0500
|
|
|
|
cmake (1.4.7-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
* Build without dart-client network submission (Closes: #175579)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 06 Jan 2003 19:02:36 -0500
|
|
|
|
cmake (1.4.6-1) unstable; urgency=low
|
|
|
|
* New upstream release
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 24 Oct 2002 21:19:47 -0400
|
|
|
|
cmake (1.4.5-2) unstable; urgency=low
|
|
|
|
* Don't put man page in /usr/man (Closes: #163901)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 17 Oct 2002 17:43:22 -0400
|
|
|
|
cmake (1.4.5-1) unstable; urgency=low
|
|
|
|
* New upstream version.
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Fri, 20 Sep 2002 23:33:49 -0400
|
|
|
|
cmake (1.4.3-3) unstable; urgency=low
|
|
|
|
* Build with Dart, build in separate Build directory to make cleanup easier
|
|
* New upstream man page
|
|
* CMakeSetup no longer exists upstream, Debian menu now refers to ccmake
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Tue, 6 Aug 2002 19:05:05 -0400
|
|
|
|
cmake (1.4.3-2) unstable; urgency=low
|
|
|
|
* Oh no, not again.
|
|
* Use -ffunction-sections on parisc64 (closes: #155366)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 3 Aug 2002 21:45:37 -0400
|
|
|
|
cmake (1.4.3-1) unstable; urgency=low
|
|
|
|
* New upstream. (Closes: #155296)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Sat, 3 Aug 2002 00:02:18 -0400
|
|
|
|
cmake (1.2-2) unstable; urgency=low
|
|
|
|
* Use -ffunction-sections on parisc64 (closes: #133696)
|
|
|
|
-- Maitland Bottoms <bottoms@sarti.debian.org> Thu, 14 Feb 2002 18:36:25 +0000
|
|
|
|
cmake (1.2-1) unstable; urgency=low
|
|
|
|
* New upstream.
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 9 Jan 2002 17:20:12 -0500
|
|
|
|
cmake (1.0-1) unstable; urgency=low
|
|
|
|
* Newer upstream. (Need to keep up with VTK 4 build needs)
|
|
* Patched support for DESTDIR in install targets
|
|
* Patched option to disable use of -rpath using CMAKE_SKIP_RPATH
|
|
* include cmake-mode.el
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Thu, 9 Jan 2002 17:20:12 -0500
|
|
|
|
cmake (0.98-1) unstable; urgency=low
|
|
|
|
* Newer upstream, includes curses interface: ccmake
|
|
* Patched to support make install DESTDIR=foo
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Mon, 17 Dec 2001 19:54:32 -0500
|
|
|
|
cmake (0.96-1) unstable; urgency=low
|
|
|
|
* Initial Release.
|
|
(Closes: #121610)
|
|
|
|
-- A. Maitland Bottoms <bottoms@debian.org> Wed, 28 Nov 2001 08:45:22 -0500
|
|
|
|
|