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-26/debian/changelog	2014-07-05 23:49:29.000000000 +0200
+++ ngspice-26/debian/changelog	2016-04-25 20:51:09.000000000 +0200
@@ -1,3 +1,11 @@
+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 <a...@debian.org>  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:

Reply via email to