[med-svn] [libmems] 01/02: Fix lintian error

Andreas Tille tille at debian.org
Sun Apr 19 20:34:41 UTC 2015


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

tille pushed a commit to branch master
in repository libmems.

commit 46b5aab988d11700821e4686f06cd9fcc04f9abc
Author: Andreas Tille <tille at debian.org>
Date:   Sun Apr 19 22:33:58 2015 +0200

    Fix lintian error
---
 debian/patches/pkg-config-directive.patch | 17 +++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/pkg-config-directive.patch b/debian/patches/pkg-config-directive.patch
new file mode 100644
index 0000000..9bfeb27
--- /dev/null
+++ b/debian/patches/pkg-config-directive.patch
@@ -0,0 +1,17 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Updated: Sun, 19 Apr 2015 20:20:17 +0200
+Description: Fix lintian error
+  E: libmems-1.6-dev: pkg-config-bad-directive usr/lib/x86_64-linux-gnu/pkgconfig/libMems-1.6.pc -Wno-deprecated
+ by not appending "-Wno-deprecated"
+
+--- a/configure.ac
++++ b/configure.ac
+@@ -73,7 +73,7 @@ dnl Check what compiler we're using
+ AM_CONDITIONAL(ICC, test x$CXX = xicc )
+ EXTRA_CXX_FLAGS=""
+ if( test x$CC == "xgcc" ) then
+-	EXTRA_CXX_FLAGS="-Wno-deprecated"
++	EXTRA_CXX_FLAGS=""
+ fi
+ AC_SUBST(EXTRA_CXX_FLAGS)
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 4bf897d..5de2526 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_fix_ctors.patch
 02_fix_a_Wformat.patch
+pkg-config-directive.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libmems.git



More information about the debian-med-commit mailing list