On Tue, 2013-06-25 at 16:23 +0200, Peter Palfrader wrote:
> On Fri, 21 Jun 2013, Debian Bug Tracking System wrote:
> >    * Work around Debian Bug #712530 (Closes: #708307)
> 
> Thanks!  Is that work-around suitable for a stable update as well?

That's presumably this:

--- e2fsprogs-1.42.5/debian/rules       2012-07-17 05:21:04.000000000 +0000
+++ e2fsprogs-1.42.8/debian/rules       2013-06-16 22:39:06.000000000 +0000
@@ -171,7 +171,9 @@
 USRLIB ?= /usr/lib
 endif
 
-STD_CONF_FLAGS ?= --enable-symlink-install $(MULTIARCH_CONF)
+BACKTRACE_CONF_FLAGS ?= $(shell if ${debdir}/scripts/test-backtrace ; then 
echo --disable-backtrace ; fi)
+
+STD_CONF_FLAGS ?= --enable-symlink-install $(MULTIARCH_CONF) 
$(BACKTRACE_CONF_FLAGS)

plus the associated script? What's the practical impact of disabling the
functionality?

Regards,

Adam


-- 
To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1372190090.14421.8.ca...@jacala.jungle.funky-badger.org

Reply via email to