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

rubund-guest pushed a commit to branch master
in repository fyba.

commit d086df4e2f92fd5f3952d9758c84b0000e9fc2af
Author: Ruben Undheim <ruben.undh...@gmail.com>
Date:   Thu Sep 4 21:57:16 2014 +0000

    Added -dbg package
---
 debian/control | 12 ++++++++++++
 debian/rules   |  3 +++
 2 files changed, 15 insertions(+)

diff --git a/debian/control b/debian/control
index e03e59b..3debd71 100644
--- a/debian/control
+++ b/debian/control
@@ -25,3 +25,15 @@ Description: Header files for FYBA library
  This is the development package for developing applications that depends on
  libfyba. It includes header files, static library files and HTML
  documentation.
+
+Package: libfyba0-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: libfyba0 (= ${binary:Version}), ${misc:Depends}
+Description: debug symbols for libfyba0
+ OpenFYBA is the source code release of the FYBA library, distributed by the 
+ National Mapping Authority of Norway (Statens kartverk) to read and write 
+ files in the National geodata standard format SOSI.
+ .
+ This package contains the debugging symbols for the shared library.
diff --git a/debian/rules b/debian/rules
index ac8d4ad..0760d52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
        dh $@  --with autotools-dev --with autoreconf
+
+override_dh_strip:
+       dh_strip -plibfyba0 --keep-debug --dbg-package=libfyba0-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/fyba.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