Your message dated Sat, 04 Jun 2016 14:57:25 +0100
with message-id <[email protected]>
and subject line Closing bugs for fixes included in 8.5
has caused the Debian Bug report #823678,
regarding jessie-pu: package ngspice/26-1.1~deb8u1
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
823678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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:
--- End Message ---
--- Begin Message ---
Version: 8.5
Hi,
The fixes referred to by each of these bugs were included in today's 8.5
point release.
Regards,
Adam
--- End Message ---