Felix Geyer
4ffe518f92
Drop Debian menu entries.
9 years ago
Felix Geyer
8952ea3073
Release to experimental.
9 years ago
Felix Geyer
d0f87869ac
Fix syntax of Uploaders field.
9 years ago
Felix Geyer
a06921530e
Fix DEB_BUILD_PROFILES check.
9 years ago
Felix Geyer
8b5a68bf90
Close bug #738161 , no further changes seem necessary.
9 years ago
Felix Geyer
0e757b0ee0
Add support for x32 in FindJNI. ( Closes : #792262 )
...
* Add support for x32 in FindJNI. (Closes : #792262 )
- FindJNI-Add-support-for-x32-architecture-on-Linux.patch
9 years ago
Felix Geyer
55b1b64fe3
Add autopkgtests which run the upstream testsuite against the system cmake.
9 years ago
Felix Geyer
20e463128f
Use filter to detect the build profile.
9 years ago
Felix Geyer
a8bc51cb82
Add a stage1 build profile that disables building cmake-qt-gui.
...
Bug: #738161
9 years ago
Felix Geyer
e7305144e9
Update Git repository location.
9 years ago
Felix Geyer
be5c6c9ea2
Set the team mailing list as maintainer.
9 years ago
Felix Geyer
8f0301f4e6
Release to experimental.
9 years ago
Felix Geyer
5570d27ac2
Update install path for new version.
9 years ago
Felix Geyer
a673332f17
Drop patch that have been applied upstream.
...
* Drop patch that have been applied upstream:
- cpack-doc-typo.patch
- protect-tests-from-makeflags.patch
- custom-sphinx-flags.patch
- fix-mips-endian.patch
- openjdk-8-detection.patch
9 years ago
Felix Geyer
73c6679b20
New upstream release.
9 years ago
Felix Geyer
7dae6a3540
Upstream version 3.3.1
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJV0atkAAoJEP4ixv2DE11F+KoP/0P607WlzA6xcrwTYxY85oDe
jIbBcqJsrbMYrxPU0LphUoMRpZ9m52DlJStrPlaTxVAX4aZ5vu+j6MhSNLp55xDB
qCql6+T9rWBJX0V6pK7bSVsmdRoGipE+UplPQHUTEmSZxTyQCB0+IKYAPQYyMX+s
WO8tAVsOtJsyL6j3Qh/Gc7McaYWTNbZ7r71YYBDYplGwX+vc4DK3jSFzk1p36w+9
ccLOAq/MUBzXX+ChkryWiBA0thvKFK52dGTyoDgx4YMNZLzWvplqkqFCDhc6AZ17
7J4cYQ2uNbfVFUBVoyBzAwSn0hsYShQTzjpn6hu+0WQ9ZAJfL/EsPg1eNwCPlomL
5y3ArafoGhBzl7TfJ0ZTgn9BKfEdysxm6dZ0rj8DT2ZZKnmAifne3beMeOA9E8Gq
NWWngKbpbVstud/6IOw52zUisVcSa5pzh5RDGe+mYd7545DVjbK0coRKQxA6A2aX
fDQtNBDg56Bw2tuwNJbQqEQSq8L6D7hdierna423da90XVfGW7hMy21y9kIx773c
yhsFCcRg8PTm6v9UGRDSxBKAlGRE5uQE8C0eKvk52zCnlsHDvUOXV4UY9ZpohmcN
38z6L64XCIoeOWlyHMlNq5n0S9fRQuBANMDrNbNOI8FjBG+kNRsmrUq51NrI0CGj
0HHBSdt9AGOT0IkAJhkU
=u9i1
-----END PGP SIGNATURE-----
Merge tag 'upstream/3.3.1' into experimental
Upstream version 3.3.1
# gpg: Signature made Mo 17 Aug 2015 11:37:40 CEST using RSA key ID 83135D45
# gpg: Good signature from "Felix Geyer <felix@fobos.de>"
# gpg: aka "Felix Geyer <debfx@kubuntu.org>"
# gpg: aka "Felix Geyer <debfx@fobos.de>"
# gpg: aka "Felix Geyer <debfx-pkg@fobos.de>"
# gpg: aka "Felix Geyer <debfx@ubuntu.com>"
# gpg: aka "Felix Geyer <felix.geyer@fobos.de>"
9 years ago
Felix Geyer
fd947bac97
Imported Upstream version 3.3.1
9 years ago
Felix Geyer
6a3df7db44
Move bash_completion from /etc to /usr/share.
...
* Move bash_completion from /etc to /usr/share.
- Stop using dh_bash-completion. It still installs files to /etc and
dh_install works just fine.
10 years ago
Lisandro Damián Nicanor Pérez Meyer
cb8ba5d864
Release to unstable.
10 years ago
Lisandro Damián Nicanor Pérez Meyer
8955055c54
Make cmake.bash-completion use wildcards for the minor version
10 years ago
Lisandro Damián Nicanor Pérez Meyer
9279efc334
New changelog entry.
10 years ago
Felix Geyer
8626e0f375
Release to unstable.
10 years ago
Felix Geyer
7356dd492b
Fix detection of openjdk 8.
...
* Fix detection of openjdk 8. (Closes : #772631 )
- Add openjdk-8-detection.patch
10 years ago
Felix Geyer
4878e2db55
Properly detect mipsel as little endian architecture.
...
* Properly detect mipsel as little endian architecture. (Closes : #785126 )
- Add fix-mips-endian.patch
10 years ago
Felix Geyer
00f3d8d22e
Add libcurl-ssl-dev as an alternative build-dependency to libcurl4-openssl-dev.
...
Closes : #785128
10 years ago
Felix Geyer
eca3fa3bbc
Close bug #784443 , fixed in new upstream release.
10 years ago
Felix Geyer
8bc5eacc3a
Make builds reproducible.
...
* Make builds reproducible.
- Add custom-sphinx-flags.patch, cherry-picked from upstream.
- Pass the date from d/changelog to sphinx.
10 years ago
Felix Geyer
1b15e7b57b
Install CMakeSetup.png icons.
...
They are referenced by the desktop file.
10 years ago
Felix Geyer
a6e2dd639f
Add protect-tests-from-makeflags.patch, cherry-picked from upstream.
...
* Add protect-tests-from-makeflags.patch, cherry-picked from upstream.
- Fixes running the test suite in parallel from dh_auto_test.
10 years ago
Felix Geyer
7c7e569c4a
Sort Build-Depends.
10 years ago
Felix Geyer
7ee10ea872
Build cmake-qt-gui against Qt 5 again.
10 years ago
Mario Lang
829e5cb013
Install new manpage cmake-compile-features.7.
10 years ago
Mario Lang
ca75aed246
New upstream release.
...
* Add myself to Uploaders.
* Build-Depend on liblzma-dev and libjsoncpp-dev.
* Drop patches merged upstream:
- fix-FindImageMagick-1.diff
- fix-FindImageMagick-2.diff
- FindJNI_ppc64le.diff
- hurd_host_system_processor.diff
* Refresh patches:
- FindBoost_add_-lpthread_#563479.diff
- FindJNI.cmake.mips.patch
- fix-ftbfs-on-kfreebsd.patch
- fix-hdf5-hl.patch
- qt_import_dir_variable.diff
* Bump Standards-Version to 3.9.6.
* Fix "Typo in cpack documentation" by adding new patch cpack-doc-typo.patch
(Closes : #760298 )
10 years ago
Mario Lang
824dd175df
Merge tag 'upstream/3.2.2'
...
Upstream version 3.2.2
Conflicts:
Modules/BundleUtilities.cmake
Modules/CMakeDetermineCCompiler.cmake
Source/CMakeVersion.cmake
Source/cmGlobalGenerator.cxx
Source/cmGlobalXCodeGenerator.cxx
Source/cmQtAutoGenerators.cxx
Tests/QtAutogen/CMakeLists.txt
Tests/QtAutogen/resourcetester.cpp
10 years ago
Mario Lang
75c6a19f8d
Imported Upstream version 3.2.2
10 years ago
Felix Geyer
602c0f73d5
Release to unstable.
10 years ago
Felix Geyer
4fbca59fd9
Revert "Build cmake-qt-gui against Qt 5."
...
This reverts commit d3b54e4365
.
Conflicts:
debian/control
10 years ago
Felix Geyer
114994b110
Detect the processor when running on Hurd.
...
* Detect the processor when running on Hurd. (Closes : #761060 )
- Add hurd_host_system_processor.diff, cherry-picked from upstream.
10 years ago
Felix Geyer
4822fb610c
New upstream release.
10 years ago
Felix Geyer
5b785fe619
Imported Upstream version 3.0.2
10 years ago
Felix Geyer
7434651728
Imported Upstream version 3.0.2
10 years ago
Felix Geyer
2fe7065951
Merge branch 'master' into experimental
...
Conflicts:
debian/control
debian/rules
10 years ago
Felix Geyer
d85dbd1d6f
Release to unstable.
10 years ago
Felix Geyer
36fbe1dde9
Move the rm_conffile calls to cmake.maintscript.
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
36de5ba0ce
Search for Python 3.4 in FindPython{Interp,Libs}.
...
* Search for Python 3.4 in FindPython{Interp,Libs}.
- Add search_for_python3.4.diff
10 years ago
Felix Geyer
b51697c0a7
Release to experimental.
11 years ago
Felix Geyer
3d1c4afc8e
Drop patches (fixed upstream):
...
* Drop patches (fixed upstream):
- fix-bootstrap-test-1.diff
- fix-bootstrap-test-2.diff
11 years ago
Felix Geyer
80f663fb22
New upstream release.
11 years ago
Felix Geyer
526cc4f69b
Upstream version 3.0.1
...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJT5PJQAAoJEP4ixv2DE11FFbAP/3hJcZcIysHvAM9HdI14Gsry
jxZ/YS9V65qkzB8o+5qibIeh2c0vfNBGkPG4OT6Io9JE37LigH5trJzya5CojeNq
HH7u9l5gT7I9XaR/7NhxpjfMwtdNyIxz+kCn7pel9fm68TsSKxp+VYCVxM8OZhHo
XJ1Zedjd2fdQA4GKIrSRiIOpijCBYgTVXi2GP0ZmiQeHaQjyuFEvrctVc67+dFD9
5X7ZPGisW3aOnIRhqMLq2m3RhM2tasYytkFap8QUAs0ey0gmLHraw4ks8qc4cRE6
UdpojMKprszxmvpYTpG+P1faKLa4mpkVrDjo8OWJgYMjm9zZ2+FziXiTuZtfbyVA
gzj/K1ll5dP0bjo9GAEOf9UaJfLPTMBMeVzeqvtu0kCqK5/J/7Gbk99lH2tZvDE+
GwqZe7k2ckUJPbrQKc72i/WZWaYAH+t5tngEvOGDXd/vbanxYpvyQSIXDu9B/tJc
mBffQyaLU+5JtLJPaezt6JfAFw/EwNELdJo010k0jiuJ6PrB2ppTqrfrqWFq0v9L
caW34IC6d2SpT5ff7en9pm4PUgJ3vwvAhiv0ZvRi991jj/dbf1OokrrN5cTOLQiL
rDnCSX2+qpODLM5T7yRZaYxE7ZJRQ55X3L4/zxabxam0xZbM65ukQo13ZdBAcTfQ
zm/T/CeQD0zazSXEAII9
=7dWF
-----END PGP SIGNATURE-----
Merge tag 'upstream/3.0.1' into experimental
Upstream version 3.0.1
# gpg: Signature made Fr 08 Aug 2014 17:52:48 CEST using RSA key ID 83135D45
# gpg: Good signature from "Felix Geyer <felix@fobos.de>"
# gpg: aka "Felix Geyer <debfx-pkg@fobos.de>"
# gpg: aka "Felix Geyer <debfx@kubuntu.org>"
# gpg: aka "Felix Geyer <debfx@fobos.de>"
# gpg: aka "Felix Geyer <debfx@ubuntu.com>"
# gpg: aka "Felix Geyer <felix.geyer@fobos.de>"
# gpg: aka "Felix Geyer <fgeyer@debian.org>"
11 years ago