[med-svn] r20271 - trunk/packages/gdcm/trunk/debian

Gert Wollny gert-guest at moszumanska.debian.org
Sat Oct 17 13:30:12 UTC 2015


Author: gert-guest
Date: 2015-10-17 13:30:11 +0000 (Sat, 17 Oct 2015)
New Revision: 20271

Modified:
   trunk/packages/gdcm/trunk/debian/rules
Log:
correct d/rules file because it didn't merge properly

Modified: trunk/packages/gdcm/trunk/debian/rules
===================================================================
--- trunk/packages/gdcm/trunk/debian/rules	2015-10-17 13:22:49 UTC (rev 20270)
+++ trunk/packages/gdcm/trunk/debian/rules	2015-10-17 13:30:11 UTC (rev 20271)
@@ -12,19 +12,19 @@
 PHP_EX=$(shell /usr/bin/php-config5 --extension-dir)
 
 # required for DEB_MONO_ARCHS (debian/control.in)
-#-include /usr/share/mono/mono-archs.make
+-include /usr/share/mono/mono-archs.make
 
 # Mono is not available for all Debian architectures.
-#ifeq ($(shell dh_listpackages | grep -q cil && echo yes),yes)
-#WITH_CLI = --with cli
-#DEB_WRAP_CSHARP = 1
+ifeq ($(shell dh_listpackages | grep -q cil && echo yes),yes)
+WITH_CLI = --with cli
+DEB_WRAP_CSHARP = 1
 # dpkg-shlibdeps needs to know where is libKitware.mummy.Runtime.Unmanaged.so
-#LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):/usr/lib/cli/Kitware.mummy.Runtime-1.0
-#else
+LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):/usr/lib/cli/Kitware.mummy.Runtime-1.0
+else
 WITH_CLI =
 DEB_WRAP_CSHARP = 0
-#endif
-#export LD_LIBRARY_PATH
+endif
+export LD_LIBRARY_PATH
 
 # deduce documentation option (build-indep target)
 ifeq "" "$(filter %-doc,$(shell dh_listpackages))"




More information about the debian-med-commit mailing list