Your message dated Sat, 4 Jul 2009 15:42:03 +0900
with message-id <20090704154203.3be837b7.iwama...@nigauri.org>
and subject line Re: Bug#535297: fbterm: FTBFS with new dpkg-dev
has caused the Debian Bug report #535297,
regarding fbterm: FTBFS with new dpkg-dev
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.)
--
535297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535297
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fbterm
Version: 1.4-2
Severity: serious
Tags: patch
Justification: FTBFS
Hi.
With dpkg-dev (>= 1.15.3), backslashes are (rightfully) no longer
allowed for line wrapping, making your package FTBFS. Since the dpkg
developers didn't check what FTBFS might now be triggered, I'm doing
so…
| dpkg-checkbuilddeps: warning: can't parse dependency \
| libfontconfig1-dev
| dpkg-checkbuilddeps: error: error occurred while parsing
Build-Depends/Build-Depends-Indep)
| dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;
aborting.
| dpkg-buildpackage: warning: (Use -d flag to override.)
Trivial patch attached. Build checked with sbuild on sid/amd64.
Mraw,
KiBi
--- fbterm-1.4/debian/control
+++ fbterm-1.4/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Dm-Upload-Allowed: yes
Maintainer: Nobuhiro Iwamatsu <iwama...@nigauri.org>
-Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libfreetype6-dev,\
+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libfreetype6-dev,
libfontconfig1-dev, libgpm-dev, pkg-config, dpatch
Standards-Version: 3.8.1
Homepage: http://code.google.com/p/fbterm/
--- End Message ---
--- Begin Message ---
Version: 1.5.0-1
Hi,
Thank you for your report.
This bug already fixed in 1.5.0-1.
Best regards,
Nobuhiro
--
Nobuhiro Iwamatsu
GPG ID: 3170EBE9
--- End Message ---