This is an automated email from the git hooks/post-receive script. giggls-guest pushed a commit to branch master in repository sfcgal.
commit cf8c91c831099c58d22643e5e51ab2c7a490bc53 Author: Sven Geggus <[email protected]> Date: Wed Aug 26 22:12:38 2015 +0200 close bug 794317 by adding Multi-Arch: foreign --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 52749ec..7371ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ sfcgal (1.1.0-3) UNRELEASED; urgency=medium [ Sven Geggus ] * Make package build in unstable with boost 1.58 and gcc5 + * close bug #794317 by adding Multi-Arch: foreign [ Bas Couwenberg ] * Update symbols for other architectures. diff --git a/debian/control b/debian/control index bd0c758..8f53ce0 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (runti Package: libsfcgal-dev Section: libdevel Architecture: any -Multi-Arch: same +Multi-Arch: foreign Depends: libsfcgal1 (= ${binary:Version}), ${misc:Depends} Description: Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (dev part) SFCGAL is a C++ wrapper library around CGAL with the aim of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/sfcgal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

