[med-svn] [gdcm] 01/02: d/rules: ignore csharp rules on archs that don't support it

Gert Wollny gewo at moszumanska.debian.org
Sun Aug 6 09:33:20 UTC 2017


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

gewo pushed a commit to branch master
in repository gdcm.

commit 22a3eb86c9737fe9077b4e4d07d8753f9f4d5e50
Author: Gert Wollny <gewo at debian.org>
Date:   Sun Aug 6 08:36:47 2017 +0000

    d/rules: ignore csharp rules on archs that don't support it
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index d558b8a..4038709 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,8 +121,10 @@ override_dh_auto_install-arch:
 	mv debian/tmp/usr/lib/python debian/tmp/$(PYMODDIR)
 	#mv debian/tmp/usr/lib/_gdcmswig.so* debian/tmp/$(PYMODDIR)/dist-packages/
 
+ifeq ($(DEB_WRAP_CSHARP), 1)	
 	#Csharp correct file name (Why did it change from 2.8.0 to 2.8.2?) 
 	mv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/gdcmsharpglue.so debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgdcmsharpglue.so
+endif
 
 override_dh_auto_install-indep: 
 	DESTDIR=$(CURDIR)/debian/tmp/ $(MAKE) -C obj-*/Utilities/doxygen/ install 

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



More information about the debian-med-commit mailing list