From 8e863293ba1c36b24f9441c4a5e9366cd66fe9c1 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 28 Oct 2005 17:24:42 -0700 Subject: Import Debian changes 5e1-2 scm (5e1-2) unstable; urgency=low * debian/control (Architecture): Provide explicit list: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc s390 sparc. This is all the Debian archs except for ia64, which is officially unspported by upstream. * continue.h: When __hppa__ is defined, set STACK_GROWS_UP. --- continue.h | 3 +++ debian/changelog | 11 +++++++++++ debian/control | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/continue.h b/continue.h index 040b4b5..2b412cd 100644 --- a/continue.h +++ b/continue.h @@ -196,3 +196,6 @@ void throw_to_continuation P((CONTINUATION *cont, long val, #ifdef _UNICOS # define STACK_GROWS_UP #endif +#ifdef __hppa__ +# define STACK_GROWS_UP +#endif diff --git a/debian/changelog b/debian/changelog index d3b5b21..6f5df0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +scm (5e1-2) unstable; urgency=low + + * debian/control (Architecture): Provide explicit list: alpha amd64 arm + hppa i386 i386-hurd m68k mips mipsel powerpc s390 sparc. This is all + the Debian archs except for ia64, which is officially unspported by + upstream. + + * continue.h: When __hppa__ is defined, set STACK_GROWS_UP. + + -- Thomas Bushnell, BSG Fri, 28 Oct 2005 17:24:42 -0700 + scm (5e1-1) unstable; urgency=low * New upstream release. (Closes: #335970) diff --git a/debian/control b/debian/control index fdb12d6..5cf8c00 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.1.1 Build-Depends: slib (>> 3a1), libncurses5-dev, libreadline5-dev, texi2html, texinfo, xlibs-dev Package: scm -Architecture: any +Architecture: alpha amd64 arm hppa i386 i386-hurd m68k mips mipsel powerpc s390 sparc Section: interpreters Priority: optional Depends: slib, ${shlibs:Depends} -- cgit v1.2.3