[DebianGIS-dev] CVS Update: gdal/debian changelog
libgdal1-1.3.1-dev.files libgdal1-1.3.1.files rules
frankie at haydn.debian.org
frankie at haydn.debian.org
Fri Jan 20 22:26:43 UTC 2006
User: frankie
Date: 06/01/20 22:26:43
Modified: debian changelog libgdal1-1.3.1-dev.files
libgdal1-1.3.1.files rules
Log:
Updated to add version to the libname, gdal -> gdal1.3.1
Revision Changes Path
1.5 +6 -2 gdal/debian/changelog
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog?annotate=1.5&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog.diff?r1=1.5&r2=1.4&cvsroot=
-----------------------------------
Index: changelog
===================================================================
RCS file: /cvsroot/pkg-grass/gdal/debian/changelog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changelog 13 Jan 2006 04:57:41 -0000 1.4
+++ changelog 20 Jan 2006 22:26:42 -0000 1.5
@@ -15,12 +15,16 @@
version. The C API is stable (SONAME 1), but unfortunately both
C and C++ API are merged in the same library by upstream.
See http://lists.alioth.debian.org/pipermail/pkg-grass-general/2005-December/001565.html
- for details about the C++ API and ABI saga.
+ for a few details about the C++ API and ABI saga.
[ Paul Wise ]
* Add homepages to the package descriptions
- -- Paul Wise <pabs3 at bonedaddy.net> Fri, 13 Jan 2006 12:42:57 +0800
+ [ Francesco Paolo Lovergine ]
+ * Added 02_libname.patch to add the version to the lib name. This will
+ allow cohexistence of more version of the library without glitches.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org> Fri, 20 Jan 2006 17:41:43 +0100
gdal (1.2.6-1.3) unstable; urgency=medium
1.2 +3 -3 gdal/debian/libgdal1-1.3.1-dev.files
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1-dev.files?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1-dev.files?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1-dev.files.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: libgdal1-1.3.1-dev.files
===================================================================
RCS file: /cvsroot/pkg-grass/gdal/debian/libgdal1-1.3.1-dev.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgdal1-1.3.1-dev.files 6 Jan 2006 23:36:07 -0000 1.1
+++ libgdal1-1.3.1-dev.files 20 Jan 2006 22:26:42 -0000 1.2
@@ -1,6 +1,6 @@
usr/bin/gdal-config
usr/include
-usr/lib/libgdal.a
-usr/lib/libgdal.la
-usr/lib/libgdal.so
+usr/lib/libgdal1.3.1.a
+usr/lib/libgdal1.3.1.la
+usr/lib/libgdal1.3.1.so
usr/share/man/man1/gdal-config.1
1.2 +1 -1 gdal/debian/libgdal1-1.3.1.files
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1.files?annotate=1.2&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1.files?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1-1.3.1.files.diff?r1=1.2&r2=1.1&cvsroot=
-----------------------------------
Index: libgdal1-1.3.1.files
===================================================================
RCS file: /cvsroot/pkg-grass/gdal/debian/libgdal1-1.3.1.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgdal1-1.3.1.files 6 Jan 2006 23:46:03 -0000 1.1
+++ libgdal1-1.3.1.files 20 Jan 2006 22:26:42 -0000 1.2
@@ -1,2 +1,2 @@
-usr/lib/libgdal.so.*
+usr/lib/libgdal1.3.1.so.*
usr/share/gdal
1.4 +3 -1 gdal/debian/rules
CVSWEB Options: -------------------
CVSWeb: Annotate this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules?annotate=1.4&cvsroot=
CVSWeb: View this file: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=
CVSWeb: Diff to previous version: http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules.diff?r1=1.4&r2=1.3&cvsroot=
-----------------------------------
Index: rules
===================================================================
RCS file: /cvsroot/pkg-grass/gdal/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rules 6 Jan 2006 23:51:51 -0000 1.3
+++ rules 20 Jan 2006 22:26:42 -0000 1.4
@@ -40,6 +40,7 @@
patch-stamp:
dh_testdir
#patch -p1 < debian/patches/01_gcc4.patch
+ patch -p0 < debian/patches/02_libname.patch
touch patch-stamp
build: patch build-stamp
@@ -57,6 +58,7 @@
# conditional.
# patch -p1 -R < debian/patches/01_gcc4.patch ;
if [ -e patch-stamp ]; then \
+ patch -p0 -R < debian/patches/02_libname.patch \
rm patch-stamp ; \
fi
clean: unpatch
@@ -101,7 +103,7 @@
dh_fixperms
dh_makeshlibs
dh_installdeb
- dh_shlibdeps -L libgdal1-1.3.1 -l.
+ dh_shlibdeps -L libgdal1-1.3.1 -l debian/libgdal1-1.3.1/usr/lib
dh_python
dh_gencontrol
dh_md5sums
More information about the Pkg-grass-devel
mailing list