Package: release.debian.org Severity: normal Tags: jessie User: [email protected] Usertags: pu
Hi, ngspice [non-free] FTBFS with recent pbuilder/sbuild that undefine HOME. This is just a rebuild of the fix theat I NMUed into sid: Pass an explicit -userdir to lyx to not fall back to $HOME/.lyx Andreas
diff -Nru ngspice-26/debian/changelog ngspice-26/debian/changelog --- ngspice-26/debian/changelog 2014-07-05 23:49:29.000000000 +0200 +++ ngspice-26/debian/changelog 2016-05-07 14:51:06.000000000 +0200 @@ -1,3 +1,18 @@ +ngspice (26-1.1~deb8u1) jessie; urgency=medium + + * Non-maintainer upload. + * Rebuild for jessie. + + -- Andreas Beckmann <[email protected]> Sat, 07 May 2016 14:50:10 +0200 + +ngspice (26-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Run lyx with a temporary -userdir to not rely on $HOME, thanks to + Johann Klammer. (Closes: #813119) + + -- Andreas Beckmann <[email protected]> Mon, 25 Apr 2016 20:50:13 +0200 + ngspice (26-1) unstable; urgency=low * New upstream release (Closes: #706821) diff -Nru ngspice-26/debian/rules ngspice-26/debian/rules --- ngspice-26/debian/rules 2014-07-05 23:49:29.000000000 +0200 +++ ngspice-26/debian/rules 2016-04-25 19:30:19.000000000 +0200 @@ -33,6 +33,7 @@ #cp -f /usr/share/misc/config.sub build/ngspice/doc/config.sub #cp -f /usr/share/misc/config.guess build/ngspice/doc/config.guess cp -a manual build/ + mkdir -p build/manual/.lyx # Make build dir for tclspice mkdir -p build/tclspice cp -Rl `ls . |grep -v build|grep -v debian` build/tclspice @@ -77,9 +78,9 @@ build-indep: config.status # Build documentation dh_testdir - #cd build/manual && lyx --export ps manual.lyx - cd build/manual && lyx --export pdf2 manual.lyx - cd build/manual && lyx --export html manual.lyx + #cd build/manual && lyx -userdir ./.lyx -batch --export ps manual.lyx + cd build/manual && lyx -userdir ./.lyx -batch --export pdf2 manual.lyx + cd build/manual && lyx -userdir ./.lyx -batch --export html manual.lyx touch $@ clean:

