Codebase list libgeotiff / 9558c9f
Releasing 1.2.4-3 Francesco Paolo Lovergine 16 years ago
3 changed file(s) with 23 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 libgeotiff-dfsg (1.2.4-3) UNRELEASED; urgency=low
0 libgeotiff-dfsg (1.2.4-3) unstable; urgency=low
11
2 * NOT RELEASED YET
2 * [Lintian] debian-rules-ignores-make-clean-error cleaned in debian/rules.
3 * [Lintian] extended-description-line-too-long cleaned in debian/control.
4 * [Lintian] substvar-source-version-is-deprecated cleaned in debian/control.
5 * Introduced homepage field in debian/control.
6 * Added installation path for libraries searching at dh_shlibdeps call.
7 * Added LD_SHARED ovverride at building time in debian/rules to link against libc
8 runtime also.
9 * Policy bumped to 3.7.3.
310
4 -- Francesco Paolo Lovergine <frankie@debian.org> Wed, 14 Nov 2007 18:05:20 +0100
11 -- Francesco Paolo Lovergine <frankie@debian.org> Wed, 19 Dec 2007 13:21:20 +0100
512
613 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
714
22 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
33 Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
44 Build-Depends: debhelper (>= 5), autotools-dev, proj, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
5 Standards-Version: 3.7.2
5 Standards-Version: 3.7.3
66 Section: science
7 Homepage: http://geotiff.maptools.org/
78
89 Package: libgeotiff-dev
910 Section: libdevel
1011 Architecture: any
11 Depends: libgeotiff1.2 (= ${Source-Version})
12 Depends: libgeotiff1.2 (= ${binary:Version})
1213 Suggests: libgeotiff-epsg
1314 Description: the GeoTIFF library -- development files
1415 This C library supports TIFF 6.0 based interchange format for georeferenced
15 raster imagery. The GeoTIFF standard has been developed for reading, and writing
16 geographic meta-information tags on top of TIFF raster.
17 .
18 Home page: http://geotiff.maptools.org/
16 raster imagery. The GeoTIFF standard has been developed for reading, and
17 writing geographic meta-information tags on top of TIFF raster.
1918 .
2019 This package contains stuff to be used to develop programs based
2120 on the GeoTIFF library.
2726 Depends: ${shlibs:Depends}, ${misc:Depends}
2827 Description: the GeoTIFF library -- run-time files
2928 This C library supports TIFF 6.0 based interchange format for georeferenced
30 raster imagery. The GeoTIFF standard has been developed for reading, and writing
31 geographic meta-information tags on top of TIFF raster.
32 .
33 Home page: http://geotiff.maptools.org/
29 raster imagery. The GeoTIFF standard has been developed for reading, and
30 writing geographic meta-information tags on top of TIFF raster.
3431 .
3532 This package contains the shared library only.
3633
4138 Suggests: gdal-bin, libgeotiff-epsg
4239 Description: the GeoTIFF library -- tools
4340 This C library supports TIFF 6.0 based interchange format for georeferenced
44 raster imagery. The GeoTIFF standard has been developed for reading, and writing
45 geographic meta-information tags on top of TIFF raster.
41 raster imagery. The GeoTIFF standard has been developed for reading, and
42 writing geographic meta-information tags on top of TIFF raster.
4643 .
4744 The GeoTIFF library comes with two utility programs here included:
4845 .
4946 listgeo - dumps the metadata of a GeoTIFF file.
5047 geotifcp - applies metadata to a TIFF file, making it a GeoTIFF file.
51 .
52 Home page: http://geotiff.maptools.org/
3535 dh_testdir
3636
3737 # Add here commands to compile the package.
38 $(MAKE)
38 $(MAKE) LD_SHARED="gcc -shared"
3939
4040 touch $@
4141
4646 rm -f build-stamp
4747
4848 # Add here commands to clean up after the build process.
49 -$(MAKE) dist-clean
49 [ ! -f $(CURDIR)/Makefile ] || $(MAKE) dist-clean
50
5051 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
5152 cp -f /usr/share/misc/config.sub config.sub
5253 endif
8687 dh_fixperms
8788 dh_makeshlibs
8889 dh_installdeb
89 dh_shlibdeps
90 dh_shlibdeps -l$(CURDIR)/debian/tmp/usr/lib
9091 dh_gencontrol
9192 dh_md5sums
9293 dh_builddeb