r2990 - packages/geotiff/libgeotiff-dfsg/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Fri May 6 07:51:36 UTC 2011
Author: frankie
Date: 2011-05-06 07:51:34 +0000 (Fri, 06 May 2011)
New Revision: 2990
Added:
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.dirs
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.docs
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.install
Removed:
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.dirs
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.docs
packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.install
Modified:
packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
packages/geotiff/libgeotiff-dfsg/trunk/debian/control
packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Fixed for correct SONAME bumping.
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog 2011-05-06 07:51:34 UTC (rev 2990)
@@ -1,13 +1,18 @@
libgeotiff-dfsg (1.3.0-1) unstable; urgency=low
+ [ Alan Boudreault ]
* New upstream release.
* Updated some debian/* file for the new libgeotiff 1.3.
* Updated the project homepage in debian/control.
* Modified the package names with the proper major version in debian/control.
* Added Alan as Uploader in debian/control.
- -- Alan Boudreault <aboudreault at mapgears.com> Thu, 05 May 2011 11:06:59 -0400
+ [ Francesco Paolo Lovergine ]
+ * Now following the new SONAME for libgeotiff as adopted upstream: package
+ name changed as consequence
+ -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 06 May 2011 09:49:14 +0200
+
libgeotiff-dfsg (1.2.5-3) unstable; urgency=low
* Added libtiff4-dev dependency for the -dev package due to required header
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/control 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control 2011-05-06 07:51:34 UTC (rev 2990)
@@ -3,14 +3,14 @@
Section: science
Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Alan Boudreault <aboudreault at mapgears.com>
-Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg62-dev, libtiff4-dev, dpatch
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev, dpatch
+Standards-Version: 3.9.2
Homepage: http://geotiff.osgeo.org/
Package: libgeotiff-dev
Section: libdevel
Architecture: any
-Depends: libgeotiff1.3 (= ${binary:Version}), libtiff4-dev
+Depends: libgeotiff2 (= ${binary:Version}), libtiff4-dev
Suggests: libgeotiff-epsg
Description: the GeoTIFF library -- development files
This C library supports TIFF 6.0 based interchange format for georeferenced
@@ -20,7 +20,7 @@
This package contains stuff to be used to develop programs based
on the GeoTIFF library.
-Package: libgeotiff1.3
+Package: libgeotiff2
Section: libs
Architecture: any
Suggests: geotiff-bin, gdal-bin, libgeotiff-epsg
Deleted: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.dirs
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.dirs 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.dirs 2011-05-06 07:51:34 UTC (rev 2990)
@@ -1,2 +0,0 @@
-usr/lib
-usr/share/doc/libgeotiff1.3
Deleted: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.docs
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.docs 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.docs 2011-05-06 07:51:34 UTC (rev 2990)
@@ -1,2 +0,0 @@
-README
-README_BIN
Deleted: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.install
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.install 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.install 2011-05-06 07:51:34 UTC (rev 2990)
@@ -1 +0,0 @@
-usr/lib/lib*.so.*
Copied: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.dirs (from rev 2989, packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.dirs)
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.dirs (rev 0)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.dirs 2011-05-06 07:51:34 UTC (rev 2990)
@@ -0,0 +1,2 @@
+usr/lib
+usr/share/doc/libgeotiff2
Copied: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.docs (from rev 2989, packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.docs)
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.docs (rev 0)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.docs 2011-05-06 07:51:34 UTC (rev 2990)
@@ -0,0 +1,2 @@
+README
+README_BIN
Copied: packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.install (from rev 2989, packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff1.3.install)
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.install (rev 0)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/libgeotiff2.install 2011-05-06 07:51:34 UTC (rev 2990)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2011-05-05 19:56:33 UTC (rev 2989)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2011-05-06 07:51:34 UTC (rev 2990)
@@ -20,10 +20,6 @@
CFLAGS += -O2
endif
-# shared library versions, option 1
-version=1.3.0
-major=1.3
-
config.status: patch-stamp
dh_testdir
# Add here commands to configure the package.
More information about the Pkg-grass-devel
mailing list