[openrtm-commit:01086] r583 - trunk/OpenRTM-aist-Python/packages/deb/debian
openrtm @ openrtm.org
openrtm @ openrtm.org
2013年 5月 16日 (木) 21:58:49 JST
Author: n-ando
Date: 2013-05-16 21:58:49 +0900 (Thu, 16 May 2013)
New Revision: 583
Modified:
trunk/OpenRTM-aist-Python/packages/deb/debian/rules
Log:
Option to install debian layout has been added.
Modified: trunk/OpenRTM-aist-Python/packages/deb/debian/rules
===================================================================
--- trunk/OpenRTM-aist-Python/packages/deb/debian/rules 2013-05-16 12:57:07 UTC (rev 582)
+++ trunk/OpenRTM-aist-Python/packages/deb/debian/rules 2013-05-16 12:58:49 UTC (rev 583)
@@ -39,13 +39,13 @@
dh_installdirs
# installing core
- python setup.py install_core --prefix=$(CURDIR)/debian/openrtm-aist-python/usr
+ 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/
+ python setup.py install_example --install-dir=$(CURDIR)/debian/openrtm-aist-python-example/usr/ --install-layout=deb
# installing examples
(mkdir $(CURDIR)/debian/openrtm-aist-python-doc/usr/)
- python setup.py install_doc --install-dir=$(CURDIR)/debian/openrtm-aist-python-doc/usr/
+ python setup.py install_doc --install-dir=$(CURDIR)/debian/openrtm-aist-python-doc/usr/ --install-layout=deb
dh_install -s
# Build architecture-independent files here.
More information about the openrtm-commit
mailing list