[coin3] 35/58: Exclude exe-files from build.

Anton Gladky gladk at moszumanska.debian.org
Tue Dec 26 23:52:51 UTC 2017


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

gladk pushed a commit to branch experimental
in repository coin3.

commit bd04acce8519a7fc2e6e7f0f39b8c2d656c26453
Author: Anton Gladky <gladk at debian.org>
Date:   Wed Aug 12 17:10:11 2015 +0200

    Exclude exe-files from build.
---
 debian/patches/0020_Remove_exe-installs.patch | 31 +++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/0020_Remove_exe-installs.patch b/debian/patches/0020_Remove_exe-installs.patch
new file mode 100644
index 0000000..d404daa
--- /dev/null
+++ b/debian/patches/0020_Remove_exe-installs.patch
@@ -0,0 +1,31 @@
+Description: Remove installation of exe-files
+Author: Anton Gladky <gladk at debian.org>
+Bug-Debian: https://bugs.debian.org/795241
+Last-Update: 2015-08-12
+
+Index: Coin3D-coin-abc9f50968c9/Makefile.in
+===================================================================
+--- Coin3D-coin-abc9f50968c9.orig/Makefile.in
++++ Coin3D-coin-abc9f50968c9/Makefile.in
+@@ -1420,8 +1420,6 @@ EXTRA_DIST = \
+ 	cfg/errors.txt \
+ 	cfg/gendsp.pl.in \
+ 	cfg/ltconfig \
+-	cfg/wrapmsvc.exe \
+-	cfg/csubst.exe \
+ 	cfg/doxy4win.pl \
+ 	docs/coin.doxygen.in \
+ 	docs/oiki-launch.txt \
+@@ -2242,12 +2240,10 @@ doxygen-docs: built-sources
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_TRUE@  # Link to SoQt.framework to allow <Inventor/Qt/xxx.h> includes. 
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_TRUE@	cd "$(DESTDIR)$(MAC_FRAMEWORK_PREFIX)/$(MAC_FRAMEWORK_NAME).framework/Versions/$(MAC_FRAMEWORK_VERSION)/Headers" && rm -f Qt && ln -s ../../../../SoQt.framework/Headers Qt && cd -;
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE at install-data-local:
+- at BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE at install-exec-local: $(srcdir)/cfg/wrapmsvc.exe
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	@$(NORMAL_INSTALL)
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	@if @BUILD_WITH_MSVC@; then \
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	  echo " $(mkinstalldirs) $(DESTDIR)$(bindir)"; \
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	  $(mkinstalldirs) $(DESTDIR)$(bindir); \
+- at BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	  p=wrapmsvc.exe; \
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	  echo " $(INSTALL_PROGRAM) $(srcdir)/cfg/$$p $(DESTDIR)$(bindir)/$$p"; \
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	  $(INSTALL_PROGRAM) $(srcdir)/cfg/$$p $(DESTDIR)$(bindir)/$$p; \
+ @BUILD_LIBRARY_TRUE@@MAC_FRAMEWORK_FALSE@	else :; fi
diff --git a/debian/patches/series b/debian/patches/series
index 49fb603..e6f5f43 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01_convert_old_patches.patch
 0010-Remove-timestamp-in-generated-html.patch
+0020_Remove_exe-installs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coin3.git



More information about the debian-science-commits mailing list