From 5355268a8174595ad84b90b6d2f6d3332845a9fe Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 21 Aug 2006 00:24:12 -0600 Subject: [PATCH] Imported Debian patch 0.1beta-19 --- config.h | 6 ++++-- debian/changelog | 7 +++++++ debian/compat | 2 +- debian/control | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index 5719247..6714231 100644 --- a/config.h +++ b/config.h @@ -63,10 +63,12 @@ * it if your machine is big-endian (e.g. Motorola, Sparc...) * Note that some compilers have LITTLE_ENDIAN yet defined. */ -#if __BYTE_ORDER == __LITTLE_ENDIAN +#ifndef LITTLE_ENDIAN +# if __BYTE_ORDER == __LITTLE_ENDIAN # define LITTLE_ENDIAN -#else +# else # undef LITTLE_ENDIAN +# endif #endif /* When DCELL_MEM is defined, double cell transfer is realized by memory diff --git a/debian/changelog b/debian/changelog index 604b017..f1ddb68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +yforth (0.1beta-19) unstable; urgency=low + + * add kfreebsd-amd64 to architecture list, closes: #361634 + * avoid duplicate definition for LITTLE_ENDIAN + + -- Bdale Garbee Mon, 21 Aug 2006 00:24:12 -0600 + yforth (0.1beta-18) unstable; urgency=low * add kfreebsd-i386 to list of architectures to build on, closes: #315050 diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 514d125..dfe9676 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,11 @@ Source: yforth Section: interpreters Priority: optional Maintainer: Bdale Garbee -Build-Depends: debhelper (>= 4) -Standards-Version: 3.6.2.1 +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 Package: yforth -Architecture: alpha amd64 arm i386 kfreebsd-i386 m68k powerpc ppc64 sparc +Architecture: alpha amd64 arm i386 kfreebsd-i386 kfreebsd-amd64 m68k powerpc ppc64 sparc Depends: ${shlibs:Depends} Description: A small freeware Forth environment in ANSI C yForth? is an interestingly small implementation of Forth for Linux. It -- 2.30.2