[adios] 151/207: Add exclude-cmake

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:52 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit a250c2f126a40348d6076a911765e6fc1af7cd67
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Jun 16 14:28:40 2014 +0100

    Add exclude-cmake
---
 debian/patches/exclude-cmake.patch | 60 ++++++++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 61 insertions(+)

diff --git a/debian/patches/exclude-cmake.patch b/debian/patches/exclude-cmake.patch
new file mode 100644
index 0000000..abdf907
--- /dev/null
+++ b/debian/patches/exclude-cmake.patch
@@ -0,0 +1,60 @@
+Description: <short summary of the patch>
+ TODO: Put a short summary on the line above and replace this paragraph
+ with a longer explanation of this change. Complete the meta-information
+ with other relevant fields (see below for details). To make it easier, the
+ information below has been extracted from the changelog. Adjust it or drop
+ it.
+ .
+ adios (1.7.0-1) UNRELEASED; urgency=medium
+ .
+   * New upstream release.
+Author: Alastair McKinstry <mckinstry at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+Index: adios-1.7.0/Makefile.am
+===================================================================
+--- adios-1.7.0.orig/Makefile.am
++++ adios-1.7.0/Makefile.am
+@@ -7,8 +7,7 @@ EXTRA_DIST = runconf \
+              adios_config \
+              scripts/create.nssi.config.sh \
+              scripts/kill.nssi.staging.sh \
+-             scripts/start.nssi.staging.sh \
+-	     scripts/FindADIOS.cmake
++             scripts/start.nssi.staging.sh
+ 
+ #             wrappers/matlab/Makefile \
+ #             wrappers/matlab/adios.m \
+@@ -17,9 +16,9 @@ EXTRA_DIST = runconf \
+ #             wrappers/matlab/adiosread.m \
+ #             wrappers/matlab/adiosclosec.c \
+ #             wrappers/matlab/adiosopenc.c \
+-#             wrappers/matlab/adiosreadc.c 
++#             wrappers/matlab/adiosreadc.c
+ 
+-bin_SCRIPTS = adios_config 
++bin_SCRIPTS = adios_config
+ 
+ if HAVE_NSSI
+     bin_SCRIPTS += scripts/create.nssi.config.sh \
+@@ -27,7 +26,7 @@ if HAVE_NSSI
+                    scripts/start.nssi.staging.sh
+ endif
+ 
+-sysconf_DATA = scripts/FindADIOS.cmake
++sysconf_DATA =
+ 
+ #install-data-hook:
+ #	echo -n "VERSIONSTRING=\"$(PACKAGE) version $(VERSION) svn revision " >> adios_config.flags
diff --git a/debian/patches/series b/debian/patches/series
index d3c6966..43c2d60 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ python3.patch
 debian_paths.patch
 mpi4py_fix.patch
 pkgconfig.patch
+exclude-cmake.patch

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



More information about the debian-science-commits mailing list