[pcl] 02/03: Working on lintian messages...

Leopold Palomo-Avellaneda leo at alaxarxa.net
Thu Oct 9 14:20:02 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 729af2afec2cefbdb2a87bd769607f2d51580838
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date:   Thu Oct 9 12:14:16 2014 +0200

    Working on lintian messages...
---
 debian/control           |  1 -
 debian/copyright         | 19 -------------------
 debian/pcl-tools.install |  0
 debian/rules             | 13 +++++++++----
 4 files changed, 9 insertions(+), 24 deletions(-)

diff --git a/debian/control b/debian/control
index f707a37..e28c636 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,6 @@ Description: Point Cloud Library - development files
 Package: libpcl1.7
 Architecture: any
 Multi-Arch: foreign
-Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends},
 	 libpcl-apps1.7,
 	 libpcl-common1.7,
diff --git a/debian/copyright b/debian/copyright
index 23c9f70..1344977 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -49,18 +49,6 @@ Files: apps/point_cloud_editor/*
 Copyright: 2012, Texas A&M University
 License: BSD-3-clause
 
-
-Files: common/include/pcl/common/eigen.h
-Copyright: 2009 Hauke Heibel <hauke.heibel at gmail.com>
-	   2010 Gael Guennebaud <gael.guennebaud at inria.fr> 
- 	   2010-2012, Willow Garage, Inc 
-License: BSD-3-clause
-
-Files: common/src/fft/kiss_fft.c 
-       common/src/fft/kiss_fftr.c
-Copyright: 2003-2010, Mark Borgerding
-License: BSD-3-clause
-
 Files: tools/tiff2pcd.cpp
 Copyright: 2012 KU Leuven 
  	   2010-2012, Willow Garage, Inc
@@ -228,12 +216,6 @@ License: Expat
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-Files: common/include/pcl/common/eigen.h
-Copyright: 2009 Hauke Heibel <hauke.heibel at gmail.com>
-	   2010 Gael Guennebaud <gael.guennebaud at inria.fr> 
-	   2010-2012, Willow Garage, Inc
-License: BSD-3-clause
-
 Files: test/outofcore/test_outofcore.cpp
 	outofcore/include/pcl/outofcore/impl/octree*
 	outofcore/include/pcl/outofcore/octree*
@@ -408,7 +390,6 @@ Files: visualization/include/pcl/visualization/vtk/vtkVertexBuffer*
 Copyright: 1993-2008 Ken Martin, Will Schroeder, Bill Lorensen
 License: BSD-2-Clause
 
-
 Files: doc/*
 Copyright: 2009-2012, Willow Garage, Inc.
            2012-2014, Open Perception, Inc.
diff --git a/debian/pcl-tools.install b/debian/pcl-tools.install
old mode 100755
new mode 100644
diff --git a/debian/rules b/debian/rules
index 02e9290..00e38c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,12 @@ CXXFLAGS+=$(CPPFLAGS)
 # Multiarch.
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-.PHONY: override_dh_auto_configure override_dh_auto_build override_dh_strip override_dh_install
+.PHONY: override_dh_auto_configure \
+	override_dh_auto_build \
+	override_dh_install \
+	override_dh_installchangelogs \
+	override_dh_strip \
+	override_dh_shlibdeps
 
 override_dh_auto_configure:
 	dh_auto_configure -- 						\
@@ -62,16 +67,16 @@ 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
-	
+	# using the provided by the package libjs-jquery
 	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:
 	dh_strip -a --dbg-package=libpcl1.7-dbg
 
 override_dh_shlibdeps:
-	dh_shlibdeps -Lpcl-tools -l/usr/lib/${DEB_HOST_MULTIARCH}/cloud_composer_plugins
+	dh_shlibdeps -- -xpcl-tools -v
 
 override_dh_installchangelogs:
 	dh_installchangelogs -plibpcl-common1.7 CHANGES.md

-- 
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