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 Sat, 19 Feb 2011 20:07:33 +0200 cmake (2.8.3-4) unstable; urgency=low * Release to unstable. -- Modestas Vainius 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 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 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 Sat, 13 Nov 2010 02:16:34 +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 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 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 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 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 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 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 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 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 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 Sun, 22 Nov 2009 20:49:29 +0200 cmake (2.8.0-2) experimental; urgency=low * Reenable test suite. -- Modestas Vainius 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 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 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 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 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 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 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 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 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 Tue, 24 Feb 2009 00:26:34 +0200 cmake (2.6.2-4) unstable; urgency=low * Release to unstable. No other changes. -- Modestas Vainius 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 /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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 Sun, 11 Sep 2005 14:51:36 -0400 cmake (2.0.5-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 Thu, 12 Aug 2004 09:21:32 -0400 cmake (2.0.2-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 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 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 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 Mon, 23 Jun 2003 13:39:03 -0400 cmake (1.6.7-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms Mon, 23 Jun 2003 13:06:46 -0400 cmake (1.6.5-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 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 Mon, 06 Jan 2003 19:02:36 -0500 cmake (1.4.6-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 Thu, 17 Oct 2002 17:43:22 -0400 cmake (1.4.5-1) unstable; urgency=low * New upstream version. -- A. Maitland Bottoms 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 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 Sat, 3 Aug 2002 21:45:37 -0400 cmake (1.4.3-1) unstable; urgency=low * New upstream. (Closes: #155296) -- A. Maitland Bottoms Sat, 3 Aug 2002 00:02:18 -0400 cmake (1.2-2) unstable; urgency=low * Use -ffunction-sections on parisc64 (closes: #133696) -- Maitland Bottoms Thu, 14 Feb 2002 18:36:25 +0000 cmake (1.2-1) unstable; urgency=low * New upstream. -- A. Maitland Bottoms 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 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 Mon, 17 Dec 2001 19:54:32 -0500 cmake (0.96-1) unstable; urgency=low * Initial Release. (Closes: #121610) -- A. Maitland Bottoms Wed, 28 Nov 2001 08:45:22 -0500 cmake (2.0.5-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 Thu, 12 Aug 2004 09:21:32 -0400 cmake (2.0.2-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 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 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 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 Mon, 23 Jun 2003 13:39:03 -0400 cmake (1.6.7-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms Mon, 23 Jun 2003 13:06:46 -0400 cmake (1.6.5-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 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 Mon, 06 Jan 2003 19:02:36 -0500 cmake (1.4.6-1) unstable; urgency=low * New upstream release -- A. Maitland Bottoms 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 Thu, 17 Oct 2002 17:43:22 -0400 cmake (1.4.5-1) unstable; urgency=low * New upstream version. -- A. Maitland Bottoms 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 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 Sat, 3 Aug 2002 21:45:37 -0400 cmake (1.4.3-1) unstable; urgency=low * New upstream. (Closes: #155296) -- A. Maitland Bottoms Sat, 3 Aug 2002 00:02:18 -0400 cmake (1.2-2) unstable; urgency=low * Use -ffunction-sections on parisc64 (closes: #133696) -- Maitland Bottoms Thu, 14 Feb 2002 18:36:25 +0000 cmake (1.2-1) unstable; urgency=low * New upstream. -- A. Maitland Bottoms 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 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 Mon, 17 Dec 2001 19:54:32 -0500 cmake (0.96-1) unstable; urgency=low * Initial Release. (Closes: #121610) -- A. Maitland Bottoms Wed, 28 Nov 2001 08:45:22 -0500