Bug#703713: postgis: please package v2.0.3

2013-04-23 Thread Dmitry E. Oboukhov
Hi, Maintainers!

I need postgis 2.0, too. I see that postgis2.0 is prepared in Git.
Could I help You to upload the package?
-- 

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature
___
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] postgis branch, master, updated. upstream/2.0.1-34-gcd4a3fe

2013-04-23 Thread Markus Wanner
The following commit has been merged in the master branch:
commit cd4a3fe9168e1cb9203828ec1db6245194e589f1
Author: Markus Wanner mar...@bluegap.ch
Date:   Tue Apr 23 22:41:23 2013 +0200

Rename liblwgeom-2.0.3-0 back to just liblwgeom-2.0.3. Reduce patch
link-liblwgeom to make the SONAME match upstream's variant, again.

diff --git a/debian/changelog b/debian/changelog
index 80a0db3..3a128be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,7 +22,7 @@ postgis (2.0.3-1) UNRELEASED; urgency=low
   * Separate PostGIS documentation into a postgis-doc package, register its
 contents with doc-base.
   * Represent the fact that lwgeom isn't backward compatible in its SONAME,
-rename liblwgeom2 to liblwgeom-2.0.3-0 accordingly.
+rename liblwgeom2 to liblwgeom-2.0.3 accordingly.
   * Add patch java-version-fix: Corrects java jdbc jar version.
   * Policy updated to 3.9.4. No changes.
   * Update debian/copyright a bit.
diff --git a/debian/control b/debian/control
index 0947b31..3de2545 100644
--- a/debian/control
+++ b/debian/control
@@ -95,7 +95,7 @@ Description: Geographic objects support for PostgreSQL -- 
JDBC support
  .
  This package contains JDBC support for PostGIS.
 
-Package: liblwgeom-2.0.3-0
+Package: liblwgeom-2.0.3
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -115,7 +115,7 @@ Package: liblwgeom-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends},
- liblwgeom-2.0.3-0 (= ${binary:Version})
+ liblwgeom-2.0.3 (= ${binary:Version})
 Breaks: postgis ( 2.0.0)
 Description: PostGIS Lightweight Geometry library - Development files
  PostGIS adds support for geographic objects to the PostgreSQL
diff --git a/debian/liblwgeom-2.0.3-0.install b/debian/liblwgeom-2.0.3-0.install
deleted file mode 100644
index 8c74c36..000
--- a/debian/liblwgeom-2.0.3-0.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/liblwgeom-2.0.3.so.0.0.0
-usr/lib/liblwgeom-2.0.3.so.0
\ No newline at end of file
diff --git a/debian/liblwgeom-2.0.3.install b/debian/liblwgeom-2.0.3.install
new file mode 100644
index 000..fd61f8a
--- /dev/null
+++ b/debian/liblwgeom-2.0.3.install
@@ -0,0 +1 @@
+usr/lib/liblwgeom-2.0.3.so
diff --git a/debian/liblwgeom-2.0.3-0.symbols b/debian/liblwgeom-2.0.3.symbols
similarity index 99%
rename from debian/liblwgeom-2.0.3-0.symbols
rename to debian/liblwgeom-2.0.3.symbols
index 526b64b..fe54e08 100644
--- a/debian/liblwgeom-2.0.3-0.symbols
+++ b/debian/liblwgeom-2.0.3.symbols
@@ -1,4 +1,4 @@
-liblwgeom-2.0.3.so.0 liblwgeom-2.0.3-0 #MINVER#
+liblwgeom-2.0.3.so liblwgeom-2.0.3 #MINVER#
  GEOS2LWGEOM@Base 2.0.0
  LWGEOM2GEOS@Base 2.0.0
  LWGEOM_GEOS_buildArea@Base 2.0.0
diff --git a/debian/liblwgeom-dev.install b/debian/liblwgeom-dev.install
index 16daaa9..01df5de 100644
--- a/debian/liblwgeom-dev.install
+++ b/debian/liblwgeom-dev.install
@@ -1,3 +1,3 @@
 usr/include
-usr/lib/liblwgeom-2.0.3.a
-usr/lib/liblwgeom-2.0.3.so
+usr/lib/liblwgeom.a
+usr/lib/liblwgeom.so
diff --git a/debian/patches/link-liblwgeom b/debian/patches/link-liblwgeom
index 6018090..4190dc2 100644
--- a/debian/patches/link-liblwgeom
+++ b/debian/patches/link-liblwgeom
@@ -1,8 +1,8 @@
 Description: Dynamically link to liblwgeom
  Instead of statically pulling liblwgeom into the postgis.so, dynamically
- link to it. Rename to liblwgeom-2.0.3
+ link to it.
 Author: Stephen Frost sfr...@snowman.net, Markus Wanner mar...@bluegap.ch
-Last-Update: 2013-04-14
+Last-Update: 2013-04-23
 
 --- a/postgis/Makefile.in
 +++ b/postgis/Makefile.in
@@ -18,31 +18,10 @@ Last-Update: 2013-04-14
 -# supplied with newer versions of PostGIS
  PG_CPPFLAGS += @CPPFLAGS@ -I../liblwgeom -I../libpgcommon
 -SHLIB_LINK_F = ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a 
