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

sebastic pushed a commit to branch master
in repository sfcgal.

commit 57d9ff7fbb4ec7a379320005397a58768053573f
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Oct 2 17:49:25 2015 +0200

    Add sfcgal-dbg package for debug symbols.
---
 debian/changelog |  1 +
 debian/control   | 20 +++++++++++++++++++-
 debian/rules     |  3 +++
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e5f9691..4fdd1e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ sfcgal (1.2.0-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Explicitly remove .la files, not installed.
   * Explicitly remove test executables, not installed.
+  * Add sfcgal-dbg package for debug symbols.
 
  -- Sven Geggus <sven-deb...@geggus.net>  Fri, 18 Sep 2015 17:47:24 +0200
 
diff --git a/debian/control b/debian/control
index 2746ca6..587bc24 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,6 @@ Homepage: http://www.sfcgal.org/
 
 Package: libsfcgal1
 Architecture: any
-Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
@@ -68,3 +67,22 @@ Description: Simple viewer for SFCGAL library
  http://oslandia.github.io/SFCGAL/screencast.html
  shows how it can be used to make it interact with a PostGIS
  database.
+
+Package: sfcgal-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libsfcgal1 (= ${binary:Version}),
+         sfcgal-bin (= ${binary:Version}),
+         ${misc:Depends}
+Description: Debug symbols for SFCGAL
+ SFCGAL is a C++ wrapper library around CGAL with the aim of
+ supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D
+ operations.
+ .
+ SFCGAL provides standard compliant geometry types and operations,
+ that can be accessed from its C or C++ APIs. PostGIS uses the C API,
+ to expose some SFCGAL's functions in spatial databases (cf. PostGIS
+ manual). 
+ .
+ This provides debug symbols for SFCGAL.
diff --git a/debian/rules b/debian/rules
index d218c37..23e3f92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,3 +45,6 @@ override_dh_installchangelogs:
 override_dh_makeshlibs:
        dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION)
 
+override_dh_strip:
+       dh_strip --dbg-package=sfcgal-dbg
+

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to