[openrtm-commit:02951] r1078 - trunk/OpenRTM-aist-Java/packages/deb/debian

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 12月 8日 (金) 15:38:28 JST


Author: kawauchi
Date: 2017-12-08 15:38:28 +0900 (Fri, 08 Dec 2017)
New Revision: 1078

Modified:
   trunk/OpenRTM-aist-Java/packages/deb/debian/rules
Log:
[compat,package] Installation location of rtcd_java and rtcprof_java has been changed. refs #4387

Modified: trunk/OpenRTM-aist-Java/packages/deb/debian/rules
===================================================================
--- trunk/OpenRTM-aist-Java/packages/deb/debian/rules	2017-11-28 08:47:17 UTC (rev 1077)
+++ trunk/OpenRTM-aist-Java/packages/deb/debian/rules	2017-12-08 06:38:28 UTC (rev 1078)
@@ -92,11 +92,18 @@
 	# for openrtm-aist-java package
 	(cd $(CURDIR) ; mkdir -p $(CURDIR)/debian/openrtm-aist-java/usr/lib/$(DEB_HOST_MULTIARCH)/openrtm-$(SHORT_VER))
 	(cd $(CURDIR) ; cp -R jar $(CURDIR)/debian/openrtm-aist-java/usr/lib/$(DEB_HOST_MULTIARCH)/openrtm-$(SHORT_VER))
+	(cd $(CURDIR) ; mkdir -p $(CURDIR)/debian/openrtm-aist-java/usr/bin)
+	(cd $(CURDIR) ; cp examples/rtcd_java $(CURDIR)/debian/openrtm-aist-java/usr/bin ; chmod 755 $(CURDIR)/debian/openrtm-aist-java/usr/bin/rtcd_java)
+	(cd $(CURDIR) ; cp examples/rtcprof_java $(CURDIR)/debian/openrtm-aist-java/usr/bin ; chmod 755 $(CURDIR)/debian/openrtm-aist-java/usr/bin/rtcprof_java)
 	
 	# for openrtm-aist-java-example package
 	(cd $(CURDIR) ; mkdir -p $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java)
 	(cd $(CURDIR) ; cp -R examples/* $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java)
 	(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/*.bat)
+	(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/*.vbs)
+	(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcd_java)
+	(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcd_java.sh)
+	(rm -f $(CURDIR)/debian/openrtm-aist-java-example/usr/share/openrtm-$(SHORT_VER)/components/java/rtcprof_java*)
 
 	dh_install -s
 # Must not depend on anything. This is to be called by



More information about the openrtm-commit mailing list