[SCM] gdal branch, master, updated. upstream/1.8.0-32-geba5742

2011-09-23 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit fd9c50c1bdc72fbfe4d1e7d82b7e3e5fc6373819
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 22 16:52:47 2011 +0200

Annotated changelog about libdap compatibility.

diff --git a/debian/changelog b/debian/changelog
index deeab85..9c99fb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ gdal (1.8.0-2) experimental; urgency=low
   [ Francesco Paolo Lovergine ]
   * Revised for migration to dh_python2.
   * Merged lintian-overrides handling from 1.7 branch.
+  * This version is already compatible with libdap = 3.10, no patch needed.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Thu, 14 Jul 2011 10:23:24 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 22 Sep 2011 16:52:01 
+0200
 
 gdal (1.8.0-2) experimental; urgency=low
 

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.0-32-geba5742

2011-09-23 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 930ea5a9d5017958c1f1df59e07da96f3db06c96
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 22 18:13:40 2011 +0200

Modified to hide libtiff stuff.

diff --git a/debian/gdal.ver b/debian/gdal.ver
index 120827f..0684dad 100644
--- a/debian/gdal.ver
+++ b/debian/gdal.ver
@@ -1,3 +1,5 @@
 GDAL_1.8 {
-*;
+global: *;
+local: TIFF*;
+   _TIFF*;
 };

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.0-32-geba5742

2011-09-23 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit eba5742aef1aff68778f30959208fd7c015e23f1
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Sep 23 15:53:41 2011 +0200

Changes to symvar script.

diff --git a/debian/changelog b/debian/changelog
index 9c99fb0..f7660d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,8 +10,10 @@ gdal (1.8.0-2) experimental; urgency=low
   * Revised for migration to dh_python2.
   * Merged lintian-overrides handling from 1.7 branch.
   * This version is already compatible with libdap = 3.10, no patch needed.
+  * Still retaining chrpath trick to maintain compatibility against libtool 
+inner use in swing-enabled bindings.
 
- -- Francesco Paolo Lovergine fran...@debian.org  Thu, 22 Sep 2011 16:52:01 
+0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Fri, 23 Sep 2011 09:23:05 
+0200
 
 gdal (1.8.0-2) experimental; urgency=low
 
diff --git a/debian/gdal.ver b/debian/gdal.ver
index 0684dad..123c0f6 100644
--- a/debian/gdal.ver
+++ b/debian/gdal.ver
@@ -1,5 +1,18 @@
 GDAL_1.8 {
-global: *;
-local: TIFF*;
+local: 
+   TIFF*;
_TIFF*;
+   LogL10fromY;
+   LogL10toY;
+   LogL16fromY;
+   LogL16toY;
+   LogLuv24fromXYZ;
+   LogLuv24toXYZ;
+   LogLuv32fromXYZ;
+   LogLuv32toXYZ;
+   uv_decode;
+   uv_encode;
+   XYZtoRGB24;
+global: 
+   *;
 };

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, master, updated. upstream/1.8.0-32-geba5742

2011-09-23 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit d2438d76a1ede1d9b29aa0631a66528de8e3c9eb
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Sep 22 17:38:04 2011 +0200

Retaining rpath option.

diff --git a/debian/patches/symver b/debian/patches/symver
index da31115..c76b2e2 100644
--- a/debian/patches/symver
+++ b/debian/patches/symver
@@ -1,12 +1,13 @@
 Index: gdal/GNUmakefile
 ===
 gdal.orig/GNUmakefile  2011-05-09 17:04:39.0 +0200
-+++ gdal/GNUmakefile   2011-05-09 17:09:23.0 +0200
-@@ -39,9 +39,9 @@
+--- gdal.orig/GNUmakefile  2011-09-22 17:36:29.0 +0200
 gdal/GNUmakefile   2011-09-22 17:37:11.0 +0200
+@@ -39,9 +39,10 @@
  
  $(LIBGDAL):   $(GDAL_OBJ:.o=.lo)
$(LD) $(LDFLAGS) $(LIBS) -o $@ $(GDAL_OBJ:.o=.lo) \
 -  -rpath $(INST_LIB) \
++  -rpath $(INST_LIB) \
-no-undefined \
 -  -version-info $(LIBGDAL_CURRENT):$(LIBGDAL_REVISION):$(LIBGDAL_AGE)
 +  -version-info $(LIBGDAL_CURRENT):$(LIBGDAL_REVISION):$(LIBGDAL_AGE) 
\

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


[SCM] gdal branch, tmp, created. upstream/1.8.0-27-g13eada6

2011-09-23 Thread Francesco Paolo Lovergine
The branch, tmp has been created
at  13eada656552a366be24c6245ef02c7f7b908a92 (commit)

- Shortlog 
commit 13eada656552a366be24c6245ef02c7f7b908a92
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Jun 23 12:14:43 2011 +0200

Adding explicit exclusion of ecw support.

---

-- 
GDAL/OGR library and tools

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


modestmaps-py 1.2.1-1 MIGRATED to testing

2011-09-23 Thread Debian testing watch
FYI: The status of the modestmaps-py source package
in Debian's testing distribution has changed.

  Previous version: 1.1.0-1
  Current version:  1.2.1-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Bug#642566: python-saga: doesn't depend on python

2011-09-23 Thread Jakub Wilk

Package: python-saga
Version: 2.0.7+dfsg-1
Severity: serious
Justification: Policy 3.5
Tags: patch

python-saga doesn't depend on python. The attached patch fixed this bug. 
(The --no-guessing-versions hunk is necessary, because otherwise 
dh_python2 insists on having Python extensions modules available for 
all supported Python versions. The better solution would be to actually 
build them for all versions, but I don't have time to implement this.)


--
Jakub Wilk
diff -Nru saga-2.0.7+dfsg/debian/control saga-2.0.7+dfsg/debian/control
--- saga-2.0.7+dfsg/debian/control	2011-09-01 10:28:51.0 +0200
+++ saga-2.0.7+dfsg/debian/control	2011-09-23 23:20:43.0 +0200
@@ -53,7 +53,7 @@
 Package: python-saga
 Section: science
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libsaga (= ${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libsaga (= ${binary:Version})
 Suggests: saga (= ${binary:Version})
 Description: SAGA GIS python bindings
  SAGA GIS (System for Automated Geoscientific Analyses) is a geographic
diff -Nru saga-2.0.7+dfsg/debian/rules saga-2.0.7+dfsg/debian/rules
--- saga-2.0.7+dfsg/debian/rules	2011-09-01 10:28:51.0 +0200
+++ saga-2.0.7+dfsg/debian/rules	2011-09-24 00:07:23.0 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with-python2
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-unicode --prefix=/usr --enable-python
@@ -13,6 +13,9 @@
 debian/% :: debian/%.in
 	sed -e 's/@VERSION@/$(VERSION)/' $ $@
 
+override_dh_python2:
+	dh_python2 --no-guessing-versions
+
 get-orig-source:
 	wget $(UPSTREAM_URL)
 	gunzip *.tar.gz
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel