This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository proj.
commit ec2ff69b98a3bf5bb11551969b229a64c092be39 Author: Bas Couwenberg <[email protected]> Date: Sun Mar 12 11:04:47 2017 +0100 Mark binary packages for Multi-Arch. (closes: #857538) --- debian/changelog | 2 ++ debian/control | 8 ++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 41be15f..b9fc17d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ proj (4.9.3-2) UNRELEASED; urgency=medium * Add patch to fix PJ_sch description, causes issues with PDL parser. * Add patch to fix 'International' typo. + * Mark binary packages for Multi-Arch. + (closes: #857538) -- Bas Couwenberg <[email protected]> Sun, 09 Oct 2016 13:45:16 +0200 diff --git a/debian/control b/debian/control index ddb64b9..650d05f 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,10 @@ Homepage: https://github.com/OSGeo/proj.4/wiki Package: proj-data Architecture: all +Multi-Arch: foreign Section: libs Depends: ${misc:Depends} +Pre-Depends: ${misc:Pre-Depends} Description: Cartographic projection filter and library (datum package) Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of @@ -36,12 +38,13 @@ Description: Cartographic projection filter and library (datum package) Package: libproj12 Architecture: any +Multi-Arch: same Section: libs -Pre-Depends: ${misc:Pre-Depends} Depends: proj-data, ${shlibs:Depends}, ${misc:Depends} Suggests: proj-bin +Pre-Depends: ${misc:Pre-Depends} Description: Cartographic projection library Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of @@ -58,10 +61,12 @@ Description: Cartographic projection library Package: libproj-dev Architecture: any +Multi-Arch: same Section: libdevel Depends: libproj12 (= ${binary:Version}), ${misc:Depends} Suggests: proj-bin +Pre-Depends: ${misc:Pre-Depends} Description: Cartographic projection library (development files) Proj and invproj perform respective forward and inverse transformation of cartographic data to or from Cartesian data with a wide range of @@ -110,4 +115,3 @@ Description: Cartographic projection library (JNI bindings) point latitudes and longitudes (inverse). . This package provides the Java Native Interface bindings for PROJ4. - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/proj.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

