[pcl] 03/03: Change install place for cmake files
Leopold Palomo-Avellaneda
leo at alaxarxa.net
Sat Oct 25 14:49:12 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 79cbb1ee8d40017f012bc637eab6dfebd8d71f8d
Author: Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Date: Sat Oct 25 16:45:17 2014 +0200
Change install place for cmake files
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
debian/libpcl-dev.install | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b8a907c..6e1f216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pcl (1.7.2-2) UNRELEASED; urgency=medium
+
+ [Leopold Palomo-Avellaneda]
+ * Change install place for cmake files. Closes #766685.
+ * Added dh-exec (>=0.3) dependecy.
+
+ -- Leopold Palomo-Avellaneda <leo at alaxarxa.net> Sat, 25 Oct 2014 11:30:40 +0200
+
pcl (1.7.2-1) unstable; urgency=medium
[Thomas Moulard]
diff --git a/debian/control b/debian/control
index 87df61f..631fe56 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Thomas Moulard <thomas.moulard at gmail.com>,
Leopold Palomo-Avellaneda <leo at alaxarxa.net>
Section: libs
Priority: extra
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 9), dh-exec (>=0.3),
cmake,
doxygen,
doxygen-latex,
diff --git a/debian/libpcl-dev.install b/debian/libpcl-dev.install
old mode 100644
new mode 100755
index a47a17b..e84b708
--- a/debian/libpcl-dev.install
+++ b/debian/libpcl-dev.install
@@ -1,6 +1,7 @@
+#! /usr/bin/dh-exec
usr/include/*
usr/lib/*/pkgconfig/*
-usr/share/pcl*/*.cmake
+usr/share/pcl*/*.cmake usr/lib/${DEB_HOST_MULTIARCH}/cmake/pcl/
usr/lib/*/libpcl_common.so
usr/lib/*/libpcl_features.so
usr/lib/*/libpcl_filters.so
--
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