[Python-modules-commits] [python-roman] 06/12: d/control: Mark the binaries as Multi-Arch:foreign.

Mattia Rizzolo mattia at debian.org
Mon Jan 22 23:06:43 UTC 2018


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

mattia pushed a commit to branch master
in repository python-roman.

commit 597e861a047b3a0a867d45c0f196eba1e534f44c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Mon Jan 22 23:23:56 2018 +0100

    d/control: Mark the binaries as Multi-Arch:foreign.
    
    Closes: #887410
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/control | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index ed99a84..264f04a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Homepage: https://pypi.python.org/pypi/roman/
 
 Package: python-roman
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python:Depends}
 Description: module for generating/analyzing Roman numerals for Python 2
  This module converts from and to Roman numerals. It can convert numbers
@@ -22,6 +23,7 @@ Description: module for generating/analyzing Roman numerals for Python 2
 
 Package: python3-roman
 Architecture: all
+Multi-Arch: foreign
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: module for generating/analyzing Roman numerals for Python 3
  This module converts from and to Roman numerals. It can convert numbers

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-roman.git



More information about the Python-modules-commits mailing list