tags 533804 + pending
thanks
Dear maintainer,
I've prepared an NMU for afnix (versioned as 1.5.2-3.3) and uploaded it
to DELAYED/2. The patch simply drops workarounds specific to arm, as it
is no longer a release architecture. Thanks to Jonathan Niehof (Cc-ed)
for having prepared it.
Cheers.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
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 <[email protected]>
-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. Patch by Jonathan Niehof. (Closes: #533804)
+
+ -- Stefano Zacchiroli <[email protected]> Wed, 04 Nov 2009 14:57:54 +0100
+
afnix (1.5.2-3.2) unstable; urgency=low
* Non-maintainer upload.