aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:43:55 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:39:27 -0800
commit4a4b954ff95ed4d14de44df03f37508dc2996631 (patch)
treeac64d5002694e0e967736bef70a3e22886ec1f3e
parentab004b8de26a52d7266205bc9775b1e23fc3885b (diff)
downloadscm-4a4b954ff95ed4d14de44df03f37508dc2996631.tar.gz
scm-4a4b954ff95ed4d14de44df03f37508dc2996631.zip
switch to arch 'any'
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 3030d47..ccc8da1 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ Standards-Version: 3.9.8
Homepage: http://people.csail.mit.edu/jaffer/SCM.html
Package: scm
-Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb armhf sh4 kfreebsd-amd64 kfreebsd-i386
+Architecture: any
Depends: slib (>> 3b1), ${shlibs:Depends}, ${misc:Depends}
Description: A Scheme language interpreter
Scm conforms to Revised^5 Report on the Algorithmic Language Scheme and
the IEEE P1178 specification.
Package: libscm-dev
-Architecture: alpha amd64 arm hppa i386 hurd-i386 m68k mips mipsel powerpc ppc64 sparc ia64 armel armeb armhf sh4 kfreebsd-amd64 kfreebsd-i386
+Architecture: any
Section: libdevel
Depends: scm (= ${binary:Version}), slib (>> 3b1), ${misc:Depends}
Description: Embeddable library for SCM Scheme language interpreter