[Debian-astro-commits] [iraf] 01/04: Restrict build to supported archs

Ole Streicher olebole at moszumanska.debian.org
Tue Nov 28 09:21:56 UTC 2017


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

olebole pushed a commit to branch master
in repository iraf.

commit c48915d552cca43fca435281f1832ec22f0d4c92
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Nov 28 09:41:36 2017 +0100

    Restrict build to supported archs
    
    Supported architectures need an assembler file `unix/as.$IRAFARCH`; so
    it makes no sense to even try on other architectures. The list will be
    extended once we include the necessary assembler code.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5fc6236..2152e77 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-astro/packages/iraf.git
 Vcs-Git: https://anonscm.debian.org/cgit/debian-astro/packages/iraf.git
 
 Package: iraf
-Architecture: any
+Architecture: any-i386 any-amd64
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: iraf-noao
 Suggests: iraf-dev
@@ -37,7 +37,7 @@ Description: Image Reduction and Analysis Facility
  facility.
 
 Package: iraf-dev
-Architecture: any
+Architecture: any-i386 any-amd64
 Multi-Arch: no
 Depends: iraf, ${misc:Depends}, ${shlibs:Depends}
 Recommends: iraf-noao-dev
@@ -53,7 +53,7 @@ Description: Image Reduction and Analysis Facility (development files)
  system and all applications are written.
 
 Package: iraf-noao
-Architecture: any
+Architecture: any-i386 any-amd64
 Depends: iraf, ${misc:Depends}, ${shlibs:Depends}
 Multi-Arch: foreign
 Description: IRAF NOAO data reduction package
@@ -67,7 +67,7 @@ Description: IRAF NOAO data reduction package
  of Optical Astronomy data.
 
 Package: iraf-noao-dev
-Architecture: any
+Architecture: any-i386 any-amd64
 Multi-Arch: no
 Depends: iraf-dev, iraf-noao, ${misc:Depends}, ${shlibs:Depends}
 Description: Image Reduction and Analysis Facility (development files)

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



More information about the Debian-astro-commits mailing list