Codebase list libgeotiff / 04a3562
Add debug package for libgeotiff. Bas Couwenberg 9 years ago
3 changed file(s) with 23 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 libgeotiff-dfsg (1.4.0-5) UNRELEASED; urgency=medium
1
2 * Add debug package for libgeotiff.
3
4 -- Bas Couwenberg <sebastic@xs4all.nl> Fri, 24 Oct 2014 20:03:24 +0200
5
06 libgeotiff-dfsg (1.4.0-4) unstable; urgency=medium
17
28 * Add myself to Uploaders.
4848 .
4949 This package contains the shared library only.
5050
51 Package: libgeotiff2-dbg
52 Architecture: any
53 Multi-Arch: same
54 Section: debug
55 Priority: extra
56 Depends: libgeotiff2 (= ${binary:Version}),
57 ${misc:Depends}
58 Description: GeoTIFF (geografic enabled TIFF) library -- debugging symbols
59 This C library supports TIFF 6.0 based interchange format for georeferenced
60 raster imagery. The GeoTIFF standard has been developed for reading, and
61 writing geographic meta-information tags on top of TIFF raster.
62 .
63 This package contains debugging symbols for the libraries.
64
5165 Package: geotiff-bin
5266 Architecture: any
5367 Multi-Arch: foreign
2424 # Forces failure ignoring to collect new symbols
2525 dh_makeshlibs -- -c0 -v$(GEOTIFF_VERSION)
2626
27 override_dh_strip:
28 dh_strip --dbg-package=libgeotiff2-dbg
29