Bug#813119: ngspice: FTBFS with nonexistant $HOME

2016-04-25 Thread Andreas Beckmann
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

Bug#813119: ngspice: FTBFS with nonexistant $HOME

2016-04-15 Thread Johann Klammer
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 --

Bug#813119: ngspice: FTBFS with nonexistant $HOME

2016-04-07 Thread Johann Klammer
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

Bug#813119: ngspice: FTBFS with nonexistant $HOME

2016-01-29 Thread Andreas Beckmann
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