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

sebastic-guest pushed a commit to branch master
in repository libgeotiff-dfsg.

commit 04a356284136495cef64de4429e1295fc27f0346
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Oct 24 17:57:29 2014 +0200

    Add debug package for libgeotiff.
---
 debian/changelog |  6 ++++++
 debian/control   | 14 ++++++++++++++
 debian/rules     |  3 +++
 3 files changed, 23 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8c70a50..50270c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgeotiff-dfsg (1.4.0-5) UNRELEASED; urgency=medium
+
+  * Add debug package for libgeotiff.
+
+ -- Bas Couwenberg <sebas...@xs4all.nl>  Fri, 24 Oct 2014 20:03:24 +0200
+
 libgeotiff-dfsg (1.4.0-4) unstable; urgency=medium
 
   * Add myself to Uploaders.
diff --git a/debian/control b/debian/control
index d177d9d..d816bec 100644
--- a/debian/control
+++ b/debian/control
@@ -49,6 +49,20 @@ Description: GeoTIFF (geografic enabled TIFF) library -- 
run-time files
  .
  This package contains the shared library only.
 
+Package: libgeotiff2-dbg
+Architecture: any
+Multi-Arch: same
+Section: debug
+Priority: extra
+Depends: libgeotiff2 (= ${binary:Version}),
+         ${misc:Depends}
+Description: GeoTIFF (geografic enabled TIFF) library -- debugging symbols
+ This C library supports TIFF 6.0 based interchange format for georeferenced 
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
+ .
+ This package contains debugging symbols for the libraries.
+
 Package: geotiff-bin
 Architecture: any
 Multi-Arch: foreign
diff --git a/debian/rules b/debian/rules
index 663a565..181b1ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,3 +25,6 @@ override_dh_makeshlibs:
        # Forces failure ignoring to collect new symbols
        dh_makeshlibs -- -c0 -v$(GEOTIFF_VERSION)
 
+override_dh_strip:
+       dh_strip --dbg-package=libgeotiff2-dbg
+

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