[Pkg-ofed-commits] [qperf] 01/02: Patch cleanup script to remove the generated compile script.

Brian Smith bsmith-guest at moszumanska.debian.org
Thu Nov 16 19:38:54 UTC 2017


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

bsmith-guest pushed a commit to branch master
in repository qperf.

commit 9607104bab373784ef8d5a221ba645bf5b5c6294
Author: Brian T. Smith <bsmith at systemfabricworks.com>
Date:   Thu Nov 16 13:13:17 2017 -0600

    Patch cleanup script to remove the generated compile script.
    
    Fixes upstream issue https://github.com/linux-rdma/qperf/issues/4
---
 debian/patches/fix_cleanup.patch | 18 ++++++++++++++++++
 debian/patches/series            |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/fix_cleanup.patch b/debian/patches/fix_cleanup.patch
new file mode 100644
index 0000000..495a461
--- /dev/null
+++ b/debian/patches/fix_cleanup.patch
@@ -0,0 +1,18 @@
+Description: Revise cleanup to remove all generated files.
+ The qperf build uses the script "cleanup" to remove build output. This
+ patches cleanup to remove files that the upstream version leaves behind.
+Author: Brian T. Smith <bsmith at systemfabricworks.com>
+Bug: https://github.com/linux-rdma/qperf/issues/4
+Last-Update: 2017-11-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/cleanup
++++ b/cleanup
+@@ -22,6 +22,7 @@
+     src/help.c
+     src/qperf.1
+     src/qperf
++    compile
+ EOF`
+ 
+ # We need to keep qperf.spec around for the OFED scripts but delete it if we do
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e9584c2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_cleanup.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/qperf.git



More information about the Pkg-ofed-commits mailing list