[sundials] 33/76: Remove outdated-autotools-helper-file

Andreas Tille tille at debian.org
Sun Feb 5 18:44:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository sundials.

commit 0ece340b2ea3de9903e771461fc767bcaa89654e
Author: Sylvestre Ledru <sylvestre at debian.org>
Date:   Wed Jan 9 13:15:55 2013 +0000

    Remove outdated-autotools-helper-file
---
 debian/rules | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5071108..79260d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,7 @@ bpath = $(shell octave-config -p LOCALOCTFILEDIR)
 	dh $@ --buildsystem=cmake  --builddirectory=$(BUILDDIR) --parallel
 
 override_dh_auto_configure:
+	rm config/config.sub config/config.guess
 	dh_auto_configure -- $(extra_flags)
 
 override_dh_auto_test:
@@ -41,7 +42,7 @@ override_dh_auto_test:
 
 override_dh_auto_build:
 	dh_auto_build 
-	
+
 #
 #build/octave-sundials::
 	mkdir -p sundialsTB/octave
@@ -57,14 +58,14 @@ override_dh_auto_install:
 	mv sundialsTB/octave/sundialsTB/idas/idm/idm.mex debian/tmp/$(bpath)/sundialsTB/idas/idm
 	mkdir -p debian/tmp/$(bpath)/sundialsTB/kinsol/kim
 	mv sundialsTB/octave/sundialsTB/kinsol/kim/kim.mex debian/tmp/$(bpath)/sundialsTB/kinsol/kim
-	
+
 	mkdir -p debian/tmp/$(mpath)
 	mv sundialsTB/octave/* debian/tmp/$(mpath)
 	rm debian/tmp/$(mpath)/sundialsTB/LICENSE
 
 	dh_install -a -Nlibsundials-doc
 	dh_install -plibsundials-doc -X.txt -X.out -X.in -XREADME
-	
+
 #
 #to generate symbols
 #	dpkg-gensymbols -plibsundials-parallel -O
@@ -78,10 +79,10 @@ override_dh_strip:
 	dh_strip -plibsundials-idas0 --dbg-package=libsundials-serial-dbg
 	dh_strip -plibsundials-kinsol1 --dbg-package=libsundials-serial-dbg
 	dh_strip -plibsundials-nvecserial0 --dbg-package=libsundials-serial-dbg
-	
+
 	dh_strip -plibsundials-nvecparallel0 --dbg-package=libsundials-nvecparallel-dbg
 	dh_strip -a
-	
+
 	ls -l debian/tmp/usr/lib
 
 override_dh_auto_clean:
@@ -94,7 +95,7 @@ override_dh_auto_clean:
 	rm -rf sundialsTB/octave
 	rm -rf bin/makefile-update.sh
 	dh_auto_clean
-	
+
 # Grab the version before +dfsg
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p')
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed 's/-[^-]*$$//')
@@ -112,4 +113,3 @@ get-orig-source:
 	   $(CURDIR)/sundials_$(DEB_UPSTREAM_VERSION).orig.tar.gz \
 	   sundials-$(DEB_STRIPPED_UPSTREAM_VERSION)
 	rm -rf $(USCAN_DESTDIR)/sundials-$(DEB_STRIPPED_UPSTREAM_VERSION)
-	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sundials.git



More information about the debian-science-commits mailing list