[med-svn] r20260 - trunk/packages/gdcm/prepare-2.6/debian

Gert Wollny gert-guest at moszumanska.debian.org
Sat Oct 17 10:43:42 UTC 2015


Author: gert-guest
Date: 2015-10-17 10:43:41 +0000 (Sat, 17 Oct 2015)
New Revision: 20260

Modified:
   trunk/packages/gdcm/prepare-2.6/debian/rules
Log:
don't let dh_strip_nondeterminism touch *-sharp files

Modified: trunk/packages/gdcm/prepare-2.6/debian/rules
===================================================================
--- trunk/packages/gdcm/prepare-2.6/debian/rules	2015-10-17 09:16:30 UTC (rev 20259)
+++ trunk/packages/gdcm/prepare-2.6/debian/rules	2015-10-17 10:43:41 UTC (rev 20260)
@@ -109,6 +109,9 @@
 override_dh_strip:
 	dh_strip --dbg-package=libgdcm2.6-dbg
 
+override_dh_strip_nondeterminism:
+	dh_strip_nonddeterminism -Xsharp 
+
 override_dh_clideps:
 ifeq ($(DEB_WRAP_CSHARP), 1)
 	dh_clideps




More information about the debian-med-commit mailing list