[pcl] 01/02: Added libjs-jquery dependency to calm lintian

Leopold Palomo-Avellaneda leo at alaxarxa.net
Wed Oct 8 21:51:47 UTC 2014


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

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

commit 0cb3d796a1b3dbf41f657b56a232aa8b4138c126
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Wed Oct 8 23:41:16 2014 +0200

    Added libjs-jquery dependency to calm lintian
---
 debian/control | 2 +-
 debian/rules   | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 67fc109..f707a37 100644
--- a/debian/control
+++ b/debian/control
@@ -400,7 +400,7 @@ Description: Point Cloud Library - point cloud processing tools
 Package: libpcl-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Multi-Arch: foreign
 Description: Point Cloud Library - documentation
  The Point Cloud Library (PCL) is a standalone, large scale, open
diff --git a/debian/rules b/debian/rules
index 186e8ab..02e9290 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,9 @@ override_dh_install:
 	cmd="dh_link -p pcl-tools usr/share/man/man1/pcl_pointclouds.1 usr/share/man/man1/$$i.1"; \
 	echo $$cmd; $$cmd; \
 	done
-
+	
+	rm -rf debian/tmp/usr/share/doc/libpcl-doc/html/jquery.js
+	dh_link -p libpcl-doc usr/share/javascript/jquery/jquery.js usr/share/doc/libpcl-doc/html/jquery.js
 	dh_install --list-missing
 
 override_dh_strip:

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



More information about the debian-science-commits mailing list