[pcl] 04/07: Add patch for removed non free code

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Tue Aug 16 21:13:35 UTC 2016


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

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

commit 621b3f7992f9621e022eda935f7309bc895b99ff
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Tue Aug 16 07:50:50 2016 +0200

    Add patch for removed non free code
---
 .../0002-Remove-relicts-of-nonfree-ia_-fpcs.patch  | 51 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 52 insertions(+)

diff --git a/debian/patches/0002-Remove-relicts-of-nonfree-ia_-fpcs.patch b/debian/patches/0002-Remove-relicts-of-nonfree-ia_-fpcs.patch
new file mode 100644
index 0000000..18933d5
--- /dev/null
+++ b/debian/patches/0002-Remove-relicts-of-nonfree-ia_-fpcs.patch
@@ -0,0 +1,51 @@
+From: Jochen Sprickerhof <git at jochen.sprickerhof.de>
+Date: Mon, 15 Aug 2016 23:56:12 +0200
+Subject: Remove relicts of nonfree ia_*fpcs
+
+---
+ registration/CMakeLists.txt      |  5 -----
+ test/registration/CMakeLists.txt | 10 ----------
+ 2 files changed, 15 deletions(-)
+
+diff --git a/registration/CMakeLists.txt b/registration/CMakeLists.txt
+index f2a7df2..217c190 100644
+--- a/registration/CMakeLists.txt
++++ b/registration/CMakeLists.txt
+@@ -71,9 +71,6 @@ if(build)
+         "include/pcl/${SUBSYS_NAME}/distances.h"
+         "include/pcl/${SUBSYS_NAME}/exceptions.h"
+         "include/pcl/${SUBSYS_NAME}/sample_consensus_prerejective.h"
+-        "include/pcl/${SUBSYS_NAME}/ia_fpcs.h"
+-        "include/pcl/${SUBSYS_NAME}/ia_kfpcs.h"
+-        "include/pcl/${SUBSYS_NAME}/matching_candidate.h"
+         "include/pcl/${SUBSYS_NAME}/transformation_estimation_3point.h"
+         )
+ 
+@@ -120,8 +117,6 @@ if(build)
+         "include/pcl/${SUBSYS_NAME}/impl/transformation_validation_euclidean.hpp"
+         "include/pcl/${SUBSYS_NAME}/impl/gicp.hpp"
+         "include/pcl/${SUBSYS_NAME}/impl/sample_consensus_prerejective.hpp"
+-        "include/pcl/${SUBSYS_NAME}/impl/ia_fpcs.hpp"
+-        "include/pcl/${SUBSYS_NAME}/impl/ia_kfpcs.hpp"
+         "include/pcl/${SUBSYS_NAME}/impl/transformation_estimation_3point.hpp"
+         )
+ 
+diff --git a/test/registration/CMakeLists.txt b/test/registration/CMakeLists.txt
+index 7a4dd2c..ed71882 100644
+--- a/test/registration/CMakeLists.txt
++++ b/test/registration/CMakeLists.txt
+@@ -20,13 +20,3 @@ PCL_ADD_TEST(correspondence_rejectors test_correspondence_rejectors
+              FILES test_correspondence_rejectors.cpp
+              LINK_WITH pcl_gtest pcl_io pcl_registration pcl_features
+              ARGUMENTS "${PCL_SOURCE_DIR}/test/bunny.pcd")
+-
+-PCL_ADD_TEST(fpcs_ia test_fpcs_ia
+-             FILES test_fpcs_ia.cpp test_fpcs_ia_data.h
+-             LINK_WITH pcl_gtest pcl_io pcl_registration pcl_features pcl_search pcl_kdtree
+-             ARGUMENTS "${PCL_SOURCE_DIR}/test/bun0.pcd" "${PCL_SOURCE_DIR}/test/bun4.pcd")
+-             
+-PCL_ADD_TEST(kfpcs_ia test_kfpcs_ia
+-	     FILES test_kfpcs_ia.cpp test_kfpcs_ia_data.h
+-	     LINK_WITH pcl_gtest pcl_io pcl_registration pcl_features pcl_search pcl_kdtree
+-	     ARGUMENTS "${PCL_SOURCE_DIR}/test/office1_keypoints.pcd" "${PCL_SOURCE_DIR}/test/office2_keypoints.pcd")
+\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index e9338b9..b214dee 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0004-Correct-PCL_ROOT-in-PCLConfig.cmake.patch
+0002-Remove-relicts-of-nonfree-ia_-fpcs.patch

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