[Debian-astro-commits] [gyoto] 01/04: Add Multi-Arch field to each binary package

Thibaut Jean-Claude Paumard thibaut at moszumanska.debian.org
Wed Sep 21 03:00:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

thibaut pushed a commit to branch master
in repository gyoto.

commit 1e2cab39017a79284fa83cf1887b98e9266457cf
Author: Thibaut Paumard <paumard at users.sourceforge.net>
Date:   Tue Sep 20 16:50:57 2016 +0200

    Add Multi-Arch field to each binary package
---
 debian/changelog |  6 ++++++
 debian/control   | 17 +++++++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8a17c9..ffd4f40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gyoto (1.1.0-2) UNRELEASED; urgency=low
+
+  * Add Multi-Arch field for each binary package
+
+ -- Thibaut Paumard <thibaut at debian.org>  Tue, 20 Sep 2016 15:53:18 +0200
+
 gyoto (1.1.0-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index fcbe437..cb9116c 100644
--- a/debian/control
+++ b/debian/control
@@ -23,6 +23,7 @@ Homepage: http://gyoto.obspm.fr
 
 Package: gyoto
 Architecture: all
+Multi-Arch: allowed
 Depends: gyoto-bin, yorick-gyoto, python-gyoto, python3-gyoto,
 	 ${shlibs:Depends}, ${misc:Depends}
 Recommends: mpi-default-bin, libgyoto5-dev
@@ -45,6 +46,7 @@ Description: General relativistic geodesic integration and ray-tracing
 
 Package: gyoto-bin
 Architecture: any
+Multi-Arch: allowed
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: mpi-default-bin
 Replaces: gyoto (<< 1.1.0~)
@@ -67,6 +69,7 @@ Description: General relativistic ray-tracing command-line interface
 
 Package: libgyoto5
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Recommends: gyoto
@@ -86,12 +89,13 @@ Description: Gyoto framework main library an standard plug-in
 
 Package: gyoto-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Depends: libgyoto5 (= ${binary:Version}),
-	 gyoto-bin (= ${binary:Version}),
-	 yorick-gyoto (= ${binary:Version}),
-	 python-gyoto (= ${binary:Version}),
-	 python3-gyoto (= ${binary:Version}),
+	 gyoto-bin:same (= ${binary:Version}),
+	 yorick-gyoto:same (= ${binary:Version}),
+	 python-gyoto:same (= ${binary:Version}),
+	 python3-gyoto:same (= ${binary:Version}),
 	 ${misc:Depends}
 Description: debugging symbols for the Gyoto framework
  Gyoto aims at providing a framework for computing orbits and
@@ -105,6 +109,7 @@ Description: debugging symbols for the Gyoto framework
 
 Package: libgyoto5-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libgyoto5 (= ${binary:Version}),
 	 libc-dev, libxerces-c3.1
@@ -119,6 +124,7 @@ Description: development files for libgyoto
 
 Package: yorick-gyoto
 Architecture: any
+Multi-Arch: allowed
 Depends: ${shlibs:Depends}, ${misc:Depends},
 	 yorick (>= 2.1.05), yorick-yutils (>= 1.3), yorick-gy, gir1.2-gtk-3.0
 Description: General relativistic geodesic integration for the Yorick language
@@ -131,6 +137,7 @@ Description: General relativistic geodesic integration for the Yorick language
 
 Package: python-gyoto
 Architecture: any
+Multi-Arch: allowed
 Section: python
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: General relativistic geodesic integration for the Python 2 language
@@ -146,6 +153,7 @@ Description: General relativistic geodesic integration for the Python 2 language
 
 Package: python3-gyoto
 Architecture: any
+Multi-Arch: allowed
 Section: python
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
 Description: General relativistic geodesic integration for the Python 3 language
@@ -161,6 +169,7 @@ Description: General relativistic geodesic integration for the Python 3 language
 
 Package: gyoto-doc
 Architecture: all
+Multi-Arch:foreign
 Section: doc
 Depends: ${misc:Depends}
 Description: documentation for the Gyoto library

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/gyoto.git



More information about the Debian-astro-commits mailing list