Your message dated Sat, 27 Aug 2016 16:21:51 +0000
with message-id <e1bdgmh-0003ue...@franck.debian.org>
and subject line Bug#835085: fixed in noweb 2.11b-11
has caused the Debian Bug report #835085,
regarding noweb: FTBFS: build-depends on iconc which didn't work and it was
removed
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
835085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=835085
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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)
--- End Message ---
--- Begin Message ---
Source: noweb
Source-Version: 2.11b-11
We believe that the bug you reported is fixed in the latest version of
noweb, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 835...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hubert Chathi <uho...@debian.org> (supplier of updated noweb package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 26 Aug 2016 14:44:34 -0400
Source: noweb
Binary: noweb nowebm
Architecture: source
Version: 2.11b-11
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi <uho...@debian.org>
Changed-By: Hubert Chathi <uho...@debian.org>
Description:
noweb - A WEB-like literate-programming tool
nowebm - A WEB-like literate-programming tool - transitional package
Closes: 835085
Changes:
noweb (2.11b-11) unstable; urgency=low
.
* debian/control, debian/rules: we don't use iconc any more.
(Closes: #835085)
* debian/control, debian/copyright: update upstream's home page.
Checksums-Sha1:
c6cea33e236d4dc529f524ef7ce0c4263d62ab0a 1393 noweb_2.11b-11.dsc
9d53da7dcb7eeb26240c733fce97933c4ba91916 15388 noweb_2.11b-11.diff.gz
Checksums-Sha256:
2232d53c0bfb1e7367bb09d298b89da43c013ad19b1b078475856f3c64666c44 1393
noweb_2.11b-11.dsc
8a6e03660be381418fd1b0314d16245f5ae8920884ecd071442f4fb47d732124 15388
noweb_2.11b-11.diff.gz
Files:
ffc59492cc9e68be4258017091368060 1393 devel extra noweb_2.11b-11.dsc
a1a6d47b72773edc841484e73246f493 15388 devel extra noweb_2.11b-11.diff.gz
-----BEGIN PGP SIGNATURE-----
iQEcBAEBCAAGBQJXwZ/EAAoJEEHOfwufG4sypEoH/jwR6An4D+TPSPeIVXZDrqvh
9zwTV2q7yJMwupBXSrGF8P3OViLb4ieD3N6vixPCkK3Pja5QVDHuZ1zv/QTiz9Yh
eTbf+QCAuicgCzcZbB40LU49yS2896t2Jt3saC43ggFGNNb90c0GcstUvDZrJM3v
HK1pOrkPqn8f0w57ZaGERgZx/tyfWXmrYUabUWurq1YoK9Lxq9KfbUvr12u5kFai
xJnK0v+4VxLJNnWIdGoDTKRaC64bMGpkOSc9livtaf1ixsz1JJwYjRYtnXZwkANz
DUVxyp8pzfYeJGye6RAL5AVp/4xOf9JWORE4/LQNaN2895IT0qK9Jr6xQ7zkLcg=
=ftf+
-----END PGP SIGNATURE-----
--- End Message ---