[Pkg-sdl-commits] [sdl-stretch] 01/03: Fix lintian error: pkg-config-bad-directive
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Tue Nov 7 17:20:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to annotated tag debian/0.3.1-9
in repository sdl-stretch.
commit b346d146fc00611eaaf5e456f3604f76ed9e9d44
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Tue Nov 7 18:00:41 2017 +0100
Fix lintian error: pkg-config-bad-directive
---
debian/patches/remove-extra-pkgconfig-cflags.patch | 11 +++++++++++
debian/patches/series | 1 +
2 files changed, 12 insertions(+)
diff --git a/debian/patches/remove-extra-pkgconfig-cflags.patch b/debian/patches/remove-extra-pkgconfig-cflags.patch
new file mode 100644
index 0000000..dde5383
--- /dev/null
+++ b/debian/patches/remove-extra-pkgconfig-cflags.patch
@@ -0,0 +1,11 @@
+--- a/acinclude.m4
++++ b/acinclude.m4
+@@ -322,7 +322,7 @@
+ Version: @PACKAGE_VERSION@
+ Requires: @PACKAGE_REQUIRES@
+ Libs: -L\${libdir} @LIBS@
+-Cflags: -I\${includedir} @CPPFLAGS@
++Cflags: -I\${includedir}
+ _EOF
+ fi # DONE generate $pkgconfig_generate.in
+ AC_MSG_NOTICE(creating $pkgconfig_generate)
diff --git a/debian/patches/series b/debian/patches/series
index 0d2bd2d..47ac4d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+remove-extra-pkgconfig-cflags.patch
fix-ftbfs-automake-pkglibdir.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/sdl-stretch.git
More information about the pkg-sdl-commits
mailing list