Codebase list libgeotiff / c9b4aa1
Revert "Add debug package for libgeotiff." This reverts commit 04a356284136495cef64de4429e1295fc27f0346. The debug package should be reintroduced after the jessie freeze. Bas Couwenberg 9 years ago
3 changed file(s) with 0 addition(s) and 18 deletion(s). Raw diff Collapse all Expand all
00 libgeotiff-dfsg (1.4.0-5) UNRELEASED; urgency=medium
11
2 * Add debug package for libgeotiff.
32 * Add Breaks/Replaces libgeotiff-dev on geotiff-bin, listgeo.1 man page
43 was incorrectly included in libgeotiff-dev, it was added to geotiff-bin
54 in 1.4.0-3 and removed from libgeotiff-dev in 1.4.0-4.
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
6551 Package: geotiff-bin
6652 Architecture: any
6753 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