[otb] 02/05: fix .install for otb libs

Rashad Kanavath rashad-guest at moszumanska.debian.org
Wed Sep 2 07:11:11 UTC 2015


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

rashad-guest pushed a commit to branch master
in repository otb.

commit da08dee103cbac211145504d4f5c7499c0630b72
Author: Rashad Kanavath <rashad.kanavath at c-s.fr>
Date:   Tue Sep 1 10:18:24 2015 +0200

    fix .install for otb libs
---
 debian/libotb.install  | 25 ++++++++++++++++++++++++-
 debian/otb-bin.install |  2 +-
 2 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/debian/libotb.install b/debian/libotb.install
index 2baeedc..4a644d0 100755
--- a/debian/libotb.install
+++ b/debian/libotb.install
@@ -1,6 +1,29 @@
 #! /usr/bin/dh-exec
 # OTB libraries (binaries and versioned symlinks)
-usr/lib/lib*.so.*	usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libotb*.so.*                    usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBApplicationEngine*.so.* 	usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBCarto*.so.* 	            usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBCommon*.so.* 	            usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBEdge*.so.* 	              usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBExtendedFilename*.so.* 	  usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBFuzzy*.so.* 	            usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTB*Adapters*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBImage*.so.* 	            usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBIO*.so.* 	                usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBMath*.so.* 	              usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBMetadata*.so.*            usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBPolarimetry*.so.*         usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBProjection*.so.*          usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBRCC8*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBSimulation*.so.*          usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBStreaming*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBSupervised*.so.*          usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTB*Learning*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBTest*.so.*                usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBTransform*.so.*           usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBVector*.so.*              usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBWavelet*.so.*             usr/lib/${DEB_HOST_MULTIARCH}
+
 
 # Executables
 usr/bin/otbTestDriver
diff --git a/debian/otb-bin.install b/debian/otb-bin.install
index 5ad4880..4bd6b43 100755
--- a/debian/otb-bin.install
+++ b/debian/otb-bin.install
@@ -1,6 +1,6 @@
 #! /usr/bin/dh-exec
 # OTB specific libraries (binaries and all symlinks)
-usr/lib/libOTBCommandLine*.so*	usr/lib/${DEB_HOST_MULTIARCH}
+usr/lib/libOTBCommandLine*.so.*	usr/lib/${DEB_HOST_MULTIARCH}
 
 # Executables
 usr/bin/otbApplicationLauncherCommandLine

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



More information about the Pkg-grass-devel mailing list