[pdal] 08/16: Don't build Attribute plugin, removed upstream.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 1 23:02:33 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdal.

commit b2363c87d9ef352871de267958a1bd8073c558a3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 1 19:15:24 2016 +0200

    Don't build Attribute plugin, removed upstream.
---
 debian/changelog                                  |  1 +
 debian/control                                    | 24 +----------------------
 debian/libpdal-plugin-attribute.install           |  1 -
 debian/libpdal-plugin-attribute.lintian-overrides |  6 ------
 debian/rules                                      |  1 -
 5 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5344cb..664bc7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pdal (1.2.0-1) UNRELEASED; urgency=medium
     - Drop license & copyright for Endian.hpp, removed upstream
   * Drop patches, applied upstream.
   * Don't build PCL plugin, requires vtk5 (not in testing).
+  * Don't build Attribute plugin, removed upstream.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 01 Apr 2016 12:01:50 +0200
 
diff --git a/debian/control b/debian/control
index 712bee6..2f3fe40 100644
--- a/debian/control
+++ b/debian/control
@@ -188,8 +188,7 @@ Description: Point Data Abstraction Library - development files
 Package: libpdal-plugins
 Architecture: any
 Section: libs
-Depends: libpdal-plugin-attribute (= ${binary:Version}),
-         libpdal-plugin-greyhound (= ${binary:Version}),
+Depends: libpdal-plugin-greyhound (= ${binary:Version}),
          libpdal-plugin-icebridge (= ${binary:Version}),
          libpdal-plugin-pgpointcloud (= ${binary:Version}),
          libpdal-plugin-python (= ${binary:Version}),
@@ -211,27 +210,6 @@ Description: Point Data Abstraction Library - plugins
  .
  This metapackage depends on the individual PDAL plugin packages.
 
-Package: libpdal-plugin-attribute
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Description: Point Data Abstraction Library - Attribute plugin
- PDAL is a BSD licensed library for translating and manipulating point
- cloud data of various formats. PDAL can be used to read, write and
- translate point cloud data in many formats. Support is included for
- input files of LAS, LAZ, SBET, BPF, QFIT and others. PDAL can also read
- from and write to databases that support point cloud storage, including
- Oracle, Postgres and SQLite.
- .
- PDAL should not be confused with PCL (Point Cloud Library). PCL is a
- library specifically designed to provide algorithmic analysis and
- modification of point clouds. PDAL provides a limited interface to the
- facilities of PCL, but does not in general attempt to duplicate its
- capabilities.
- .
- This package contains the attribute plugin.
-
 Package: libpdal-plugin-greyhound
 Architecture: any
 Section: libs
diff --git a/debian/libpdal-plugin-attribute.install b/debian/libpdal-plugin-attribute.install
deleted file mode 100644
index 7e9e2e5..0000000
--- a/debian/libpdal-plugin-attribute.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libpdal_plugin_*_attribute.so
diff --git a/debian/libpdal-plugin-attribute.lintian-overrides b/debian/libpdal-plugin-attribute.lintian-overrides
deleted file mode 100644
index b7c8d5e..0000000
--- a/debian/libpdal-plugin-attribute.lintian-overrides
+++ /dev/null
@@ -1,6 +0,0 @@
-# Loadable plugins with unversioned SONAME
-libpdal-plugin-attribute: shlib-without-versioned-soname *
-libpdal-plugin-attribute: package-name-doesnt-match-sonames *
-libpdal-plugin-attribute: postinst-must-call-ldconfig *
-libpdal-plugin-attribute: no-symbols-control-file *
-
diff --git a/debian/rules b/debian/rules
index dba595c..0305797 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,6 @@ override_dh_auto_configure:
 	cp /usr/share/misc/config.sub   `ls -d vendor/gtest-*`/build-aux/config.sub
 
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-	                     -DBUILD_PLUGIN_ATTRIBUTE=ON \
 	                     -DBUILD_PLUGIN_GREYHOUND=ON \
 	                     -DBUILD_PLUGIN_ICEBRIDGE=ON \
 	                     -DBUILD_PLUGIN_PYTHON=ON \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git



More information about the Pkg-grass-devel mailing list