Followup-For: Bug #813119
Control: tag -1 pending patch
Hi,
I just uploaded a NMU fixing the FTBFS to DELAYED/10. Please let me
know, if I should delay it longer.
I also plan to backport this fix to jessie.
Andreas
diff -Nru ngspice-26/debian/changelog ngspice-26/debian/changelog
--- ngspice-2
this one works better with parallel builds...
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS=$(shell dpkg-buildflags --
Try this debian/rules file.
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export CPPFLAGS=$(shell dpkg-buildflags --get CPPFLAGS)
export CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
export CXXFLAGS=$(shell dpkg-buildflags --get CXXFLAGS)
exp
Source: ngspice
Version: 26-1
Severity: serious
Justification: fails to build from source
Current pbuilder changed the build environment to use a nonexistant
$HOME directory. Neither the build process nor the build tools should
have to access $HOME during the build. Also the (non-)existence of
som