Your message dated Thu, 3 Jan 2008 13:06:09 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#420466: xterm: does not honor DEB_BUILD_OPTIONS=noopt
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xterm
Version: 225-1
Severity: normal
Attached patch changes debian/rules to honor DEB_NUILD_OPTIONS
as recommended by policy 10.1.
Hochachtungsvoll,
Bernhard R. Link
diff -r -u o/xterm-225/debian/rules xterm-225/debian/rules
--- o/xterm-225/debian/rules 2007-04-22 15:33:53.000000000 +0200
+++ xterm-225/debian/rules 2007-04-22 15:31:23.000000000 +0200
@@ -20,10 +20,11 @@
confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
endif
+CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CXXFLAGS += -O0
+ CFLAGS += -O0
else
- CXXFLAGS += -O2
+ CFLAGS += -O2
endif
# Figure out who's building this package.
@@ -90,7 +91,7 @@
--prefix=/usr --exec-prefix=/usr --mandir=/usr/share/man \
--with-app-defaults=/etc/X11/app-defaults \
--disable-imake --enable-narrowproto --enable-exec-xterm \
- $(confflags)
+ $(confflags) CFLAGS="$(CFLAGS)"
touch $@
--- End Message ---
--- Begin Message ---
Version: 229-1
On Sun, Apr 22, 2007 at 15:43:04 +0200, Bernhard R. Link wrote:
> Package: xterm
> Version: 225-1
> Severity: normal
>
> Attached patch changes debian/rules to honor DEB_NUILD_OPTIONS
> as recommended by policy 10.1.
>
Thanks, this was fixed in xterm 229-1.
Cheers,
Julien
--- End Message ---