r45255 - in /packages/sundials/trunk/debian: patches/sundials-config.patch rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Mon Jul 16 20:53:04 UTC 2012


Author: trophime-guest
Date: Mon Jul 16 20:53:04 2012
New Revision: 45255

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45255
Log:
fix sundials-config

Modified:
    packages/sundials/trunk/debian/patches/sundials-config.patch
    packages/sundials/trunk/debian/rules

Modified: packages/sundials/trunk/debian/patches/sundials-config.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/patches/sundials-config.patch?rev=45255&op=diff
==============================================================================
--- packages/sundials/trunk/debian/patches/sundials-config.patch (original)
+++ packages/sundials/trunk/debian/patches/sundials-config.patch Mon Jul 16 20:53:04 2012
@@ -13,7 +13,7 @@
  abs_libdir=`cd "${libdir}" > /dev/null 2>&1 && pwd`;
  
 -if test $abs_includedir != /usr/include ; then
-+if [ test "$abs_includedir" != "/usr/include" ] ; then
++if test "$abs_includedir" != "/usr/include" ; then
      includes=-I$abs_includedir
  fi
  

Modified: packages/sundials/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/rules?rev=45255&op=diff
==============================================================================
--- packages/sundials/trunk/debian/rules (original)
+++ packages/sundials/trunk/debian/rules Mon Jul 16 20:53:04 2012
@@ -61,10 +61,6 @@
 	mkdir -p debian/tmp/$(mpath)
 	mv sundialsTB/octave/* debian/tmp/$(mpath)
 	rm debian/tmp/$(mpath)/sundialsTB/LICENSE
-#
-#install sundials-config
-	cp bin/sundials-config.in bin/sundials-config
-	perl -pi -e "s|\@SHELL\@|/bin/bash|" bin/sundials-config
 
 	dh_install -a -Nlibsundials-doc
 	dh_install -plibsundials-doc -X.txt -X.out -X.in -XREADME




More information about the debian-science-commits mailing list