[givaro] 01/01: debian/patches/pkg-config-bad-directive.patch: New patch. Don't ship all the compiler flags used when building givaro in the pkg-config file. Avoids pkg-config-bad-directive Lintian error.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 22 15:39:19 UTC 2016


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

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

commit 7e408ef9648eff9b9b7fd1c530fb437cb04d5aad
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Jul 22 11:38:35 2016 -0400

    debian/patches/pkg-config-bad-directive.patch: New patch.
    Don't ship all the compiler flags used when building givaro in the pkg-config
    file.  Avoids pkg-config-bad-directive Lintian error.
---
 debian/patches/pkg-config-bad-directive.patch | 16 ++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 17 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..fed7b30
--- /dev/null
+++ b/debian/patches/pkg-config-bad-directive.patch
@@ -0,0 +1,16 @@
+Description: Avoid pkg-config-bad-directive Lintian error.
+ Don't ship all the compiler flags used when building givaro in the pkg-config
+ file.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Last-Update: 2016-07-22
+
+--- a/givaro.pc.in
++++ b/givaro.pc.in
+@@ -10,5 +10,5 @@
+ Version: @VERSION@
+ Requires:
+ Libs: -L at libdir@ -lgivaro @LIBS@
+-Cflags: @DEFAULT_CFLAGS@ @CXXFLAGS@
++Cflags:
+ \-------------------------------------------------------
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 3c98edc..a876ba7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ givaro-makefile.patch
 doxygen-exclude-debian-dir.patch
 local-include-syntax.patch
 gfqdom-for-macaulay2.patch
+pkg-config-bad-directive.patch

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



More information about the debian-science-commits mailing list