[libsfml] 02/03: Use dh-exec to force pkgconfig files into the correct multiarch directory

James Cowgill jcowgill-guest at moszumanska.debian.org
Tue Jun 9 23:08:10 UTC 2015


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

jcowgill-guest pushed a commit to branch master
in repository libsfml.

commit 22e37bd3b6fc449207f284a13bbb01241cab1a62
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Tue Jun 9 22:23:24 2015 +0100

    Use dh-exec to force pkgconfig files into the correct multiarch directory
    
    This fixes the build failure on kFreeBSD relating to SFML's build system
    installing the pkgconfig files in the wrong place.
---
 debian/control             | 1 +
 debian/libsfml-dev.install | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 986db95..d1e8c93 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-games/libsfml.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/libsfml.git
 Build-Depends: debhelper (>= 9),
  cmake (>= 2.8.9),
+ dh-exec,
  doxygen,
  libflac-dev,
  libfreetype6-dev,
diff --git a/debian/libsfml-dev.install b/debian/libsfml-dev.install
old mode 100644
new mode 100755
index 3851e50..9566f27
--- a/debian/libsfml-dev.install
+++ b/debian/libsfml-dev.install
@@ -1,4 +1,5 @@
+#!/usr/bin/dh-exec
 usr/include/*
 usr/lib/*/lib*.so
-usr/lib/*/pkgconfig/*
+usr/lib*/*/pkgconfig/* /usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
 usr/share/SFML/cmake

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



More information about the Pkg-games-commits mailing list