Add patch for removed non free code
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Tue, 16 Aug 2016 05:50:50 +0000 (07:50 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Tue, 16 Aug 2016 11:49:14 +0000 (13:49 +0200)
debian/patches/0002-Remove-relicts-of-nonfree-ia_-fpcs.patch [new file with mode: 0644]
debian/patches/series

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 (file)
index 0000000..18933d5
--- /dev/null
@@ -0,0 +1,51 @@
+From: Jochen Sprickerhof <git@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
index e9338b9c5ed7ba52a8c4bdcf039b8479b9d1f8a5..b214dee81225bf20b94506f5998582f22c3b7e8c 100644 (file)
@@ -1 +1,2 @@
 0004-Correct-PCL_ROOT-in-PCLConfig.cmake.patch
+0002-Remove-relicts-of-nonfree-ia_-fpcs.patch