[Forensics-changes] [guymager] 03/06: Get rid of ThreadScanLibPartedSearchDirs workaround in debian/rules

Michael Prokop mika at moszumanska.debian.org
Mon Feb 3 12:30:27 UTC 2014


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

mika pushed a commit to branch debian
in repository guymager.

commit 0afcc60b4c137e5047835fe56db5079858b64a59
Author: Michael Prokop <mika at debian.org>
Date:   Mon Feb 3 12:17:07 2014 +0100

    Get rid of ThreadScanLibPartedSearchDirs workaround in debian/rules
    
    Thanks to "ThreadScanLibPartedSearchMaxDepth = 1" directories
    like /lib/x86_64-linux-gnu are automatically found, since /lib
    is included in the default search dirs.
---
 debian/rules | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2f25d33..2d6fb4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,8 +11,6 @@ override_dh_auto_configure:
 	dh_quilt_patch
 	dh_testdir
 	qmake-qt4 DEFINES+="SPLASH_DIR=\'\\\"/usr/share/guymager\\\"\' LANGUAGE_DIR=\'\\\"/usr/share/guymager\\\"\' LANGUAGE_DIR_QT=\'\\\"/usr/share/qt4/translations\\\"\'"
-	# ugly but only chance to find libparted in guymager :-/
-	sed -i "s/^const QString ThreadScanLibPartedSearchDirs.*/const QString ThreadScanLibPartedSearchDirs    = \\\"\/lib,\/lib\/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH),\/usr\/lib,\/usr\/local\/lib\\\";       \/\/ Separate directories by commas/" threadscan.cpp
 	touch configure-stamp
 
 override_dh_auto_build:

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



More information about the forensics-changes mailing list