[libgeotiff-dfsg] 08/09: Add debug package for libgeotiff.
Bas Couwenberg
sebastic at xs4all.nl
Sat Nov 15 15:07:55 UTC 2014
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 5a7d230c0bd1065bd045a3be0f514546c3c0bdc3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Oct 24 17:57:29 2014 +0200
Add debug package for libgeotiff.
---
debian/changelog | 1 +
debian/control | 14 ++++++++++++++
debian/rules | 3 +++
3 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 45ce000..7417abb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libgeotiff-dfsg (1.4.1-1) UNRELEASED; urgency=medium
* Update Makefile.in patch to also drop installation of removed csv
files in Makefile.am.
* Update symbols for 1.4.1.
+ * Add debug package for libgeotiff2.
-- Bas Couwenberg <sebastic at xs4all.nl> Sat, 15 Nov 2014 00:42:21 +0100
diff --git a/debian/control b/debian/control
index 0a68a2b..06bccb6 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 d1c284a..c9d786f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ 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
+
get-orig-source:
uscan --verbose --force-download --rename --repack --compression xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libgeotiff-dfsg.git
More information about the Pkg-grass-devel
mailing list