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#780450: fails to export trivial .PLA files

2015-03-13 Thread Johann Klammer
Package: berkeley-abc Version: 1.01+20140822hg4d547a5+dfsg severity: minor Tags: patch abc fails an assert when the network is too shallow(due to constants). I've submitted an issue upstream before, but nothing happened. It has a testcase:

Bug#780449: FTBFS during reproducibility tests

2015-03-13 Thread Johann Klammer
Package: berkeley-abc Version: 1.01+20140822hg4d547a5+dfsg Tags: patch The PTS complains about the __TIME__ etc macros, so I removed them. Someone please apply. Description: Remove the __TIME__ etc macros Otherwise the debian package checking complains... --- berkeley-abc-1.01+20140822hg4d547a