Package: noweb
Version: 2.11b-10
Severity: serious
Tags: patch
Dear maintainer:
This package does no longer build from source because the iconc
package does no longer exist (I'm not providing a build log, but this
is very easy to check).
You can blame me for that, because I dropped iconc in a QA upload, but
there were really good reasons to drop it, just read the Debian changelog.
Fortunately, it seems iconc did not work very well lately, and this is
reflected in the debian/rules file for noweb, which ended up not using
iconc at all but icont.
So, I believe the attached patch should fix the FTBFS bug (but I have
not actually tested it). Please give it a try.
Thanks.
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: noweb
Section: devel
Priority: extra
Maintainer: Hubert Chathi <uho...@debian.org>
-Build-Depends: iconc, icont, iconx, debhelper (>= 5.0.34), texlive-latex-base,
texlive-latex-extra, dpatch
+Build-Depends: icont, iconx, debhelper (>= 5.0.34), texlive-latex-base,
texlive-latex-extra, dpatch
Standards-Version: 3.7.3
Homepage: http://www.eecs.harvard.edu/~nr/noweb/
diff --git a/debian/rules b/debian/rules
index 4809888..0cf832f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,17 +8,6 @@
package := noweb
version := 2.11a
-ifeq ($(DEB_BUILD_ARCH),hppa)
- ICONC=iconc -nes -p-ffunction-sections
-else
-ifeq ($(DEB_BUILD_ARCH),ia64)
- ICONC=iconc -nes -p-ffunction-sections
-else
- ICONC=iconc
-endif
-endif
-
-# we overwite iconc until we can be sure it works
ICONC=icont
CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)