[librsb] 01/07: d/p/compile-fortran-examples.patch: Drop patch (applied upsgream)

Rafael Laboissiere rafael at debian.org
Sun Mar 26 21:02:13 UTC 2017


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

rafael pushed a commit to branch master
in repository librsb.

commit 74fa560da0d567dbb2011444f31f80d8d4ba234f
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Mar 25 05:27:25 2017 -0300

    d/p/compile-fortran-examples.patch: Drop patch (applied upsgream)
---
 debian/patches/compile-fortran-examples.patch | 28 ---------------------------
 debian/patches/series                         |  1 -
 2 files changed, 29 deletions(-)

diff --git a/debian/patches/compile-fortran-examples.patch b/debian/patches/compile-fortran-examples.patch
deleted file mode 100644
index 0e2eae8..0000000
--- a/debian/patches/compile-fortran-examples.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Allow compilation of Fortran 90 examples
-Author: Rafael Laboissiere <rafael at debian.org>
-Forwarded: no
-Last-Update: 2016-10-09
-
---- librsb-1.2.0-rc5.orig/examples/make.sh
-+++ librsb-1.2.0-rc5/examples/make.sh
-@@ -15,18 +15,16 @@ do
- 	$cmd
- done
- 
--# replace false with true if you have built the Fortran modules and installed them in the include directory.
--if false ; then
- for s in *.F90
- do
- 	p=${s/.F90/}
- 	rm -f $p 
- 	CFLAGS=`${LIBRSB_CONFIG} --I_opts`
--       	LDFLAGS=`${LIBRSB_CONFIG} --static --ldflags --extra_libs`
-+       	LDFLAGS=`${LIBRSB_CONFIG} --ldflags --extra_libs`
- 	FC=`${LIBRSB_CONFIG} --fc`
- 	cmd="$FC $CFLAGS $s $LDFLAGS -o $p"
- 	echo $cmd
- 	$cmd
- done
--fi
-+
- 
diff --git a/debian/patches/series b/debian/patches/series
index 903b4b7..6b5a32f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
 fix-path-of-mtx-files.patch
-compile-fortran-examples.patch
 fix-spelling-information.patch
 fix-spelling-function.patch
 manpages-in-section-1.patch

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



More information about the debian-science-commits mailing list