[libcitygml] 26/35: Drop openscenegraph plugin packages, FTBFS & disabled by default.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jul 24 23:35:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libcitygml.
commit cdc27a3bc8bf84c9494a76a26a960f36b857fb47
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 24 23:41:51 2015 +0200
Drop openscenegraph plugin packages, FTBFS & disabled by default.
---
debian/README.source | 11 ------
debian/changelog | 1 +
debian/control | 43 ----------------------
debian/gencontrol | 9 -----
.../openscenegraph-plugin-citygml-shared.install | 1 -
.../openscenegraph-plugin-citygml-static.install | 1 -
debian/rules | 3 --
7 files changed, 1 insertion(+), 68 deletions(-)
diff --git a/debian/README.source b/debian/README.source
index 5912450..08c515c 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,14 +1,3 @@
-Version Policy:
- ${UpstreamVersion}+r${SVN_Revision}-${Debian_Revision}+${OSG_Major}p${OSG_Minor}p${OSG_Patch}
- ie: 0.1.3+r114-1+3p0p0
- It means : the it after the Upstream release 0.1.3 and before 0.1.4.
- and the SVN revision is r114.
- -1 is Debian Revision, it means the first revision of all Debian Things.
- +3p0p0 means it is build for work with OSG 3.0:
- as lintian Warning: maintainer-upload-has-incorrect-version-number,
- dot is divert to `p'.
-
-
Symbols
-------
diff --git a/debian/changelog b/debian/changelog
index 97a4c0d..88c05be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libcitygml (1.4.3-1) UNRELEASED; urgency=medium
* Drop SOVERSION from -dev & -bin package name.
* Rename library package for SONAME bump.
* Don't install static library, no longer built.
+ * Drop openscenegraph plugin packages, FTBFS & disabled by default.
-- Bas Couwenberg <sebastic at debian.org> Fri, 24 Jul 2015 16:31:57 +0200
diff --git a/debian/control b/debian/control
index b2de67a..ff8565f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 9),
cmake,
libxml2-dev,
libgdal-dev,
- libopenscenegraph-dev (>= 3.0.1-4~),
pkg-kde-tools
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/libcitygml.git
@@ -79,45 +78,3 @@ Description: Utils of libcitygml - citygmltest
.
This package contains the citygmltest utility.
-Package: openscenegraph-plugin-citygml-shared
-Architecture: any
-Section: devel
-Depends: libcitygml1 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- ${libosg-share}
-Description: libcitygml OpenSceneGraph plugin (shared version)
- libcitygml is a small and easy to use open source C++ library for parsing
- CityGML files in such a way that data can be easily exploited by 3D
- rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
- Most metadata are not lost, they are available through a per-node hashmap.
- .
- CityGML (City Geography Markup Language) is an XML-based schema for the
- modelling and exchange of georeferenced 3D city and landscape models that
- is quickly being adopted on an international level.
- .
- This package contains OpenSceneGraph plugin (.so version).
-
-Package: openscenegraph-plugin-citygml-static
-Architecture: any
-Section: devel
-Depends: libcitygml1 (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends},
- ${libosg-static}
-Description: libcitygml OpenSceneGraph plugin (static version)
- libcitygml is a small and easy to use open source C++ library for parsing
- CityGML files in such a way that data can be easily exploited by 3D
- rendering applications (geometry data are tesselated and optimized for
- rendering during parsing). For instance, it can be used to develop readers
- of CityGML files in many 3D based applications (OpenGL, OpenSceneGraph, ...)
- Most metadata are not lost, they are available through a per-node hashmap.
- .
- CityGML (City Geography Markup Language) is an XML-based schema for the
- modelling and exchange of georeferenced 3D city and landscape models that
- is quickly being adopted on an international level.
- .
- This package contains OpenSceneGraph plugin (.a version).
-
diff --git a/debian/gencontrol b/debian/gencontrol
deleted file mode 100644
index 5ae3182..0000000
--- a/debian/gencontrol
+++ /dev/null
@@ -1,9 +0,0 @@
-LIBOSG_SHARE=`dpkg --get-selections | grep "libopenscenegraph[0-9]*:.*\s*install" | awk '{print $1}' | awk -F: '{print $1}'`
-LIBOSG_VERSION=`dpkg -l $LIBOSG_SHARE | grep "^ii\s*$LIBOSG_SHARE" | awk '{print $3}' | sed 's/-.*//'`
-TMP1=`echo $LIBOSG_VERSION | awk -F '.' '{print $1}'`
-TMP2=`echo $LIBOSG_VERSION | awk -F '.' '{print $2}'`
-TMP3=`echo $LIBOSG_VERSION | awk -F '.' '{print $3}' | sed 's/~.*$//'`
-TMP3=$((TMP3+1))
-LIBOSG_VERSIONPLUS=$TMP1.$TMP2.$TMP3~
-echo $LIBOSG_VERSION
-dh_gencontrol -- -Vlibosg-share="$LIBOSG_SHARE" -Vlibosg-static="libopenscenegraph-dev (>= $LIBOSG_VERSION), libopenscenegraph-dev (<< $LIBOSG_VERSIONPLUS)"
diff --git a/debian/openscenegraph-plugin-citygml-shared.install b/debian/openscenegraph-plugin-citygml-shared.install
deleted file mode 100644
index fd4b5ad..0000000
--- a/debian/openscenegraph-plugin-citygml-shared.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/osgPlugins-*/*.so
diff --git a/debian/openscenegraph-plugin-citygml-static.install b/debian/openscenegraph-plugin-citygml-static.install
deleted file mode 100644
index 2025369..0000000
--- a/debian/openscenegraph-plugin-citygml-static.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/osgPlugins-*/*.a
diff --git a/debian/rules b/debian/rules
index d142875..3b6621a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,9 +16,6 @@ override_dh_auto_clean:
override_dh_install:
dh_install --list-missing
-override_dh_gencontrol:
- sh debian/gencontrol
-
override_dh_makeshlibs:
dh_makeshlibs -- -c0 -v$(CITYGML_VERSION)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git
More information about the Pkg-grass-devel
mailing list