tag 382783 patch thanks Hi,
As I had prepared the patch for the previous NMU I have prepared a new patch which fixes the runtime issues due to the underexpanded variables. Marga, as you did the previous NMU, I guess you don not mind doing another NMU on yacas? Greetings Arjan
diff -u yacas-1.0.57/debian/rules yacas-1.0.57/debian/rules --- yacas-1.0.57/debian/rules +++ yacas-1.0.57/debian/rules @@ -32,7 +32,7 @@ ./makemake ./configure --prefix=/usr --with-numlib=native \ --enable-server --enable-proteus \ - --sysconfdir=/etc --disable-rpath + --sysconfdir=/etc --with-script-dir=/usr/share/yacas --disable-rpath $(MAKE) sysconfdir=/etc # cd proteus; $(MAKE) depend -f makefile.linux ; $(MAKE) all-inclusive -f makefile.linux touch build-stamp @@ -59,6 +59,8 @@ dh_installdocs -a $(MAKE) prefix=`pwd`/debian/yacas/usr \ datarootdir=`pwd`/debian/yacas/usr/share \ + scriptdir=`pwd`/debian/yacas/usr/share/yacas \ + htmldir=`pwd`/debian/yacas/usr/share/yacas/documentation \ sysconfdir=`pwd`/debian/yacas/etc install above=`pwd` # cd proteus; $(MAKE) prefix=$(ABOVE)/debian/yacas-proteus/usr etcprefix=$(ABOVE)/debian/yacas-proteus install -f makefile.linux diff -u yacas-1.0.57/debian/changelog yacas-1.0.57/debian/changelog --- yacas-1.0.57/debian/changelog +++ yacas-1.0.57/debian/changelog @@ -1,3 +1,12 @@ +yacas (1.0.57-2.3) unstable; urgency=low + + * Non-maintainer upload. + * Call ./configure with --with-script-dir=/usr/share/yacas and make + install with an appropriate scriptdir and htmldir variable in + debian/rules so yacas can find the necessary files. (Closes: #382783) + + -- Arjan Oosting <[EMAIL PROTECTED]> Tue, 15 Aug 2006 00:41:05 +0200 + yacas (1.0.57-2.2) unstable; urgency=medium * Non-Maintainer Upload, to fix two different Failure To Build From Source
signature.asc
Description: Dit berichtdeel is digitaal ondertekend