[openrtm-commit:01087] r584 - in trunk/OpenRTM-aist-Python: . packages/deb/debian

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 5月 16日 (木) 22:49:32 JST


Author: n-ando
Date: 2013-05-16 22:49:31 +0900 (Thu, 16 May 2013)
New Revision: 584

Modified:
   trunk/OpenRTM-aist-Python/MANIFEST.in
   trunk/OpenRTM-aist-Python/packages/deb/debian/compat
   trunk/OpenRTM-aist-Python/packages/deb/debian/rules
Log:
Some files for debian have been modified.

Modified: trunk/OpenRTM-aist-Python/MANIFEST.in
===================================================================
--- trunk/OpenRTM-aist-Python/MANIFEST.in	2013-05-16 12:58:49 UTC (rev 583)
+++ trunk/OpenRTM-aist-Python/MANIFEST.in	2013-05-16 13:49:31 UTC (rev 584)
@@ -3,7 +3,7 @@
 include setup.py
 include README
 recursive-include packages Makefile
-recursive-include packages/deb *.sh copyright changelog rules README* control control.* files
+recursive-include packages/deb *.sh copyright changelog rules README* compat control control.* files
 recursive-include packages/rpm *.sh openrtm-aist.spec.in
 recursive-include installer *.rtf *.in *.wxs *.vbs *.bmp *.txt *.sh *.wxl *.cmd *.py
 recursive-include OpenRTM_aist *.conf *.exe *.idl *.py *.pth *.sh

Modified: trunk/OpenRTM-aist-Python/packages/deb/debian/compat
===================================================================
--- trunk/OpenRTM-aist-Python/packages/deb/debian/compat	2013-05-16 12:58:49 UTC (rev 583)
+++ trunk/OpenRTM-aist-Python/packages/deb/debian/compat	2013-05-16 13:49:31 UTC (rev 584)
@@ -1 +1 @@
-4
+5

Modified: trunk/OpenRTM-aist-Python/packages/deb/debian/rules
===================================================================
--- trunk/OpenRTM-aist-Python/packages/deb/debian/rules	2013-05-16 12:58:49 UTC (rev 583)
+++ trunk/OpenRTM-aist-Python/packages/deb/debian/rules	2013-05-16 13:49:31 UTC (rev 584)
@@ -42,10 +42,10 @@
 	python setup.py install_core --prefix=$(CURDIR)/debian/openrtm-aist-python/usr --install-layout=deb
 	# installing examples
 	(mkdir $(CURDIR)/debian/openrtm-aist-python-example/usr/)
-	python setup.py install_example --install-dir=$(CURDIR)/debian/openrtm-aist-python-example/usr/ --install-layout=deb
+	python setup.py install_example --install-dir=$(CURDIR)/debian/openrtm-aist-python-example/usr/
 	# installing examples
 	(mkdir $(CURDIR)/debian/openrtm-aist-python-doc/usr/)
-	python setup.py install_doc --install-dir=$(CURDIR)/debian/openrtm-aist-python-doc/usr/ --install-layout=deb
+	python setup.py install_doc --install-dir=$(CURDIR)/debian/openrtm-aist-python-doc/usr/
 	dh_install -s
 
 # Build architecture-independent files here.



More information about the openrtm-commit mailing list