Codebase list libgeotiff / 70d8a09
Fixed for correct SONAME bumping. Francesco Paolo Lovergine 12 years ago
9 changed file(s) with 15 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 libgeotiff-dfsg (1.3.0-1) unstable; urgency=low
11
2 [ Alan Boudreault ]
23 * New upstream release.
34 * Updated some debian/* file for the new libgeotiff 1.3.
45 * Updated the project homepage in debian/control.
56 * Modified the package names with the proper major version in debian/control.
67 * Added Alan as Uploader in debian/control.
78
8 -- Alan Boudreault <aboudreault@mapgears.com> Thu, 05 May 2011 11:06:59 -0400
9 [ Francesco Paolo Lovergine ]
10 * Now following the new SONAME for libgeotiff as adopted upstream: package
11 name changed as consequence
12
13 -- Francesco Paolo Lovergine <frankie@debian.org> Fri, 06 May 2011 09:49:14 +0200
914
1015 libgeotiff-dfsg (1.2.5-3) unstable; urgency=low
1116
22 Section: science
33 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
44 Uploaders: Francesco Paolo Lovergine <frankie@debian.org>, Alan Boudreault <aboudreault@mapgears.com>
5 Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
6 Standards-Version: 3.8.1
5 Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev, dpatch
6 Standards-Version: 3.9.2
77 Homepage: http://geotiff.osgeo.org/
88
99 Package: libgeotiff-dev
1010 Section: libdevel
1111 Architecture: any
12 Depends: libgeotiff1.3 (= ${binary:Version}), libtiff4-dev
12 Depends: libgeotiff2 (= ${binary:Version}), libtiff4-dev
1313 Suggests: libgeotiff-epsg
1414 Description: the GeoTIFF library -- development files
1515 This C library supports TIFF 6.0 based interchange format for georeferenced
1919 This package contains stuff to be used to develop programs based
2020 on the GeoTIFF library.
2121
22 Package: libgeotiff1.3
22 Package: libgeotiff2
2323 Section: libs
2424 Architecture: any
2525 Suggests: geotiff-bin, gdal-bin, libgeotiff-epsg
+0
-2
debian/libgeotiff1.3.dirs less more
0 usr/lib
1 usr/share/doc/libgeotiff1.3
+0
-2
debian/libgeotiff1.3.docs less more
0 README
1 README_BIN
+0
-1
debian/libgeotiff1.3.install less more
0 usr/lib/lib*.so.*
0 usr/lib
1 usr/share/doc/libgeotiff2
0 README
1 README_BIN
0 usr/lib/lib*.so.*
1818 else
1919 CFLAGS += -O2
2020 endif
21
22 # shared library versions, option 1
23 version=1.3.0
24 major=1.3
2521
2622 config.status: patch-stamp
2723 dh_testdir