749 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			749 lines
		
	
	
		
			26 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 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
 | |
| 
 | |
| 
 |