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

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 11月 10日 (月) 11:29:03 JST


Author: kawauchi
Date: 2014-11-10 11:29:02 +0900 (Mon, 10 Nov 2014)
New Revision: 2590

Added:
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.squeeze
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.wheezy
Modified:
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/changelog
   branches/RELENG_1_1/OpenRTM-aist/packages/deb/dpkg_build.sh
Log:
[compat, ->RELEASE_1_1_1] Debian/Ubuntu package build files has been modified.


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-30 05:16:49 UTC (rev 2589)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/Makefile.am	2014-11-10 02:29:02 UTC (rev 2590)
@@ -23,6 +23,8 @@
 	control.oneiric  \
 	control.precise  \
 	control.trusty   \
+	control.squeeze  \
+	control.wheezy   \
 	copyright        \
 	dirs             \
 	docs             \

Modified: branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/changelog
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/changelog	2014-10-30 05:16:49 UTC (rev 2589)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/changelog	2014-11-10 02:29:02 UTC (rev 2590)
@@ -1,3 +1,9 @@
+openrtm-aist (1.1.1-0) experimental; urgency=low
+
+  * 1.1.1-0 (1.1.1-RELEASE). OpenRTM-aist-1.1.1-RELEASE
+
+ -- Noriaki Ando <n-ando at aist.go.jp>  Fri, 31 Oct 2014 13:12:50 +0900
+
 openrtm-aist (1.1.0-0) experimental; urgency=low
 
   * 1.1.0-0 (1.1.0-RELEASE). OpenRTM-aist-1.1.0-RELEASE

Added: branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.squeeze
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.squeeze	                        (rev 0)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.squeeze	2014-11-10 02:29:02 UTC (rev 2590)
@@ -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, omniidl4, omniorb4-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.

Added: branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.wheezy
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.wheezy	                        (rev 0)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/debian/control.wheezy	2014-11-10 02:29:02 UTC (rev 2590)
@@ -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.

Modified: branches/RELENG_1_1/OpenRTM-aist/packages/deb/dpkg_build.sh
===================================================================
--- branches/RELENG_1_1/OpenRTM-aist/packages/deb/dpkg_build.sh	2014-10-30 05:16:49 UTC (rev 2589)
+++ branches/RELENG_1_1/OpenRTM-aist/packages/deb/dpkg_build.sh	2014-11-10 02:29:02 UTC (rev 2590)
@@ -39,6 +39,26 @@
 
 dist_name=""
 dist_key=""
+
+#---------------------------------------
+# Debianコードネーム取得
+#---------------------------------------
+check_codename ()
+{
+    cnames="sarge etch lenny squeeze wheezy"
+    for c in $cnames; do
+	if test -f "/etc/apt/sources.list"; then
+	    res=`grep $c /etc/apt/sources.list`
+	else
+	    echo "This distribution may not be debian/ubuntu."
+	    exit
+	fi
+	if test ! "x$res" = "x" ; then
+	    DISTRIB_CODENAME=$c
+	fi
+    done
+}
+
 # Check the lsb distribution name
 if test -f /etc/lsb-release ; then
     . /etc/lsb-release
@@ -56,6 +76,7 @@
 if test "x$dist_name" = "x" && test -f /etc/debian_version ; then
     dist_name="Debian"`cat /etc/debian_version`-`uname -m`
     dist_key="Debian"
+    check_codename
 fi
 # Check the Vine version
 if test "x$dist_name" = "x" && test -f /etc/vine-release ; then



More information about the openrtm-commit mailing list