@SHLIB_LINK@ 
-+SHLIB_LINK_F = -L../liblwgeom/.libs -llwgeom-2.0.3 
../libpgcommon/libpgcommon.a @SHLIB_LINK@
++SHLIB_LINK_F = -L../liblwgeom/.libs -llwgeom ../libpgcommon/libpgcommon.a 
@SHLIB_LINK@
  
  # Extra files to remove during 'make clean'
  EXTRA_CLEAN=$(SQL_OBJS) legacy_uninstall.sql
-@@ -114,16 +108,16 @@
- # Make all PostGIS objects depend upon liblwgeom, so that if an underlying
- # change is made, a PostGIS rebuild is triggered.
- #
--# Also they are all dependent on postgis_config.h 
-+# Also they are all dependent on postgis_config.h
- # and thus postgis_svn_revision.h
- #
--$(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a 
../postgis_config.h ../postgis_svn_revision.h
-+$(PG_OBJS): ../liblwgeom/.libs/liblwgeom-2.0.3.a ../libpgcommon/libpgcommon.a 
../postgis_config.h ../postgis_svn_revision.h
- 
- ../postgis_svn_revision.h:
-   $(MAKE) -C .. postgis_svn_revision.h
- 
--../liblwgeom/.libs/liblwgeom.a:
--  make -C ../liblwgeom liblwgeom.la
-+../liblwgeom/.libs/liblwgeom-2.0.3.a:
-+  make -C ../liblwgeom liblwgeom-2.0.3.la
- 
- ../libpgcommon/libpgcommon.a:
-   make -C ../libpgcommon libpgcommon.a
 --- a/raster/rt_pg/Makefile.in
 +++ 

[SCM] postgis branch, master, updated. upstream/2.0.1-35-g5595fc8

2013-04-23 Thread Markus Wanner
The following commit has been merged in the master branch:
commit 5595fc8668122c8f85ff0840482a759cf176532f
Author: Markus Wanner mar...@bluegap.ch
Date:   Tue Apr 23 22:54:59 2013 +0200

Use canonical Vcs-* links to silence yet another lintian warning.

diff --git a/debian/control b/debian/control
index 3de2545..c5fe450 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends-Indep: libpostgresql-jdbc-java, 
libsurefire-java,
  libmaven-jar-plugin-java, maven2
 Standards-Version: 3.9.4
 Homepage: http://postgis.refractions.net/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/postgis.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/postgis.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/postgis.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/postgis.git
 
 Package: postgresql-9.1-postgis
 Depends: ${shlibs:Depends}, postgresql-9.1, postgis-scripts2.0.3,

-- 
PostGIS for PostgreSQL

___
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#706044: libhdf5-7: cannot compile C++ programs using hdf5 after upgrade to wheezy

2013-04-23 Thread Burkhard Bunk

Package: libhdf5-7
Version: 1.8.8-9
Severity: important

Dear Maintainer,

after updating to wheezy, the runtime lib libhdf5-serial-1.8.4_1.8.4-patch1-2
was missing. Programs compiled in squeeze didn't work anymore -- libhdf5.so.6:
cannot open. An attempt to recompile them (with C++) failed -- H5Cpp.h: No such
file or directory.

Analysis:
(1) libhdf5-7_1.8.8-9 (wheezy) conflicts with
libhdf5-serial-1.8.4_1.8.4-patch1-2.
This is a known problem, see #703340.
(2) libhdf5-dev_1.8.8-9 (wheezy) has broken C++ binding. This is also known,
see #660539 #660547 .

Bug (1) prevents downgrading to libhdf5-serial-dev_1.8.4-patch1-2 (squeeze),
as this removes the runtime lib from wheezy and prohibits updated versions of
several important applications (e.g. scilab, grace). This makes hdf5 in wheezy
unusable for C++ programmers, AFAIK. This is a serious regression, hence the
severity of the bug.

Workaround:
There is an updated version (1.8.8-9.1) of the hdf5 suite in unstable, which
addresses problem (1). After downloading the binary packages to a local
repository and putting a hold on libhdf5-serial-dev (in squeeze), the dist
upgrade had the dev packages at squeeze level and installed all runtime libs in
parallel.

Conclusion:
(a) Please allow hdf5_1.8.8-9.1 into the release of wheezy. It seems to improve
the situation in at least one important place.
If this cannot be done for some reason, I suggest to
(b) place hdf5_1.8.8-9.1 in wheezy-proposed-updates to make it easily available
for those who know what they need.


-- System Information:
Debian Release: 7.0
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.2.1-I686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libhdf5-7 depends on:
ii  libc6 2.13-38
ii  libgcc1   1:4.7.2-5
ii  libgfortran3  4.7.2-5
ii  libquadmath0  4.7.2-5
ii  zlib1g1:1.2.7.dfsg-13

libhdf5-7 recommends no packages.

libhdf5-7 suggests no packages.

-- no debconf information

Regards,
Burkhard Bunk.
--
 b...@physik.hu-berlin.de  Physics Institute, Humboldt University
 fax:++49-30 2093 7628 Newtonstr. 15
 phone:  ++49-30 2093 7980 12489 Berlin, Germany
--

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