666 Commits

Author SHA1 Message Date
Modestas Vainius
279d948efe Support parallel building at bootstrap phase. 2011-02-19 19:41:46 +02:00
Modestas Vainius
a4444332f3 Fix alignment in changelog. 2011-02-19 19:29:17 +02:00
Modestas Vainius
0caf5d6098 Remove obsolete build flags from debian/rules.
- BUILD_WXDialog;
- TARGET_VERSION;
- TARGET_SOVERSION;
- BUILD_DOXYGEN.
2011-02-19 19:27:26 +02:00
Modestas Vainius
e4f8e910f8 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).
2011-02-19 19:27:26 +02:00
Modestas Vainius
f8418777dd Do not set MINGW_CC_LINUX2WIN_EXECUTABLE build flag.
Workaround is no longer needed with ccache 3.0 or later.
2011-02-19 19:27:26 +02:00
Modestas Vainius
42d7957a6a Use less error-prone way of setting build flags. 2011-02-19 19:27:26 +02:00
Modestas Vainius
735ba71997 New upstream release. 2011-02-19 19:27:26 +02:00
Modestas Vainius
c9a620eda1 Imported Upstream version 2.8.4 2011-02-19 19:27:25 +02:00
Kai Wasserbäch
a7f4002a0c debian/{compat,control,rules}: Updated for debhelper v8. 2011-02-19 15:19:57 +01:00
Modestas Vainius
a79139c3ee Imported Upstream version 2.8.4 2011-02-19 15:09:36 +02:00
Modestas Vainius
740a82699e 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 (git import-orig). This has just unexpectedly bit
me in ass when git import-orig failed miserably leaving repo in a really bad
state. Let's just keep the tasks separate from each other.
2011-02-19 15:08:27 +02:00
Modestas Vainius
f6ac242807 Merge commit 'debian/2.8.3-4' 2011-02-19 14:45:40 +02:00
Modestas Vainius
ef77582739 Release to unstable. 2011-02-19 14:44:04 +02:00
Kai Wasserbäch
87b7c51afb debian/changelog: reflect the import of RC2. 2011-02-07 16:42:01 +01:00
Kai Wasserbäch
2ebd96f1c8 Merge commit 'upstream/2.8.4_rc2' 2011-02-07 16:38:01 +01:00
Kai Wasserbäch
a5f8af951c Imported Upstream version 2.8.4~rc2 2011-02-07 16:37:25 +01:00
Kai Wasserbäch
fc2389b92d debian/control: Changed my E-Mail address. 2011-01-25 16:09:44 +01:00
Kai Wasserbäch
e257aa2945 debian/README.source: Deleted, not needed with "3.0 (quilt)". 2011-01-17 23:04:46 +01:00
Kai Wasserbäch
f28c1c00eb debian/README.Debian: Deleted.
We're shipping an unmodified version of the Python modules again.
2011-01-17 22:53:39 +01:00
Kai Wasserbäch
327cbf5bbf Added Forwarded information. 2011-01-16 18:46:16 +01:00
Kai Wasserbäch
cdd8ec7b95 debian/patches/FindBoost_add_-lpthread_#563479.diff: Added. (Closes: #563479) 2011-01-16 18:33:22 +01:00
Kai Wasserbäch
c17a90bf49 Dropped obsolete patch: FindPython_fix_#569321_and_#580503.diff 2011-01-16 11:49:34 +01:00
Kai Wasserbäch
ed365f7923 Dropped obsolete patch: FindTCL_fix_#600245.diff 2011-01-16 11:44:22 +01:00
Kai Wasserbäch
192311b428 Dropped obsolete patche: backport_fix_asm_support.diff 2011-01-16 11:42:17 +01:00
Kai Wasserbäch
7b4f183cd5 Merge commit 'upstream/2.8.4_rc1' 2011-01-16 11:35:50 +01:00
Kai Wasserbäch
5a598b17ff Imported Upstream version 2.8.4~rc1 2011-01-16 11:35:12 +01:00
Kai Wasserbäch
7bca51398e Reverting the last two commits.
This reverts commit d63a84bd7ba2495d5cf970987535e276402287ff and
65f2b045e38123599ce9637f756189d64924b550. This is in accordance with
what Brad King answered to #600889 (not a CMake bug).
2011-01-12 15:16:17 +01:00
Kai Wasserbäch
65f2b045e3 Added Forwarded: field. 2011-01-10 22:34:28 +01:00
Kai Wasserbäch
d63a84bd7b debian/patches/FindVTK_fix_#600889.diff: Added. (Closes: #600889) 2011-01-10 22:17:40 +01:00
Modestas Vainius
7f0a058bc0 Fix typos in *.postinst scripts. 2011-01-02 14:38:40 +02:00
Modestas Vainius
5325092121 Release to experimental. 2011-01-02 14:24:40 +02:00
Modestas Vainius
52c2882e9c Fix upgrades from << 2.8.3-3 (directories to symlinks).
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.
2011-01-02 14:24:40 +02:00
Modestas Vainius
ee670935f7 Install documentation to /usr/share/cmake-data instead.
Actually it's the "base" package rather than cmake. Also link doc directories
to it.
2011-01-02 14:24:40 +02:00
Modestas Vainius
07a902b0fc New changelog entry. 2011-01-02 13:29:15 +02:00
Modestas Vainius
ddb528cdce Release to experimental. 2011-01-02 12:45:49 +02:00
Modestas Vainius
9643b76229 Backport a patch from 2.8.4 to fix ASM support.
Thanks to Leon Nardella for heads up. (Closes: #608510, LP: #695335)
2011-01-02 12:44:52 +02:00
Modestas Vainius
2f19fc7ece Use common documentation directory for all binary packages.
Now install cmake documentation into /usr/share/doc/cmake/ and link doc
directories of the rest binary packages to it (needs debhelper 7.4.2).
2010-12-26 19:05:21 +02:00
Modestas Vainius
daa238878d Install cmake documentation into /usr/share/doc/cmake-doc/
Used to be /usr/share/doc/cmake-docs/: a leftover from cmake-docs -> cmake-doc
rename. (LP: #669197)
2010-12-26 13:53:52 +02:00
Kai Wasserbäch
e13c2dbf96 Added Applied-Upstream header.
FindTCL.cmake patch is now applied upstream:
<http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d95913e2>
2010-12-09 18:24:37 +01:00
Kai Wasserbäch
154d9b5b2f Added Forwarded DEP-3 header to FindTCL_fix_#600245.diff. 2010-11-27 10:52:07 +01:00
Kai Wasserbäch
f56a1e051a debian/patches/FindTCL_fix_#600245.diff: Added. (Closes: #600245)
The FIND_LIBRARY() statement for TCL used the TK variables and vice versa.
This patch reverses that into the right usage.
2010-11-27 10:42:49 +01:00
Modestas Vainius
95dd4ecd87 Merge branch 'experimental' 2010-11-26 19:39:26 +02:00
Modestas Vainius
5c05612a4d Merge branch 'master' into experimental
Conflicts:
	debian/changelog
2010-11-26 19:37:45 +02:00
Kai Wasserbäch
e908d5d056 debian/watch: Added git-import-orig invocation.
* debian/watch: Added git-import-orig invocation.
* debian/gbp.conf: Added, to ensure we use pristine-tar.
2010-11-26 14:59:20 +01:00
Kai Wasserbäch
99d31c8da7 Added debian/source/local-options with "unapply-patches". 2010-11-19 12:45:25 +01:00
Kai Wasserbäch
5051b71f43 Added .gitignore 2010-11-19 12:43:03 +01:00
Modestas Vainius
f05b7d41f7 Release to experimental. 2010-11-13 02:41:56 +02:00
Modestas Vainius
3f23321ee1 Add fixup_manpages.diff patch to fix small issues with cmake mangpages.
Found by lintian:

W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 10029: warning [p 158, 13.5i]: can't break line
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz informations information
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz dependant dependent
2010-11-13 02:41:24 +02:00
Modestas Vainius
391b38cddc Bump libarchive-dev Build-Depends to 2.8.0.
cmake needs symbols which appeared in that version. (Closes: #595275)
2010-11-13 02:40:44 +02:00
Modestas Vainius
b2c2f1d509 Adapt FindPython_fix_#569321_and_#580503.diff patch to upstream changes.
Upstream added support for python 2.7.
2010-11-13 02:40:10 +02:00