[openrtm-commit:01497] r2588 - in branches/RELENG_1_1/OpenRTM-aist/packages/deb: . debian

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 10月 30日 (木) 11:51:11 JST


Author: kawauchi
Date: 2014-10-30 11:51:11 +0900 (Thu, 30 Oct 2014)
New Revision: 2588

Added:
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.trusty
Modified:
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/Makefile.am
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am
Log:
Setting for deb package creation has been modified.

Modified: branches/RELENG_1_1/OpenRTM-aist/packages/deb/Makefile.am
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/Makefile.am	2014-10-29 06:07:09 UTC (rev 2587)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/Makefile.am	2014-10-30 02:51:11 UTC (rev 2588)
@@ -39,11 +39,11 @@
 
 PKGVER=`head -n 1 changelog | sed 's/.*(\([0-9\.\-]*\).*/\1/'`
 
-all-local: ${EXTRA_DIST} files
+all-local: ${EXTRA_DIST}
 	sh dpkg_build.sh
 
 clean-local:
 	rm -f *~
-	rm -f files
 
 EXTRA_DIST = dpkg_build.sh
+DIST_SUBDIRS = debian

Modified: branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am	2014-10-29 06:07:09 UTC (rev 2587)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am	2014-10-30 02:51:11 UTC (rev 2588)
@@ -22,6 +22,7 @@
 	control.natty    \
 	control.oneiric  \
 	control.precise  \
+	control.trusty   \
 	copyright        \
 	dirs             \
 	docs             \

Added: branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.trusty
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.trusty	                        (rev 0)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.trusty	2014-10-30 02:51:11 UTC (rev 2588)
@@ -0,0 +1,39 @@
+Source: openrtm-aist
+Section: science
+Priority: extra
+Maintainer: Noriaki Ando <n-ando at aist.go.jp>
+Build-Depends: debhelper, libomniorb4-dev, omniidl, omniorb-nameserver, python, uuid-dev
+Standards-Version: 3.8.4
+Homepage: http://www.openrtm.org
+
+Package: openrtm-aist
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: OpenRTM-aist, RT-Middleware distributed by AIST
+ OpenRTM-aist is a reference implementation of RTC (Robotic Technology
+ Component) specification which is OMG standard. OpenRTM-aist includes
+ RT-Middleware runtime environment and RTC framework. The OMG standard
+ defines a component model and certain important infrastructure
+ services applicable to the domain of robotics software development.
+ OpenRTM-aist is being developed and distributed by Intelligent
+ Systems Research Institute, National Institute of Advanced Industrial
+ Science and Technology (AIST), Japan.
+ Please see http://www.openrtm.org/ for more detail.
+
+Package: openrtm-aist-dev
+Architecture: any
+Depends: openrtm-aist
+Description: OpenRTM-aist headers for development
+ The header files and libraries needed for developing programs using
+ OpenRTM-aist.
+
+Package: openrtm-aist-example
+Architecture: any
+Depends: openrtm-aist
+Description: OpenRTM-aist examples
+ Example components and sources
+
+Package: openrtm-aist-doc
+Architecture: all
+Description: Documentation for openrtm-aist
+ Developer documentation.



More information about the openrtm-commit mailing list