[ompl] 09/16: Adapted to the new version

Leopold Palomo-Avellaneda leo at alaxarxa.net
Tue Sep 15 15:09:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

lepalom-guest pushed a commit to branch master
in repository ompl.

commit f9f320f3f44da5b31f4097300ffcae8af506ca52
Author: Leopold Palomo-Avellaneda <leopold.palomo at upc.edu>
Date:   Tue Sep 15 16:32:34 2015 +0200

    Adapted to the new version
---
 debian/rules | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7fdfe45..da570f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,14 +41,13 @@ override_dh_clean:
 	rm -rf py-bindings/ompl/bindings_generator.py*
 	rm -rf py-bindings/ompl/__init__.pyc
 	rm -rf .registered
-	rm -rf src/external/installPyPlusPlus.bat
-	rm -rf src/external/installPyPlusPlus.sh
 	rm -rf src/ompl/config.h
 	rm -rf tests/resources/config.h
-	rm -rf doc/markdown/api_overview.md  doc/markdown/download.md
+#	rm -rf doc/markdown/api_overview.md  
+	rm -rf doc/markdown/download.md
 	rm -rf doc/markdown/mainpage.md
-	rm -rf py-bindings/bindings
 	rm -rf tests/BoostTestTeamCityReporter.h
+
 	find py-bindings/ -name *.pypp.*  | xargs -n1 rm -rf
 	find py-bindings/ -name *.pyc  | xargs -n1 rm -rf
 	find py-bindings/ -name *.so  | xargs -n1 rm -rf 
@@ -68,8 +67,7 @@ override_dh_auto_install:
 	dh_auto_install --builddirectory=build
 
 override_dh_install:
-	mv debian/tmp/usr/bin/ompl_benchmark_statistics.py debian/tmp/usr/bin/ompl_benchmark_statistics
-	mkdir -p debian/tmp/usr/share/doc/libompl9-dbg && cp debian/README.Debug debian/tmp/usr/share/doc/libompl9-dbg/
+	mkdir -p debian/tmp/usr/share/doc/libompl10-dbg && cp debian/README.Debug debian/tmp/usr/share/doc/libompl10-dbg/
 
 	dh_install --list-missing
 
@@ -77,7 +75,7 @@ override_dh_auto_test:
 	echo "Supressing upstream tests"
 
 override_dh_strip:
-	dh_strip --dbg-package=libompl9-dbg
+	dh_strip --dbg-package=libompl10-dbg
 
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ompl.git



More information about the debian-science-commits mailing list