reverted: --- afnix-1.5.2/cnf/mak/afnix-gcc-4.mak +++ afnix-1.5.2.orig/cnf/mak/afnix-gcc-4.mak @@ -18,17 +18,9 @@ # - compiler and linker section - # ---------------------------------------------------------------------------- -# On arm, only old-ABI, the build segfaults under g++-4.2 and 4.3. -DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -ifeq ($(DEB_BUILD_ARCH),arm) -CC = g++-4.1 -LD = gcc-4.1 -LK = gcc-4.1 -else CC = g++ LD = gcc LK = gcc -endif AR = ar RANLIB = ranlib STDEVFLAGS = diff -u afnix-1.5.2/debian/control afnix-1.5.2/debian/control --- afnix-1.5.2/debian/control +++ afnix-1.5.2/debian/control @@ -2,7 +2,7 @@ Section: interpreters Priority: optional Maintainer: Paul Cager -Build-Depends: debhelper (>= 5.0.42), dpatch (>= 2.0), g++-4.1 [arm], +Build-Depends: debhelper (>= 5.0.42), dpatch (>= 2.0), libncurses5 (>= 5.5), libncurses5-dev (>= 5.5) Standards-Version: 3.7.3 Homepage: http://www.afnix.org/ diff -u afnix-1.5.2/debian/changelog afnix-1.5.2/debian/changelog --- afnix-1.5.2/debian/changelog +++ afnix-1.5.2/debian/changelog @@ -1,3 +1,11 @@ +afnix (1.5.2-3.3) unstable; urgency=low + + * Non-maintainer upload. + * Reverted patch to use g++-4.1 on arm (old architecture), + as arm is no longer in the repository. (Closes: #533804) + + -- Jonathan Niehof Sun, 18 Oct 2009 18:19:03 -0400 + afnix (1.5.2-3.2) unstable; urgency=low * Non-maintainer upload.