~ubuntu-branches/ubuntu/lucid/cmake/lucid

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2009-12-16 11:11:54 UTC
  • mfrom: (3.1.9 sid)
  • Revision ID: james.westby@ubuntu.com-20091216111154-6accvv6yq86h2hkc
Tags: 2.8.0-5ubuntu1
* Merge from debian testing (LP: #497349). Remaining changes:
  - Keep the Replaces: on cmake-data to cover the Kubuntu version from
    Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
    upgrade.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
cmake (2.8.0-5ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Merge from debian testing (LP: #497349). Remaining changes:
 
4
    - Keep the Replaces: on cmake-data to cover the Kubuntu version from
 
5
      Jaunty in case someone decides to do an (unsupported) Jaunty->Lucid
 
6
      upgrade.
 
7
 
 
8
 -- Artur Rona <ari-tczew@tlen.pl>  Wed, 16 Dec 2009 11:11:54 +0100
 
9
 
 
10
cmake (2.8.0-5) unstable; urgency=low
 
11
 
 
12
  * Skip the unpredictably long and rather pointless BootstrapTest
 
13
    (Closes: #558001).
 
14
 
 
15
 -- Modestas Vainius <modestas@vainius.eu>  Thu, 26 Nov 2009 14:20:46 +0200
 
16
 
 
17
cmake (2.8.0-4) unstable; urgency=medium
 
18
 
 
19
  * Replace bootstraptest_increase_timeout.diff with upstream version. My
 
20
    previous patch didn't work.
 
21
  * Revert previous "Build with g++-4.4 on hppa" change. It was not needed, build
 
22
    with default compiler on hppa.
 
23
  * Remove obsolete hack for parisc64 from debian/rules. It didn't work after
 
24
    switch to dh v7 anyway.
 
25
  * It should build on hppa now (Closes: #556653). So urgency=medium.
 
26
 
 
27
 -- Modestas Vainius <modestas@vainius.eu>  Wed, 25 Nov 2009 11:37:34 +0200
 
28
 
 
29
cmake (2.8.0-3) unstable; urgency=medium
 
30
 
 
31
  * Set HOME to current build directory when running test suite. This should
 
32
    fix failures of kwsys.testRegistry and FindPackageTest tests on the
 
33
    buildds.
 
34
  * Increase timeout of BootstrapTest to 2 hours so it no longer times out
 
35
    on s390 or armel (patch bootstraptest_increase_timeout.diff).
 
36
  * Fix GNU.cmake file used on Hurd. Thanks to Pino Toscano for the patch.
 
37
  * Build with g++-4.4 on hppa. May solve FTBFS (segfault likely due to
 
38
    miscompilation) reported in #556653.
 
39
  * Urgency medium due to likely RC bug fix (#556653).
 
40
 
 
41
 -- Modestas Vainius <modestas@vainius.eu>  Sun, 22 Nov 2009 20:49:29 +0200
 
42
 
 
43
cmake (2.8.0-2) experimental; urgency=low
 
44
 
 
45
  * Reenable test suite.
 
46
 
 
47
 -- Modestas Vainius <modestas@vainius.eu>  Sun, 22 Nov 2009 00:38:54 +0200
 
48
 
 
49
cmake (2.8.0-1) unstable; urgency=low
 
50
 
 
51
  * New upstream release.
 
52
  * Disable test suite for now.
 
53
 
 
54
 -- Modestas Vainius <modestas@vainius.eu>  Sat, 14 Nov 2009 01:59:25 +0200
 
55
 
 
56
cmake (2.8.0~rc6-1) experimental; urgency=low
 
57
 
 
58
  * New upstream development release.
 
59
  * Switch debian/rules to use dh v7:
 
60
    - bump debhelper build depends to 7.3;
 
61
    - also drop unused Dart handling in the process;
 
62
    - enable test suite.
 
63
  * Add myself as Maintainer, A. Maitland Bottoms as Uploader (with
 
64
    permission).
 
65
 
 
66
 -- Modestas Vainius <modestas@vainius.eu>  Tue, 10 Nov 2009 23:46:25 +0200
 
67
 
 
68
cmake (2.8.0~rc5-1) experimental; urgency=low
 
69
 
 
70
  * New upstream development release.
 
71
    - FindJNI.cmake does no longer get confused about multiple JVM installs
 
72
      (Closes: #553151).
 
73
  * Switch to dpkg-source format 3.0 (quilt):
 
74
    - drop build dependency on quilt;
 
75
    - drop quilt.make snippet include from debian/rules.
 
76
  * Build with CMAKE_USE_RELATIVE_PATHS=ON.
 
77
  * Drop tcp8.4 from build depends. Not needed.
 
78
 
 
79
 -- Modestas Vainius <modestas@vainius.eu>  Fri, 06 Nov 2009 22:47:17 +0200
 
80
 
 
81
cmake (2.8.0~rc3-1) experimental; urgency=low
 
82
 
 
83
  * New upstream development release.
 
84
    - ctest no longer segfaults on such a invalid input (Closes: #528530).
 
85
  * Drop all patches:
 
86
    - FindQt4.cmake2.6.diff - remove, no longer needed as original bug has been
 
87
      fixed since 2.6;
 
88
    - FindQt3.cmake.diff - remove, merged upstream;
 
89
    - findmpeg2-addpath.diff - remove, bug fixed upstream (in other way);
 
90
    - kfreebsd-Platform.diff - remove, merged upstream;
 
91
    - executables-dont-need-fpic.diff - remove, merged upstream;
 
92
    - manpage_friendly_docs.diff - remove, merged upstream;
 
93
    - fix_bashisms.diff - remove, merged upstream;
 
94
    - FindPerlLibs.cmake-perl-5.10.diff - remove, fixed upstream differently;
 
95
    - FindJNI.cmake-more-arches.diff - remove, was taken from upstream;
 
96
    - FindVTK.cmake-vtk-5.4.diff - remove, was taken from upstream.
 
97
  * Update install files.
 
98
  * Call dpkg with --print-architecture rather than obsolete 
 
99
    --print-installation-architecture.
 
100
  * Fix lintian override cmake-data: extra-license-file.
 
101
  * Remove obsolete README.Debian.
 
102
  * cmake-curses-gui should not provide cmake-gui.
 
103
 
 
104
 -- Modestas Vainius <modestas@vainius.eu>  Sun, 11 Oct 2009 15:09:42 +0300
 
105
 
1
106
cmake (2.6.4-3ubuntu1) lucid; urgency=low
2
107
 
3
108
  * Merge from debian testing, remaining changes: