[med-svn] r23661 - trunk/packages/insighttoolkit/trunk/debian
Gert Wollny
gewo at moszumanska.debian.org
Fri Jan 27 06:46:26 UTC 2017
Author: gewo
Date: 2017-01-27 06:46:23 +0000 (Fri, 27 Jan 2017)
New Revision: 23661
Modified:
trunk/packages/insighttoolkit/trunk/debian/changelog
trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Correct libpath in test
Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog 2017-01-26 07:06:28 UTC (rev 23660)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog 2017-01-27 06:46:23 UTC (rev 23661)
@@ -3,6 +3,8 @@
* New upstream release
* d/control.in: Update GW uploader address
* d/rules: update version numbers
+ * d/rules: Add `pwd`/BUILD/Testing/Temporary to libpath in test
+ because it is now needed
-- Gert Wollny <gewo at debian.org> Wed, 25 Jan 2017 11:45:41 +0000
Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules 2017-01-26 07:06:28 UTC (rev 23660)
+++ trunk/packages/insighttoolkit/trunk/debian/rules 2017-01-27 06:46:23 UTC (rev 23661)
@@ -91,7 +91,7 @@
override_dh_auto_test-indep:
override_dh_auto_test:
- LD_LIBRARY_PATH=`pwd`/BUILD/lib dh_auto_test
+ LD_LIBRARY_PATH=`pwd`/BUILD/lib:`pwd`/BUILD/Testing/Temporary dh_auto_test
override_dh_lintian:
echo "$(pkg_lib): package-name-doesnt-match-sonames" > debian/$(pkg_lib).lintian-overrides
More information about the debian-med-commit
mailing list