Mark cmake Multi-Arch: foreign.
The change was stolen from Ubuntu cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek who originally wrote: Mark cmake Multi-Arch: foreign; it exports a cross-build-aware interface (with a little bit of cross-configuration from dpkg-cross) so we should allow the native version to satisfy our dependencies, instead of trying to pull in the host-architecture version when cross-building.
This commit is contained in:
parent
2f0e775356
commit
3e4a6a50c6
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -12,6 +12,8 @@ cmake (2.8.7-4) UNRELEASED; urgency=low
|
||||
master). (Closes: #662982) Thanks to Simone Rossetto.
|
||||
Patch: backport_support_cxxtest4.diff
|
||||
* Bump Standards-Version to 3.9.3: no changes needed.
|
||||
* Mark cmake Multi-Arch: foreign. The change was stolen from Ubuntu
|
||||
cmake_2.8.7-0ubuntu3 package. Thanks to Steve Langasek.
|
||||
|
||||
-- Modestas Vainius <modax@debian.org> Fri, 16 Mar 2012 22:10:41 +0200
|
||||
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -13,6 +13,7 @@ Homepage: http://cmake.org/
|
||||
|
||||
Package: cmake
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, cmake-data (= ${source:Version}), procps [!hurd-any]
|
||||
Suggests: gcc, make
|
||||
Description: cross-platform, open-source make system
|
||||
|
Loading…
x
Reference in New Issue
Block a user