[slepc] 03/06: patch double colon in makefile

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 12 05:13:05 UTC 2015


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

dparsons pushed a commit to branch master
in repository slepc.

commit f3ac6126ca88797483f07180d9ecda07f0d2b6ad
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 12 10:34:49 2015 +0800

    patch double colon in makefile
---
 debian/patches/double_colon_patch | 13 +++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/double_colon_patch b/debian/patches/double_colon_patch
new file mode 100644
index 0000000..7c04522
--- /dev/null
+++ b/debian/patches/double_colon_patch
@@ -0,0 +1,13 @@
+Index: slepc/makefile
+===================================================================
+--- slepc.orig/makefile
++++ slepc/makefile
+@@ -225,7 +225,7 @@ allclean:
+ 	   ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} allclean-legacy; \
+ 	fi
+ 
+-clean:: allclean
++clean: allclean
+ 
+ #
+ # Check if PETSC_DIR variable specified is valid
diff --git a/debian/patches/series b/debian/patches/series
index c42cd77..8c3b10e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 #petsc-shlib-link.patch
 #petsc31.patch
 #petsc-shlib-link.patch
+double_colon_patch

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



More information about the debian-science-commits mailing list