[deng] 09/09: fix /usr/lib installation path

Michael Gilbert mgilbert at moszumanska.debian.org
Mon May 25 21:29:35 UTC 2015


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

mgilbert pushed a commit to branch master
in repository deng.

commit a4b2a803cf19507a13944648283d01be2acfdf82
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Mon May 25 21:28:29 2015 +0000

    fix /usr/lib installation path
---
 debian/changelog           | 6 ++++++
 debian/patches/paths.patch | 2 +-
 debian/rules               | 3 +--
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b74654c..fd8a419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+doomsday (1.14.5-2) UNRELEASED; urgency=medium
+
+  * Fix /usr/lib installation path.
+
+ -- Michael Gilbert <mgilbert at debian.org>  Mon, 25 May 2015 21:17:56 +0000
+
 doomsday (1.14.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/paths.patch b/debian/patches/paths.patch
index 8a09941..885b2e0 100644
--- a/debian/patches/paths.patch
+++ b/debian/patches/paths.patch
@@ -14,7 +14,7 @@ description: use FHS installation paths for games
 -    deng_sdk: DENG_LIB_DIR = $$findLibDir($$DENG_SDK_DIR)
 -        else: DENG_LIB_DIR = $$findLibDir($$PREFIX)
 -}
-+DENG_LIB_DIR = $$PREFIX/lib/games
++DENG_LIB_DIR = $$PREFIX/lib/games/doomsday
  
  # Target location for plugin libraries.
 -DENG_PLUGIN_LIB_DIR = $$DENG_LIB_DIR/doomsday
diff --git a/debian/rules b/debian/rules
index 1fe52bd..8456767 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,7 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		CONFIG+=release \
+		CONFIG+=deng_notools \
 		CONFIG+=deng_fluidsynth \
 		CONFIG+=deng_nosnowberry \
-		CONFIG+=deng_notools \
 		DENG_BUILD=$(shell dpkg-parsechangelog -S Version) \
-		DENG_LIB_DIR=/usr/lib/games/doomsday \

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



More information about the Pkg-games-commits mailing list