[fflas-ffpack] 03/06: debian/patches/pkg-config-bad-directive.patch: New patch; avoid pkg-config-bad-directive Lintian error by not shipping all the compiler flags used when building fflas-ffpack in the pkg-config file.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jul 24 15:32:22 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository fflas-ffpack.

commit d4b7b8b4bf652db94860c34856a00abf84bb4afd
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Jul 24 11:26:25 2016 -0400

    debian/patches/pkg-config-bad-directive.patch: New patch;
    avoid pkg-config-bad-directive Lintian error by not shipping all the compiler
    flags used when building fflas-ffpack in the pkg-config file.
---
 debian/patches/pkg-config-bad-directive.patch | 18 ++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/pkg-config-bad-directive.patch b/debian/patches/pkg-config-bad-directive.patch
new file mode 100644
index 0000000..a120b00
--- /dev/null
+++ b/debian/patches/pkg-config-bad-directive.patch
@@ -0,0 +1,18 @@
+Description: Avoid pkg-config-bad-directive Lintian error.
+ Don't ship all the compiler flags used when building fflas-ffpack in the
+ pkg-config file.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2016-07-24
+
+--- a/fflas-ffpack.pc.in
++++ b/fflas-ffpack.pc.in
+@@ -9,6 +9,6 @@
+ URL: http://linbox-team.github.io/fflas-ffpack/
+ Version: @VERSION@
+ Requires: givaro >= 4.0.1
+-Libs: @PRECOMPILE_LIBS@ @CBLAS_LIBS@
+-Cflags: @DEFAULT_CFLAGS@ @CBLAS_FLAG@ @CXXFLAGS@ @AVXFLAGS@ @OMPFLAGS@ @PRECOMPILE_FLAGS@
++Libs: @CBLAS_LIBS@
++Cflags: @CBLAS_FLAG@ @AVXFLAGS@ @OMPFLAGS@
+ \-------------------------------------------------------
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 024ffde..3a776fd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-file-path-in-doc.patch
+pkg-config-bad-directive.patch

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



More information about the debian-science-commits mailing list