Felix Geyer
2fe7065951
Merge branch 'master' into experimental
...
Conflicts:
debian/control
debian/rules
10 years ago
Felix Geyer
b53e877de7
Don't create docs symlinks from arch-dep to arch-indep packages.
...
Closes : #760823
10 years ago
Felix Geyer
53df475c27
Add -Wl,--as-needed to LDFLAGS to avoid overlinking.
11 years ago
Felix Geyer
4c2506bfcb
Use sphinxdoc debhelper sequence.
11 years ago
Felix Geyer
e7e27bc5e1
Pass --list-missing to dh_install.
11 years ago
Felix Geyer
1af78b6571
Build the sphinx documentation and man pages.
...
* Build the sphinx documentation and man pages.
- Build-depend on python-sphinx.
11 years ago
Felix Geyer
8bbb2337e9
Drop some redundant build options from debian/rules.
11 years ago
Felix Geyer
bf9c0c2a76
Correctly pass CXXFLAGS with CPPFLAGS to bootstrap.
11 years ago
Modestas Vainius
a05eb9f259
Enable bash-completion.
...
(Closes : #722236 )
11 years ago
Modestas Vainius
ff5ad40b88
Build with BZip2 support, thanks to Pino Toscano for heads up!
12 years ago
Modestas Vainius
d8d22555b9
Drop XMLrpc support.
...
It has been disabled upstream for a while now.
(Closes : #687326 )
12 years ago
Modestas Vainius
c7fdd6058e
Enable hardening flags (by appending CPPFLAGS to C(XX)FLAGS).
13 years ago
Modestas Vainius
6428c45b6b
Disable CTestTestUpload test because it requires Internet access.
...
Thanks to Felix Geyer.
14 years ago
Modestas Vainius
7ff5617b50
Enable more verbosiness when bootstraping.
14 years ago
Modestas Vainius
279d948efe
Support parallel building at bootstrap phase.
14 years ago
Modestas Vainius
0caf5d6098
Remove obsolete build flags from debian/rules.
...
- BUILD_WXDialog;
- TARGET_VERSION;
- TARGET_SOVERSION;
- BUILD_DOXYGEN.
14 years ago
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).
14 years ago
Modestas Vainius
f8418777dd
Do not set MINGW_CC_LINUX2WIN_EXECUTABLE build flag.
...
Workaround is no longer needed with ccache 3.0 or later.
14 years ago
Modestas Vainius
42d7957a6a
Use less error-prone way of setting build flags.
14 years ago
Kai Wasserbäch
a7f4002a0c
debian/{compat,control,rules}: Updated for debhelper v8.
14 years ago
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.
14 years ago
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).
14 years ago
Modestas Vainius
8d3ef94fd6
Add cmake-dbg package.
15 years ago
Modestas Vainius
491a593864
Cosmetics: alignment.
15 years ago
Modestas Vainius
4f3be47179
Build with CTEST_USE_XMLRPC to reenable XMLRPC support in CTest.
...
Also add fix-CTestTestFailedSubmit-xmlrpc.diff patch to fix a (wrongly) failing
test in that case.
15 years ago
Kai Wasserbäch
9aa0377cd2
Use the system libarchive and not the embedded copy.
...
Signed-off-by: Kai Wasserbäch <debian@carbon-project.org>
15 years ago
Modestas Vainius
6aa49d1ab6
Forcefully disable ccache for tests.
...
It breaks otherwise valid Simple_Mingw_Linux2Win test.
15 years ago
Modestas Vainius
f7c12c50a6
Enable building in parallel (--parallel).
15 years ago
Modestas Vainius
96e03f5dfb
Skip the unpredictably long and rather pointless BootstrapTest ( Closes : #558001 ).
15 years ago
Modestas Vainius
3116cd3bbc
Remove obsolete hack for parisc64 from debian/rules.
...
It didn't work after switch to dh v7 anyway.
15 years ago
Modestas Vainius
ec4053983e
Revert "Build with g++-4.4 on hppa."
...
This reverts commit c8c01e62b6
.
Conflicts:
debian/changelog
15 years ago
Modestas Vainius
c8c01e62b6
Build with g++-4.4 on hppa.
...
May solve FTBFS (segfault likely due to miscompilation) reported in #556653 .
15 years ago
Modestas Vainius
b20572bded
Set HOME to current build directory when running test suite.
...
This should fix failures of kwsys.testRegistry and FindPackageTest
tests on the buildds.
15 years ago
Modestas Vainius
1bdd159196
Reenable test suite.
15 years ago
Modestas Vainius
ac58c4012b
Disable test suite for now.
15 years ago
Modestas Vainius
5041c90525
Switch debian/rules to use dh.
...
- bump debhelper build depends to 7.3;
- also drop unused Dart handling in the process;
- enable test suite.
15 years ago
Modestas Vainius
6f4e84221b
Build with CMAKE_USE_RELATIVE_PATHS=ON.
15 years ago
Modestas Vainius
491878bef6
Switch to dpkg-source format 3.0 (quilt).
...
- switch to dpkg-source format 3.0 (quilt);
- drop build dependency on quilt;
- drop quilt.make snippet include from debian/rules.
15 years ago
Modestas Vainius
a1703edf13
Call dpkg with --print-architecture.
...
Used to be called with --print-installation-architecture.
15 years ago
Modestas Vainius
4bc798c21f
Support dpkg-buildpackage -jX parallel DEB_BUILD_OPTIONS.
16 years ago
Modestas Vainius
857598fc78
Use quilt.make rather than custom quilt patch implementation.
16 years ago
Modestas Vainius
c14754bf86
Remove deprecated dh_desktop from debian/rules.
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
55b90942c7
Fix installation of lintian overrides.
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
7c059fd175
Fix binary-indep target.
...
Preparing for experimental upload.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
70ea4a6e63
Call dh_desktop in the install target.
...
Fixes lintian warning.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
1b204b6933
Use dh_prep instead of deprecated dh_clean -k
...
Fixes lintian warning.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
9a610a7a96
Clean up docs.
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
8f47c41f85
Dynamically link against system libraries (security).
...
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
9e85fc7746
Split cmake into more packages
...
cmake-data - common modules and documentation. Architecture independant.
Move emacsen stuff in here.
cmake - cmake, cpack and ctest and other CLI utilities.
cmake is necessary for all GUIs.
cmake-curses-gui - CMake Curses GUI.
cmake-qt-gui - CMake Qt4 GUI.
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago
Modestas Vainius
94be7b2326
Rewrite cache init code + build verbosity.
...
* Use bootstrap --init=<command_file> command because it is
supported by upstream.
* Make build verbose again (CMAKE_VERBOSE_MAKEFILE).
Signed-off-by: Modestas Vainius <modestas@vainius.eu>
16 years ago