[grass] 01/01: add patch to fix help-about name parsing, change my email addr

2014-08-11 Thread Hamish Bowman
This is an automated email from the git hooks/post-receive script.

hamish-guest pushed a commit to branch master
in repository grass.

commit 3e122e8a5395aeee1294d456411542f01ec5cbe6
Author: M. Hamish Bowman hamis...@yahoo.com
Date:   Mon Aug 11 18:11:13 2014 +1200

add patch to fix help-about name parsing, change my email addr
---
 debian/changelog|  3 ++-
 debian/patches/help_about_names | 21 +
 debian/patches/series   |  1 +
 3 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6702835..f35cb4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,13 @@ grass (6.4.4-1) UNRELEASED; urgency=low
   [ M. Hamish Bowman ]
   * Packaged new upstream version, drop redundant patches.
   * Dropped version dependency on libgdal-dev for easier backports.
+  * Added patch to fix Help-About parsing.
 
   [ Francesco Paolo Lovergine ]
   * Debhelper level set to 9. 
   * Vcs-* fields are now canonical to make lintian happy.
 
- -- M. Hamish Bowman hamis...@yahoo.com  Sun, 03 Aug 2014 18:33:07 +1200
+ -- M. Hamish Bowman hamish.webm...@gmail.com  Mon, 11 Aug 2014 18:09:42 
+1200
 
 grass (6.4.3-3) unstable; urgency=medium
 
diff --git a/debian/patches/help_about_names b/debian/patches/help_about_names
new file mode 100644
index 000..713d260
--- /dev/null
+++ b/debian/patches/help_about_names
@@ -0,0 +1,21 @@
+Index: grass/gui/wxpython/gui_core/ghelp.py
+===
+--- grass.orig/gui/wxpython/gui_core/ghelp.py  (revision 58704)
 grass/gui/wxpython/gui_core/ghelp.py   (revision 61335)
+@@ -605,15 +605,15 @@
+ contribFile = codecs.open(contribfile, encoding = 'utf-8', mode = 
'r')
+ contribs = list()
+ errLines = list()
+ for line in contribFile.readlines()[1:]:
+ line = line.rstrip('\n')
+ try:
+ if extra:
+-name, email, rfc2_agreed = line.split(',')
++name, email, country, rfc2_agreed = line.split(',')
+ else:
+ cvs_id, name, email, country, osgeo_id, rfc2_agreed = 
line.split(',')
+ except ValueError:
+ errLines.append(line)
+ continue
+ if extra:
+ contribs.append((name, email))
diff --git a/debian/patches/series b/debian/patches/series
index e7797bd..05819e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ pager
 xterm
 instdir
 check4dev
+help_about_names

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/grass.git

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


[grass] branch master updated (8a6692c - 3e122e8)

2014-08-11 Thread Hamish Bowman
This is an automated email from the git hooks/post-receive script.

hamish-guest pushed a change to branch master
in repository grass.

  from  8a6692c   provides the current ABI version
   new  3e122e8   add patch to fix help-about name parsing, change my email 
addr

The 1 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  3 ++-
 debian/patches/help_about_names | 21 +
 debian/patches/series   |  1 +
 3 files changed, 24 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/help_about_names

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/grass.git

___
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#757308: grass: Please update to use wxpython3.0

2014-08-11 Thread Olly Betts
On Thu, Aug 07, 2014 at 03:46:15PM +0200, Andreas Tille wrote:
 just a metacomment:  Due to the wxPython issue several packages get RC
 bugs filed which in several cases leads to the fact that these are
 simply removed from testing and either create a lot of work or will be
 lost for the Jessie release.

All the bugs I've filed for the wxpython3.0 transition are currently
severity important (as recommended here:
https://wiki.debian.org/Teams/ReleaseTeam/Transitions), which means
none are RC.

Are you actually talking about wxWidgets?  The bugs for the wxwidgets3.0
transition are mostly RC currently, as most have been filed for some
time.  But the testing autoremoval takes into account whether there's
activity on the bug before removing, as documented here:
https://lists.debian.org/debian-devel-announce/2013/11/msg7.html

I've just looked through the packages which have been auto-removed so
far, and most of these bugs have had no response from the maintainer
(even when I've included a patch - e.g. #749870 and #751552), or the
maintainer has explicitly been OK with the package being removed from
testing.

It seems to me the big issue here is really that we have a lot of
maintainers who don't respond to bugs in their packages.

I'm intending to do a pass over the packages which are still using
wxwidgets2.8 and try to get as many as possible moved over.  My aim
here is to migrate Debian to wxwidgets3.0 rather than to remove any
package that stands in the way of removing wxwidgets2.8.

If you're alluding to #750910 particularly, the issue there was that
there's a significantly newer upstream version, and so trying to port
the current package to wx3 seemed a bad approach.  You'd indicated
that the maintainers were going to look at updating, so I left it at
that.

 IMHO this is bad timing to get a predependency for several
 applications removed quite close to a release date.

I left wxpython3.0 until later because it released a few months after
wxwidgets3.0, and I expect fewer problems (e.g. the Unicode handling
changes cause FTBFS for some C++ applications, but aren't a problem
for Python apps).  The packages I've looked at so far seem to mostly
bear this out.

I would certainly rather have started the wxpython3.0 work sooner, but
I'm the only active wx maintainer in recent times (though Gianfranco
Costamagna has started to get involved recently), and I've been busy
with the wxwidgets3.0 transition - there's only so much I can do at
once.

But that's also the reason why we need to try to eliminate wxwidgets2.8
from jessie - I just don't have the time to maintain packages of such
a large upstream project which the upstream maintainers are no longer
interested in.  Nobody else in Debian seems interested in actually
helping to maintain 2.8, and the alternative is to have unmaintained
packages of such a large, complex and widely used piece of software.

Cheers,
Olly

___
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#757308: grass: Please update to use wxpython3.0

2014-08-11 Thread Andreas Tille
Hi Olly,

On Mon, Aug 11, 2014 at 08:07:09AM +0100, Olly Betts wrote:
 On Thu, Aug 07, 2014 at 03:46:15PM +0200, Andreas Tille wrote:
  just a metacomment:  Due to the wxPython issue several packages get RC
  bugs filed which in several cases leads to the fact that these are
  simply removed from testing and either create a lot of work or will be
  lost for the Jessie release.
 
 All the bugs I've filed for the wxpython3.0 transition are currently
 severity important (as recommended here:
 https://wiki.debian.org/Teams/ReleaseTeam/Transitions), which means
 none are RC.

Ahh, sorry.  I considered them RC as well.

 I've just looked through the packages which have been auto-removed so
 far, and most of these bugs have had no response from the maintainer
 (even when I've included a patch - e.g. #749870 and #751552), or the
 maintainer has explicitly been OK with the package being removed from
 testing.

Uhmmm, good we talked about this.  I think time is ripe to team hijack
ctsim.  Kevin M. Rosenberg is MIA / unresponsive regarding Debian Med
team maintenance offers since a long time.  So he was warned.  I'll care
about ctsim (#751552) in the next couple of days.
 
 It seems to me the big issue here is really that we have a lot of
 maintainers who don't respond to bugs in their packages.

I perfectly agree that this is the most frustrating issue for
migrations.
 
 I'm intending to do a pass over the packages which are still using
 wxwidgets2.8 and try to get as many as possible moved over.  My aim
 here is to migrate Debian to wxwidgets3.0 rather than to remove any
 package that stands in the way of removing wxwidgets2.8.

Thanks for your intense work on this.  That's really welcome.

 If you're alluding to #750910 particularly, the issue there was that
 there's a significantly newer upstream version, and so trying to port
 the current package to wx3 seemed a bad approach.  You'd indicated
 that the maintainers were going to look at updating, so I left it at
 that.

I did not had this particular bug in mind (even if we need to care for
it in Debian Med team - to bad that the people who touched the package
before did not responded yet).  When I wrote my last mail I had this
problem of gnumed-client[1] in mind.

  IMHO this is bad timing to get a predependency for several
  applications removed quite close to a release date.
 
 I left wxpython3.0 until later because it released a few months after
 wxwidgets3.0, and I expect fewer problems (e.g. the Unicode handling
 changes cause FTBFS for some C++ applications, but aren't a problem
 for Python apps).  The packages I've looked at so far seem to mostly
 bear this out.
 
 I would certainly rather have started the wxpython3.0 work sooner, but
 I'm the only active wx maintainer in recent times (though Gianfranco
 Costamagna has started to get involved recently), and I've been busy
 with the wxwidgets3.0 transition - there's only so much I can do at
 once.

That's fine.  I hope my mail was not sounding to frustrated (I guess you
get a lot of unfriendly response and I did not wanted to add to this
set, really).  Your work id really appreciated.  May be you could ask
for some help on wxpython3.0 on some relevant lists to also get this one
in right in time?

 But that's also the reason why we need to try to eliminate wxwidgets2.8
 from jessie - I just don't have the time to maintain packages of such
 a large upstream project which the upstream maintainers are no longer
 interested in.

+1

 Nobody else in Debian seems interested in actually
 helping to maintain 2.8, and the alternative is to have unmaintained
 packages of such a large, complex and widely used piece of software.

Luckily I managed to upload treeviewx yesterday and I will have a look
into ctsim and sitplus soon.  Hope this will help your effort.

Kind regards

  Andreas.

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707341#36 

-- 
http://fam-tille.de

___
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#757786: pgrouting needs update to postgresql-9.4

2014-08-11 Thread Christoph Berg
Source: pgrouting
Version: 2.0.0-2
Severity: serious
User: pkg-postgresql-pub...@lists.alioth.debian.org
Usertag: migration-94

Hi,

the default PostgreSQL version in Jessie will be 9.4. Please update
pgrouting to support it. Postgis will likely be updated later this
week.

I tried a simple recompile which worked, so hopefully all that's
needed is updating debian/control. If you need sponsoring for this
upload, please let me know.

Ideally the package would also be updated to support multiple
postgresql versions in parallel. See pg_buildext(1) for how to do
that, or ping me on IRC.

Thanks,
Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


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

[postgis] 02/05: Switch build-deps-indep back to default-jdk

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 338ed45c4eb24faeb28f46f20f57bc2b9510c2e8
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 12:32:25 2014 +0200

Switch build-deps-indep back to default-jdk
---
 debian/control| 6 --
 debian/control.in | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index b999ba4..042a73b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (= 9), po-debconf,
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql,
  maven-repo-helper
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
+Build-Depends-Indep: default-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,
@@ -89,7 +89,9 @@ Description: Geographic objects support for PostgreSQL -- 
JDBC documentation
 Package: liblwgeom-2.1.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libjson-c2 | libjson0 (= 0.9~), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
+Replaces: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
 Description: PostGIS Lightweight Geometry library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS spatially enables
diff --git a/debian/control.in b/debian/control.in
index 75e259b..2c9cb54 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,7 +14,7 @@ Build-Depends: debhelper (= 9), po-debconf,
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql,
  maven-repo-helper
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
+Build-Depends-Indep: default-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] 03/05: Add postgres-9.4-fixes.patch

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 98a8d90e594fa89c8271509b6e9096faaf6c4412
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 14:19:38 2014 +0200

Add postgres-9.4-fixes.patch
---
 debian/patches/postgres-9.4-fixes.patch | 24 
 1 file changed, 24 insertions(+)

diff --git a/debian/patches/postgres-9.4-fixes.patch 
b/debian/patches/postgres-9.4-fixes.patch
new file mode 100644
index 000..d8a1782
--- /dev/null
+++ b/debian/patches/postgres-9.4-fixes.patch
@@ -0,0 +1,24 @@
+Description: backports of upstream 2.2 commits for pg 9.4 compatibility
+Last-Update: 2014-08-11
+Forwarded: not-needed
+Origin: upstream, http://trac.osgeo.org/postgis/ticket/2685
+--- a/regress/run_test.pl
 b/regress/run_test.pl
+@@ -572,7 +572,7 @@
+ 
+   # Strip the lines we don't care about
+   @lines = grep(!/^\$/, @lines);
+-  @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT)/, @lines);
++  @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY)/, @lines);
+   @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
+   @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines);
+   @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);
+--- a/regress/binary_expected
 b/regress/binary_expected
+@@ -1,6 +1,2 @@
+-COPY 114
+-COPY 114
+ geometry|106
+-COPY 56
+-COPY 56
+ geometry|48

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] 01/05: Allow mh_clean to fail

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 973196308a469bed4e3556c51b24160be5313e74
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 12:29:29 2014 +0200

Allow mh_clean to fail
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e002109..8f2fabd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -214,7 +214,7 @@ clean: debian/control
 
dh_autotools-dev_restoreconfig
dh_autoreconf_clean
-   mh_clean
+   -mh_clean
dh_clean
 
 install: install-indep install-arch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] branch kapouer created (now 952883e)

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a change to branch kapouer
in repository postgis.

at  952883e   Update changelog

This branch includes the following new commits:

   new  9731963   Allow mh_clean to fail
   new  338ed45   Switch build-deps-indep back to default-jdk
   new  98a8d90   Add postgres-9.4-fixes.patch
   new  49e3ee5   Apply postgres-9.4-fixes.patch
   new  952883e   Update changelog

The 5 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[postgis] 04/05: Apply postgres-9.4-fixes.patch

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 49e3ee596d928130ded94115bdc6a84268ed8892
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 14:44:14 2014 +0200

Apply postgres-9.4-fixes.patch
---
 debian/patches/series | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/series b/debian/patches/series
index fd8f9f6..45fbfab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ fix-armel
 fix-manpage
 de-translation
 use-json-c
+postgres-9.4-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] 05/05: Update changelog

2014-08-11 Thread Jérémy Lal
This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch kapouer
in repository postgis.

commit 952883e21e57852e211d62d402d5cf6fdaa64de0
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 14:20:45 2014 +0200

Update changelog
---
 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d16586..e28e457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ postgis (2.1.3+dfsg-4) UNRELEASED; urgency=medium
   * Add Japanese translation by victory. Closes: 756718.
   * Add Danish translation by Joe Dalton. Closes: 757653.
   * Update for PostgreSQL 9.4.
+  * Backport upstream commits fixing test results with PostgreSQL 9.4.
+  * Switch Build-Deps back to default-jdk instead of openjdk 7 | 8,
+as gcj-jdk does work now.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 08 Aug 2014 21:32:50 +0200
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

netcdf_4.1.3-7.1_amd64.changes ACCEPTED into unstable

2014-08-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Jul 2014 16:11:22 +0200
Source: netcdf
Binary: netcdf-doc libnetcdfc7 libnetcdff5 libnetcdfc++4 libcf0 netcdf-dbg 
libnetcdf-dev netcdf-bin
Architecture: source all amd64
Version: 1:4.1.3-7.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org
Description:
 libcf0 - Interface for scientific data access to large binary data
 libnetcdf-dev - Development kit for NetCDF
 libnetcdfc++4 - Interface for scientific data access to large binary data
 libnetcdfc7 - Interface for scientific data access to large binary data
 libnetcdff5 - Interface for scientific data access to large binary data
 netcdf-bin - Programs for reading and writing NetCDF files
 netcdf-dbg - debugging symbols for NetCDF
 netcdf-doc - Documentation for NetCDF and CF
Closes: 756687
Changes:
 netcdf (1:4.1.3-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756687).
Checksums-Sha1:
 d5875b464dffac7473527101f444726170154e7e 2083 netcdf_4.1.3-7.1.dsc
 2207b72f12391d2b29a14d00e0f668b1981569eb 10372 netcdf_4.1.3-7.1.debian.tar.xz
 a8a408b5181e76919b4b2eb6e852a5431f84bb41 4428130 netcdf-doc_4.1.3-7.1_all.deb
 7b8d348bdc697bd1956751cd1292df4cd57e618e 272962 libnetcdfc7_4.1.3-7.1_amd64.deb
 fd12e869ae479b3d98d67760332fba4d9d39d64c 100316 libnetcdff5_4.1.3-7.1_amd64.deb
 61eb8d98a42fbbf1261eae620f84d0054b303d55 53762 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 7f214a40479f1691b3f160ea2955b39be70e05ef 45272 libcf0_4.1.3-7.1_amd64.deb
 993e484787cdc0f08995c337486a4066ce51d5a2 930942 netcdf-dbg_4.1.3-7.1_amd64.deb
 ff0da6f3970c16b15e7ba468c0f24abc3a5060c7 464850 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 827cdbcc2787debce490d0b00982e7e0eb192111 180408 netcdf-bin_4.1.3-7.1_amd64.deb
Checksums-Sha256:
 3d057211e573719319aa3b5d7dd93a7e4726d8b47410a91b5ac12d0c34cec5f5 2083 
netcdf_4.1.3-7.1.dsc
 8852abf2b95c821a72358180ae2e9fc3ebaa82b1276b30e53a1515d546983c5d 10372 
netcdf_4.1.3-7.1.debian.tar.xz
 72826e938d7e3fcd2da441d299c53bf81d6d930e3035fc2bf349aed2b9b58558 4428130 
netcdf-doc_4.1.3-7.1_all.deb
 68b0dab1c4f6c46e1700830d9eab8f91adaa53405421322ce2b4041dfa9786bb 272962 
libnetcdfc7_4.1.3-7.1_amd64.deb
 78a529eacb19f6d42b6d848e3c578df318e7cb302e7f62e66d5e205dd824f4e0 100316 
libnetcdff5_4.1.3-7.1_amd64.deb
 895033e4bfd6438e18917e9f20ad8d5eff593a25f55c20821c990cde248c903d 53762 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 421e1fadc632c33a83cdbd8f75aec8a4141dbc524190b8577fa18b0ca2a81dd9 45272 
libcf0_4.1.3-7.1_amd64.deb
 69904cd6409b1700d2fbef28de906c8466e23016271d07abd811c4d709516002 930942 
netcdf-dbg_4.1.3-7.1_amd64.deb
 0bb352efe7acfaf7dc8df5b31212cef6ad97e1edb4b0c70b6da4b42a47b7e649 464850 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 c07e9fe05274c0513b23996dfb3b7c80a9c3cc1763afcde09adc0627ba2a824c 180408 
netcdf-bin_4.1.3-7.1_amd64.deb
Files:
 e8d8f06f8eda897fb59458a9ec9b7620 4428130 doc optional 
netcdf-doc_4.1.3-7.1_all.deb
 ced878b5746874b5b2934dfbe5082d7d 272962 libs optional 
libnetcdfc7_4.1.3-7.1_amd64.deb
 66463e4c5a41b54cb8b4ad667c676329 100316 libs optional 
libnetcdff5_4.1.3-7.1_amd64.deb
 17a086c53566f1d5929fc2f6cdca9651 53762 libs optional 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 9ee8b04ef03b24412cc9e2f76da3bcaf 45272 libs optional libcf0_4.1.3-7.1_amd64.deb
 10ccefdbb2cf5c9255d538724571a69f 930942 debug extra 
netcdf-dbg_4.1.3-7.1_amd64.deb
 5b7941df188d68e530d3900ab2507128 464850 libdevel optional 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 45febf63934fc4c888e31c628087ec65 180408 science optional 
netcdf-bin_4.1.3-7.1_amd64.deb
 5d8e58313cdfab4e53b5998c1f3cc2e6 2083 science optional netcdf_4.1.3-7.1.dsc
 c580f2ce04d014a67cfe411a5ace3cfe 10372 science optional 
netcdf_4.1.3-7.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT4kCCAAoJEO/obGx//s+D6jAH/0GilDrNz61tSOoK5sbI/yEo
BMjDCoiP4PH6yvl+baQYi4L1qWlK3MQwe4T+f///Lnn9Xl8uMGm3lgx30WVqu0O/
LNtH4pSyOXgTQ/8rGM8JbjM/S/k0d1DxMrKTEPXW8sIcfBy1OTjRegfNT/MIJqzN
qB9xOwv1jCfy7yZDngN12KMU5QJi5LXyXl/J9ovi0MdhDpBQboAC5UX4lPl1EwQX
aI6QjlfyWuO/SchuSbZhZvD4bf9pQVQDZtWm3DZJVIjLLFbpgZ1JwdK5zqH0Kb9P
GVQ0QZ2HVu82CDTL2YLeZ+TZy3H4OEzPtq1+yNb6ZH7PW/pMab0/X7ICg6cq3Uw=
=TVtM
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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#756687: marked as done (netcdf: [hdf5 transition] please support hdf5 1.8.13 new packaging layout)

2014-08-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 Aug 2014 15:39:38 +
with message-id e1xgrhc-0003v1...@franck.debian.org
and subject line Bug#756687: fixed in netcdf 1:4.1.3-7.1
has caused the Debian Bug report #756687,
regarding netcdf: [hdf5 transition] please support hdf5 1.8.13 new packaging 
layout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
756687: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756687
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: netcdf
Version: 1:4.1.3-7
Severity: important
Tags: patch
User: p...@debian.org
Usertags: HDF5-transition

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

The hdf5 1.8.13 package in experimental features a new layout for
headers and libraries, so that all the binary packages are now
co-installable.

Please find attached a patch proposal to support both the current
and the new layouts.

Because this bug is in the way of the hdf5 transition I intend to NMU
in a few days. I apologize for the urge, and I hope this approach won't
offend you. Please tell me otherwise.

Kind regards,

_g.

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT2sZvAAoJEO/obGx//s+D2PEIAJcmArcRXIGelsXsqqMM7PrT
byMkj4xlYfDpApDMRLwLcTTBq2RgfVhdIFQfVB4NKThF05NWHCBMSnGOQSPJWzhr
nrOe2EcHVK4V9gOCcfC1Mqv+EA7++0rUU2YVH9gqSo/Oqdx+Y+GoZQtkmUhpNGSn
ZCkVurs/W275hDh1mhErhQfO13Wx5Hwxy/uItF9yEA+T+AFqDnw9LVk51Cft5cK1
p3S8vQB8J30NpVSdikPxy1W2Mi4AHnK3FjDZVc6S5V3blX4KgoWsAsep6R6yMnKV
pQdRoHu8AKE5lw3Yod3jEOT/cnORsrCWTx9JhL35TEAxdo0heXWq0Pibov2wdAg=
=ckTm
-END PGP SIGNATURE-
diff -Nru netcdf-4.1.3/debian/changelog netcdf-4.1.3/debian/changelog
--- netcdf-4.1.3/debian/changelog	2013-10-09 14:50:35.0 +0200
+++ netcdf-4.1.3/debian/changelog	2014-07-24 16:11:22.0 +0200
@@ -1,3 +1,10 @@
+netcdf (1:4.1.3-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini p...@debian.org  Thu, 24 Jul 2014 16:11:22 +0200
+
 netcdf (1:4.1.3-7) unstable; urgency=low
 
   * Team upload
diff -Nru netcdf-4.1.3/debian/rules netcdf-4.1.3/debian/rules
--- netcdf-4.1.3/debian/rules	2013-10-09 14:35:06.0 +0200
+++ netcdf-4.1.3/debian/rules	2014-07-31 11:08:32.0 +0200
@@ -9,14 +9,19 @@
 # skipping of fort-nc4.c without that.
 #
 # Remote sites could be not available at check time, so disabling some tests...
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap 
+#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-libcf --enable-dap 
 # This is useful to avoid remote Nap checks
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap --disable-dap-remote-tests
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-libcf --enable-dap --disable-dap-remote-tests
 DEB_CONFIGURE_SCRIPT_ENV += FC=gfortran
 DEB_CONFIGURE_SCRIPT_ENV += CXX=g++
 DEB_CONFIGURE_SCRIPT_ENV += CC=gcc
 DEB_CONFIGURE_SCRIPT_ENV += CPPFLAGS=-DgFortran
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  CFLAGS += -I/usr/include/hdf5/serial
+  LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/RELEASE_NOTES
---End Message---
---BeginMessage---
Source: netcdf
Source-Version: 1:4.1.3-7.1

We believe that the bug you reported is fixed in the latest version of
netcdf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini p...@debian.org (supplier of updated netcdf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8

[postgis] 01/03: Allow mh_clean to fail

2014-08-11 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository postgis.

commit ac4c970beef4969a2d48ac1d361f05769b0a3eb6
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 12:29:29 2014 +0200

Allow mh_clean to fail
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e002109..8f2fabd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -214,7 +214,7 @@ clean: debian/control
 
dh_autotools-dev_restoreconfig
dh_autoreconf_clean
-   mh_clean
+   -mh_clean
dh_clean
 
 install: install-indep install-arch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] 03/03: Add postgres-9.4-fixes.patch

2014-08-11 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository postgis.

commit b8bad3ecef5bcc0554c57f743a57f0c42685b66a
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 14:19:38 2014 +0200

Add postgres-9.4-fixes.patch
---
 debian/changelog|  1 +
 debian/patches/postgres-9.4-fixes.patch | 24 
 debian/patches/series   |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cd6179e..d22f096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ postgis (2.1.3+dfsg-4) UNRELEASED; urgency=medium
   [ Jérémy Lal ]
   * Switch Build-Deps back to default-jdk instead of openjdk 7 | 8,
 as gcj-jdk does work now.
+  * Backport upstream commits fixing test results with PostgreSQL 9.4.
 
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 08 Aug 2014 21:32:50 +0200
 
diff --git a/debian/patches/postgres-9.4-fixes.patch 
b/debian/patches/postgres-9.4-fixes.patch
new file mode 100644
index 000..d8a1782
--- /dev/null
+++ b/debian/patches/postgres-9.4-fixes.patch
@@ -0,0 +1,24 @@
+Description: backports of upstream 2.2 commits for pg 9.4 compatibility
+Last-Update: 2014-08-11
+Forwarded: not-needed
+Origin: upstream, http://trac.osgeo.org/postgis/ticket/2685
+--- a/regress/run_test.pl
 b/regress/run_test.pl
+@@ -572,7 +572,7 @@
+ 
+   # Strip the lines we don't care about
+   @lines = grep(!/^\$/, @lines);
+-  @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT)/, @lines);
++  @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY)/, @lines);
+   @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines);
+   @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines);
+   @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);
+--- a/regress/binary_expected
 b/regress/binary_expected
+@@ -1,6 +1,2 @@
+-COPY 114
+-COPY 114
+ geometry|106
+-COPY 56
+-COPY 56
+ geometry|48
diff --git a/debian/patches/series b/debian/patches/series
index fd8f9f6..45fbfab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,3 +7,4 @@ fix-armel
 fix-manpage
 de-translation
 use-json-c
+postgres-9.4-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] 02/03: Switch build-deps-indep back to default-jdk

2014-08-11 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a commit to branch master
in repository postgis.

commit 9c11728f480f0634845b786d431145123d3f3866
Author: Jérémy Lal kapo...@melix.org
Date:   Mon Aug 11 12:32:25 2014 +0200

Switch build-deps-indep back to default-jdk
---
 debian/changelog  | 5 +
 debian/control| 6 --
 debian/control.in | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d16586..cd6179e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 postgis (2.1.3+dfsg-4) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Add Czech translation by Michal Šimůnek. Closes: 751426.
   * Add Japanese translation by victory. Closes: 756718.
   * Add Danish translation by Joe Dalton. Closes: 757653.
   * Update for PostgreSQL 9.4.
 
+  [ Jérémy Lal ]
+  * Switch Build-Deps back to default-jdk instead of openjdk 7 | 8,
+as gcj-jdk does work now.
+
  -- Bas Couwenberg sebas...@xs4all.nl  Fri, 08 Aug 2014 21:32:50 +0200
 
 postgis (2.1.3+dfsg-3) unstable; urgency=high
diff --git a/debian/control b/debian/control
index b999ba4..042a73b 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: debhelper (= 9), po-debconf,
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql,
  maven-repo-helper
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
+Build-Depends-Indep: default-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,
@@ -89,7 +89,9 @@ Description: Geographic objects support for PostgreSQL -- 
JDBC documentation
 Package: liblwgeom-2.1.3
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}, libjson-c2 | libjson0 (= 0.9~), ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Breaks: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
+Replaces: liblwgeom-2.1.2 ( 2.1.3+dfsg-2)
 Description: PostGIS Lightweight Geometry library
  PostGIS adds support for geographic objects to the PostgreSQL
  object-relational database. In effect, PostGIS spatially enables
diff --git a/debian/control.in b/debian/control.in
index 75e259b..2c9cb54 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -14,7 +14,7 @@ Build-Depends: debhelper (= 9), po-debconf,
  libgtk2.0-dev, libgdal-dev (= 1.9.0~) | libgdal1-dev (= 1.9.0~),
  postgresql-server-dev-all, postgresql-common (= 148~), postgresql,
  maven-repo-helper
-Build-Depends-Indep: openjdk-8-jdk | openjdk-7-jdk,
+Build-Depends-Indep: default-jdk,
  libpostgresql-jdbc-java, fastjar, libjts-java (= 1.7), maven2,
  libmaven-clean-plugin-java, libmaven-jar-plugin-java,
  libsurefire-java, libmaven-compiler-plugin-java,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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

[postgis] branch master updated (0614984 - b8bad3e)

2014-08-11 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch master
in repository postgis.

  from  0614984   Add Danish translation by Joe Dalton. Closes: 757653.
   new  ac4c970   Allow mh_clean to fail
   new  9c11728   Switch build-deps-indep back to default-jdk
   new  b8bad3e   Add postgres-9.4-fixes.patch

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog|  6 ++
 debian/control  |  6 --
 debian/control.in   |  2 +-
 debian/patches/postgres-9.4-fixes.patch | 24 
 debian/patches/series   |  1 +
 debian/rules|  2 +-
 6 files changed, 37 insertions(+), 4 deletions(-)
 create mode 100644 debian/patches/postgres-9.4-fixes.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


[postgis] branch kapouer deleted (was 952883e)

2014-08-11 Thread Bas Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic-guest pushed a change to branch kapouer
in repository postgis.

   was  952883e   Update changelog

This change permanently discards the following revisions:

  discards  952883e   Update changelog
  discards  49e3ee5   Apply postgres-9.4-fixes.patch
  discards  98a8d90   Add postgres-9.4-fixes.patch
  discards  338ed45   Switch build-deps-indep back to default-jdk
  discards  9731963   Allow mh_clean to fail

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

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


h5utils_1.12.1-2.1_amd64.changes ACCEPTED into unstable

2014-08-11 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Aug 2014 17:44:53 +0200
Source: h5utils
Binary: h5utils
Architecture: source amd64
Version: 1.12.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org
Description:
 h5utils- HDF5 files visualization tools
Closes: 756670
Changes:
 h5utils (1.12.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756670).
Checksums-Sha1:
 6d46ac54da34dc186cbe2b20b37851c84b83c7d7 1656 h5utils_1.12.1-2.1.dsc
 01522890698cb26f8e2684669a9acbc60b739e86 5910 h5utils_1.12.1-2.1.diff.gz
 6a2455a67f26020ee80066f3713fd2462136fe53 243768 h5utils_1.12.1-2.1_amd64.deb
Checksums-Sha256:
 a5d70f4d4e924262b61ae857609db48193537524e08643f86e990fff756900b4 1656 
h5utils_1.12.1-2.1.dsc
 37b57ae55dc8f1e2032289b6aa0db20b2b3821ae8c1d8cf5d53426aeb01c5b22 5910 
h5utils_1.12.1-2.1.diff.gz
 2b3b5c21977aeb4fcc742e05e5280072656568ad9dff609b146beb148885f439 243768 
h5utils_1.12.1-2.1_amd64.deb
Files:
 de59770b30ccc251a600e2d8471432a8 243768 science optional 
h5utils_1.12.1-2.1_amd64.deb
 b40e435b616f54ac3a16482df706047d 1656 science optional h5utils_1.12.1-2.1.dsc
 fa7c5f6c1c0c858930b6ecb04f5e6fb6 5910 science optional 
h5utils_1.12.1-2.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT4lCfAAoJEO/obGx//s+DFgIH/0mkO5pXO/2tzPvvL2oC+mlL
loQ7ee5kUxk310Qd0eqnH0rM6Ve/XP3PdvLrW6PNOPAfLR2QAPGjJ9tfwul2RD2k
/tRa0sfPiuhOA7ndgL32j7KnG2ZCbBKkZBdyEcrMAtd6wgI87rcd/31wsR/I1Ytd
KPBmyxnTxAVTLgDTvyQUXkcEWZSFFFb1lW6bo064ibuMTaxqF4ZEf9FO649oFVgs
Tqh1bymTP2OMNwm+kFbhFuzZQOQQnJUME0aR9r+DOgiSktXsvqOtnXCD4zXMyBWv
PltfIUPuFtVI0jZu3n2tH+4Czl+LDhs72Xv9czN1fMjB77dFlEBf+2t3JoidcOk=
=4EfJ
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
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#756670: marked as done (h5utils: [hdf5 transition] please support hdf5 1.8.13 new packaging layout)

2014-08-11 Thread Debian Bug Tracking System
Your message dated Mon, 11 Aug 2014 16:19:24 +
with message-id e1xgsjg-o2...@franck.debian.org
and subject line Bug#756670: fixed in h5utils 1.12.1-2.1
has caused the Debian Bug report #756670,
regarding h5utils: [hdf5 transition] please support hdf5 1.8.13 new packaging 
layout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
756670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756670
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: h5utils
Version: 1.12.1-2
Severity: important
Tags: patch
User: p...@debian.org
Usertags: HDF5-transition

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

The hdf5 1.8.13 package in experimental features a new layout for
headers and libraries, so that all the binary packages are now
co-installable.

Please find attached a patch proposal to support both the current
and the new layouts.

Because this bug is in the way of the hdf5 transition I intend to NMU
in a few days. I apologize for the urge, and I hope this approach won't
offend you. Please tell me otherwise.

Kind regards,

_g.

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJT2sFxAAoJEO/obGx//s+DtzAH/A+8Ie0fu3z8wHDGnfAczhzT
P5+tJGr5AbdSEUrJT/ZPgnzijc59Y3L3M1fJ5BPMdgJDvhpeMKi6GFrkAIXn6WAc
5OWC+isSeNRVwqesXgB+9gro13pvw+vhG6aP8ncprAVc8WKj14GhD5tAbpXFUvRg
rwRFH+Wfqwlh4fTKR9RzJNGCoIhiHN4DaFa9ce9BFNsZLk7cQ3TkY7gGQTUPRHYA
mfSrav2aytxOrRDJh7Zceta0Ov7qh3Iv8rz1/z6kZ95EGK45PSdNjMxpq35BDrGr
ZwWm1zStRd3bAeyHn7n5Gq4kO1my7q+96trn5FoKpIAxmtg9qPTcNsI1eBTFoww=
=mTuq
-END PGP SIGNATURE-
diff -u h5utils-1.12.1/debian/rules h5utils-1.12.1/debian/rules
--- h5utils-1.12.1/debian/rules
+++ h5utils-1.12.1/debian/rules
@@ -20,6 +20,11 @@
  export CPPFLAGS
 endif
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export CPPFLAGS += -I/usr/include/hdf5/serial
+  export LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
 patch: patch-stamp
 patch-stamp:
 	QUILT_PATCHES=debian/patches quilt push --color=auto -a || [ $$? = 2 ]
diff -u h5utils-1.12.1/debian/changelog h5utils-1.12.1/debian/changelog
--- h5utils-1.12.1/debian/changelog
+++ h5utils-1.12.1/debian/changelog
@@ -1,3 +1,10 @@
+h5utils (1.12.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini p...@debian.org  Fri, 25 Jul 2014 11:10:24 +0200
+
 h5utils (1.12.1-2) unstable; urgency=low
 
   * Fixed a FTBS with libpng 1.5: patch png1.5.
---End Message---
---BeginMessage---
Source: h5utils
Source-Version: 1.12.1-2.1

We believe that the bug you reported is fixed in the latest version of
h5utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini p...@debian.org (supplier of updated h5utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Aug 2014 17:44:53 +0200
Source: h5utils
Binary: h5utils
Architecture: source amd64
Version: 1.12.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org
Description:
 h5utils- HDF5 files visualization tools
Closes: 756670
Changes:
 h5utils (1.12.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756670).
Checksums-Sha1:
 6d46ac54da34dc186cbe2b20b37851c84b83c7d7 1656 h5utils_1.12.1-2.1.dsc
 01522890698cb26f8e2684669a9acbc60b739e86 5910 h5utils_1.12.1-2.1.diff.gz
 6a2455a67f26020ee80066f3713fd2462136fe53 243768 h5utils_1.12.1-2.1_amd64.deb
Checksums-Sha256:
 a5d70f4d4e924262b61ae857609db48193537524e08643f86e990fff756900b4 1656 
h5utils_1.12.1-2.1.dsc
 37b57ae55dc8f1e2032289b6aa0db20b2b3821ae8c1d8cf5d53426aeb01c5b22 5910 
h5utils_1.12.1-2.1.diff.gz
 

gpsprune 16.3-1 MIGRATED to testing

2014-08-11 Thread Debian testing watch
FYI: The status of the gpsprune source package
in Debian's testing distribution has changed.

  Previous version: 16.2-1
  Current version:  16.3-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 https://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


[pktools] annotated tag debian/2.5.2+20140505-2 created (now 4f97dbc)

2014-08-11 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to annotated tag debian/2.5.2+20140505-2
in repository pktools.

at  4f97dbc   (tag)
   tagging  3535524bd823b81b443e2e41b4b349468364bd37 (commit)
  replaces  upstream/2.5.2+20140505
 tagged by  Ross Gammon
on  Mon Aug 11 22:22:54 2014 +0200

- Log -
pktools Debian release 2.5.2+20140505-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJT6SYeAAoJEFP+e72miRD8CHwP/inm/2z5xGFjZ0Hvwjc8On/x
09es1OTwgjaSYqba2Z7IZjHtvBfH0eEFWm7XX1/OWi5O875Zh6WQu+hCrio4tWEJ
JVa5nHn3PL/0GHLVsFIPJC8kYvIZKFHkqMnEcycpRP8wozjQYlOdrt3HZsVnWyfP
vj12kavNhV3osc4qeax2ui7oPvonYEQw3QPaV9PBYY64MXnEZYhiKIG6ajci+pRy
szd0dAz4q6Ggo56bDRNtvfKJnBdVkcpcMTdBRIljSKzD+gsT7A2Yq0oGLPf9I13P
kZOVnxRxTSA+2ETMVCcLs8dqJOT1kG/9Qk1KCq6BZ31zkV9K0qnCR3rdebF++8t3
baLyUmW644eRqGdzk+EFTzrxUc0Fj3Gc0DqV15lo5+lcEgUOTeLy7B46IWs1we98
0CrTFdvrgzT5u/eB3pQ0VEBiM1EQfR2/X6Wg239GgrP4/Gy6L1zOzZ0wVACtfE0H
7IqdUCddTMlHjgt7Lskm+EqDaHbTBEwcsBUC1mvF0qw6SEBdcXd3pkjf6f0Uj7ZQ
8jgZ/cypdzOkDoW1R2IOHvWLAlw4Qt25PaPUIUFNOZLxn4WonqEIlzC6Juf5UoOt
k3Hakg62IyUFBOUZ0pyY6jWVF4TGJ8S4zLlcJ4r53hzpDlA3Jkk2uCKnVXGtjgMI
wGrgkQeTNH1J6p+vF0Tg
=+YrR
-END PGP SIGNATURE-

Bas Couwenberg (9):
  Mark as team upload.
  Handle common watch file issues, don't match pktools-latest.tar.gz.
  Reformat control file with cme.
  Fix duplicate short description.
  Add patch to fix 'bandwidth' typo.
  Use dh-autoreconf for retooling.
  Add patch to set subdir-objects automake option for forward compatibility.
  Close bug with dh-autoreconf change.
  Add gbp.conf to use pristine-tar by default.

Francesco P. Lovergine (1):
  Better long description and now using Enhances instead of a fictious 
Provides:

Francesco Paolo Lovergine (19):
  Initial debian/ tree
  Added b-d on pkg-config
  Added fix to force redefinition of symbol colliding with GDAL headers.
  Changes to avoid symbol collisions.
  Merge tag 'upstream/2.5.1'
  Added new b-d on liblas-c-dev and introduced initial guess for files to be
  Merge tag 'upstream/2.5.2'
  Removed patches and introduced a new -dev package.
  Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/pktools
  Fixed a missing copyright.
  Added support files for -dev package and revised installation files.
  Added missing b-d on libsvm-dev
  Fixed list of binaries to install and added a required b-d.
  Added static libs to the -dev package
  Fixed debian/copyright
  Merge tag 'upstream/2.5.2+20140505'
  Updated to current edition of 2.5.2 as in upstream archive.
  Fixed binary name.
  Fixed copyright format.

Ross Gammon (3):
  Support for hfd5 transition to v1.8.13
  Start bug fix release
  Set distribution to unstable

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

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


[pktools] branch master updated (3535524 - 423545a)

2014-08-11 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch master
in repository pktools.

  from  3535524   Set distribution to unstable
   new  57476e1   Ignore quilt files and unapply patches after build
   new  4cc16ce   Add support for libLAS 1.8.0
   new  423545a   Update changelog

The 3 revisions listed above as new are entirely new to this
repository and will be described in separate emails.  The revisions
listed as adds were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore |  2 ++
 debian/changelog   |  9 
 debian/patches/latest_libLAS_support.patch | 34 ++
 debian/patches/series  |  1 +
 debian/source/local-options|  1 +
 5 files changed, 47 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 debian/patches/latest_libLAS_support.patch
 create mode 100644 debian/source/local-options

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

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


[pktools] 03/03: Update changelog

2014-08-11 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository pktools.

commit 423545a1383c1a88ab95b40acb885b95df8de147
Author: Ross Gammon rossgam...@mail.dk
Date:   Mon Aug 11 23:57:08 2014 +0200

Update changelog
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1789421..3fefcd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pktools (2.5.2+20140505-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * UNRELEASED
+  * Ignore quilt files and unapply patches after build
+  * Add support for libLAS 1.8.0 (Closes: #757584)
+
+ -- Ross Gammon rossgam...@mail.dk  Mon, 11 Aug 2014 22:29:50 +0200
+
 pktools (2.5.2+20140505-2) unstable; urgency=medium
 
   [ Ross Gammon ]

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

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


[pktools] 02/03: Add support for libLAS 1.8.0

2014-08-11 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository pktools.

commit 4cc16ce8fe136ad9d714770c8a99e720e1896477
Author: Ross Gammon rossgam...@mail.dk
Date:   Mon Aug 11 23:54:13 2014 +0200

Add support for libLAS 1.8.0
---
 debian/patches/latest_libLAS_support.patch | 34 ++
 debian/patches/series  |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/latest_libLAS_support.patch 
b/debian/patches/latest_libLAS_support.patch
new file mode 100644
index 000..1f4aa2f
--- /dev/null
+++ b/debian/patches/latest_libLAS_support.patch
@@ -0,0 +1,34 @@
+From: Pieter Kempeneers kempe...@gmail.com
+Subject: liblas 1.8 support
+
+* src/apps/pkfilterdem.cc
+* src/apps/pklas2img.cc
+
+Origin: upstream, 
http://git.savannah.gnu.org/cgit/pktools.git/commit/?id=7de3a2b42c92056bbf3f8a9e3ea2fb5ebf361bde
+Bug: https://savannah.nongnu.org/bugs/?42951
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757584
+
+--- pktools.orig/src/apps/pkfilterdem.cc
 pktools/src/apps/pkfilterdem.cc
+@@ -322,8 +322,9 @@
+   
hThreshold=hThreshold_opt[0]+maxSlope_opt[0]*(newdim-dim)*input.getDeltaX();
+   dim=newdim;
+   if(hThreshold_opt.size()1){
+-  if(hThresholdhThreshold_opt[1])
++  if(hThresholdhThreshold_opt[1]){
+ hThreshold=hThreshold_opt[1];
++}
+   }
+   std::cout  iteration   iteration  :   nchange   pixels 
changed  std::endl;
+   ++iteration;
+--- pktools.orig/src/apps/pklas2img.cc
 pktools/src/apps/pklas2img.cc
+@@ -282,7 +282,7 @@
+   attribute_opt.erase(ait);
+   }
+ }
+-liblas::Point thePoint;
++liblas::Point thePoint((lasReader.getHeader()));
+ while(lasReader.readNextPoint(thePoint)){
+   progress=static_castfloat(ipoint)/totalPoints;
+   pfnProgress(progress,pszMessage,pProgressArg);
diff --git a/debian/patches/series b/debian/patches/series
index 0cdaa8e..5dc3ab2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+latest_libLAS_support.patch
 bandwidth-typo.patch
 automake-subdir-objects.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

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


[pktools] 01/03: Ignore quilt files and unapply patches after build

2014-08-11 Thread Ross Gammon
This is an automated email from the git hooks/post-receive script.

ross-guest pushed a commit to branch master
in repository pktools.

commit 57476e192de482ca9fae48f45fbdb540f4b50490
Author: Ross Gammon rossgam...@mail.dk
Date:   Mon Aug 11 23:50:49 2014 +0200

Ignore quilt files and unapply patches after build
---
 .gitignore  | 2 ++
 debian/source/local-options | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000..4a28f51
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+# quilt patches
+.pc
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pktools.git

___
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#757884: Functions nc_uriparse and ocuriparse causes segmentation faults on malformed URLs

2014-08-11 Thread Martin Steghöfer

Package: netcdf
Version: 4.1.3-7

The functions nc_uriparse in nc_uri.c and ocuriparse in ocuri.c 
(which are very, very similar to each other, almost copies) both don't 
check properly for malformed URIs. For example they cause a segmentation 
fault when given the URI file:o/, file://, file://a or 
http://hostname/; (the latter one indirectly through a null-pointer 
returned by the mentioned functions, which is then referenced in 
ocuribuild, when doing an ocopen).


This causes bugs in downstream libraries and executables, e.g. in mincdump:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716119

As it's not fixed in the most recent upstream version (4.3.2), I tried 
to report the bug upstream (to the netcdf developers), but it looks like 
their bug tracking system is read-only, even after signing up (then what 
do they have it for anyway?). I'm gonna try via email now.


But as the Debian package is way behind upstream (sticking with 4.1.*), 
an upstream fix probably wouldn't help you, either. So I provided a 
patch to fix the problem.


Description: Fix checks for malformed URIs to avoid crashes
 The functions nc_uriparse and ocuriparse caused a segmentation fault
 when called on malformed URIs like file:o/, file:// or file:///.
 This was due to: (1) An error in the check for the // part of the URI
 (between the [protocol]: and the hostname part), (2) a missing bail-out
 when the part containing file and constraints is missing. Besides, the fact
 that both functions set a null-pointer as file string when the file part
 was present, but empty (containing only one slash), caused a segmentation
 fault in ocuribuild when passing a URL like http://domain.org/; to ocopen.
Author: Martin Steghöfer mar...@steghoefer.eu

--- a/libdispatch/nc_uri.c
+++ b/libdispatch/nc_uri.c
@@ -115,7 +115,7 @@
 p += strlen(protocol);
 
 /* 5. skip // */
-if(*p != '/'  *(p+1) != '/')
+if(*p != '/' || *(p+1) != '/')
 	goto fail;
 p += 2;
 
@@ -123,6 +123,8 @@
 file = strchr(p,'/');
 if(file) {
 	*file++ = '\0'; /* warning: we just overwrote the leading / */
+} else {
+goto fail;
 }
 
 /* 7. extract any user:pwd */
@@ -165,12 +167,10 @@
 nc_uri-host = strdup(host);
 if(port  strlen(port)  0)
 nc_uri-port = strdup(port);
-if(file  strlen(file)  0) {
-	/* Add back the leading / */
-nc_uri-file = malloc(strlen(file)+2);
-	strcpy(nc_uri-file,/);
-strcat(nc_uri-file,file);
-}
+/* Add back the leading / */
+nc_uri-file = malloc(strlen(file)+2);
+strcpy(nc_uri-file,/);
+strcat(nc_uri-file,file);
 if(constraint  strlen(constraint)  0)
 nc_uri-constraint = strdup(constraint);
 nc_urisetconstraints(nc_uri,constraint);
--- a/oc/ocuri.c
+++ b/oc/ocuri.c
@@ -115,7 +115,7 @@
 p += strlen(protocol);
 
 /* 5. skip // */
-if(*p != '/'  *(p+1) != '/')
+if(*p != '/' || *(p+1) != '/')
 	goto fail;
 p += 2;
 
@@ -123,6 +123,8 @@
 file = strchr(p,'/');
 if(file) {
 	*file++ = '\0'; /* warning: we just overwrote the leading / */
+} else {
+goto fail;
 }
 
 /* 7. extract any user:pwd */
@@ -165,12 +167,10 @@
 ocuri-host = strdup(host);
 if(port  strlen(port)  0)
 ocuri-port = strdup(port);
-if(file  strlen(file)  0) {
-	/* Add back the leading / */
-ocuri-file = malloc(strlen(file)+2);
-	strcpy(ocuri-file,/);
-strcat(ocuri-file,file);
-}
+/* Add back the leading / */
+ocuri-file = malloc(strlen(file)+2);
+strcpy(ocuri-file,/);
+strcat(ocuri-file,file);
 if(constraint  strlen(constraint)  0)
 ocuri-constraint = strdup(constraint);
 ocurisetconstraints(ocuri,constraint);
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Processed: Confirmed fixed, and update prepared

2014-08-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 757584 pending
Bug #757584 [src:pktools] pktools fails to build against liblas-dev 1.8.0
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
757584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757584
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

___
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#757584: Confirmed fixed, and update prepared

2014-08-11 Thread Ross Gammon
tags 757584 pending
thanks

The upstream fix has been applied as a patch, and it is confirmed that
pktools now builds against libLAS v1.8.0. A new version of pktools with
this patch has been pushed to alioth.

I suggest we wait until the current version of pktools migrates to
testing before uploading, in order not to hold up the hdf5 transition.

Regards,

Ross



signature.asc
Description: OpenPGP 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

Bug#757308: grass: Please update to use wxpython3.0

2014-08-11 Thread Olly Betts
On Mon, Aug 11, 2014 at 09:45:19AM +0200, Andreas Tille wrote:
 On Mon, Aug 11, 2014 at 08:07:09AM +0100, Olly Betts wrote:
  I've just looked through the packages which have been auto-removed so
  far, and most of these bugs have had no response from the maintainer
  (even when I've included a patch - e.g. #749870 and #751552), or the
  maintainer has explicitly been OK with the package being removed from
  testing.
 
 Uhmmm, good we talked about this.  I think time is ripe to team hijack
 ctsim.  Kevin M. Rosenberg is MIA / unresponsive regarding Debian Med
 team maintenance offers since a long time.  So he was warned.  I'll care
 about ctsim (#751552) in the next couple of days.

That's one of those packages which I'm reluctant to NMU as I don't have
suitable test data, and I don't know much about the field they're used
in, so even with suitable test data I'm not sure how well I could test
an updated package.  So I'm particularly glad to see it taken care of.

  If you're alluding to #750910 particularly, the issue there was that
  there's a significantly newer upstream version, and so trying to port
  the current package to wx3 seemed a bad approach.  You'd indicated
  that the maintainers were going to look at updating, so I left it at
  that.
 
 I did not had this particular bug in mind (even if we need to care for
 it in Debian Med team - to bad that the people who touched the package
 before did not responded yet).  When I wrote my last mail I had this
 problem of gnumed-client[1] in mind.

That's an unfortunate situation, but there just isn't a release of
wxPython which supports Python 3 yet.

However, that's orthogonal to the wxPython 2.8-3.0 transition - if
gnumed-client remained using wxPython 2.8, it would still be stuck in
the same situation.  The essential problem is simply that gnumed-client
has one dependency which is dropping python2 support and another which
doesn't yet have python3 support.

I've not looked at what gnumed-client uses python-uno for, but if it
is just doing document conversion, then LO 4.3 has a libreofficekit
API (it was actually in 4.2 as liblibreoffice, but 4.3 is more solid)
which provides access to document conversion with significantly less
overhead than via uno: https://github.com/xrmx/pylokit

Otherwise, the only short-term solution which I can think of is for
gnumed-client to add a python2 facade to access python3.3-uno, e.g.
serialising function calls over a pipe.  I don't know how feasible that
would be though.

  I would certainly rather have started the wxpython3.0 work sooner, but
  I'm the only active wx maintainer in recent times (though Gianfranco
  Costamagna has started to get involved recently), and I've been busy
  with the wxwidgets3.0 transition - there's only so much I can do at
  once.
 
 That's fine.  I hope my mail was not sounding to frustrated (I guess you
 get a lot of unfriendly response and I did not wanted to add to this
 set, really).  Your work id really appreciated.  May be you could ask
 for some help on wxpython3.0 on some relevant lists to also get this one
 in right in time?

I'd certainly be happy with fewer unfriendly responses, but there
really haven't been a lot.

I have a script in the works to aid with porting to wxPython 3.0 by
updating for a few changes to constant and method names, based on
experience so far and the (sadly rather vague in places) list of changes
upstream provide.  Once that's in a sane state, my plan was to send a
note to appropriate lists.

 Luckily I managed to upload treeviewx yesterday and I will have a look
 into ctsim and sitplus soon.  Hope this will help your effort.

Yes, much appreciated.

Cheers,
Olly

___
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#757584: Confirmed fixed, and update prepared

2014-08-11 Thread Sebastiaan Couwenberg
On 08/12/2014 12:07 AM, Ross Gammon wrote:
 The upstream fix has been applied as a patch, and it is confirmed that
 pktools now builds against libLAS v1.8.0. A new version of pktools with
 this patch has been pushed to alioth.
 
 I suggest we wait until the current version of pktools migrates to
 testing before uploading, in order not to hold up the hdf5 transition.

Agreed.

If in the mean time pktools 2.5.3 is released, we can consider uploading
that instead of 2.5.2 + git changes and patches.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

___
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#757898: tilelite: Wrong URL in deian/control Homepage field

2014-08-11 Thread Simon Kainz
Package: tilelite
Severity: minor
Tags: patch

Hello,

The original website states that the page moved to github, please see the
attached patch.




-- System Information:
Debian Release: 7.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- control.orig	2014-08-12 07:26:50.245084557 +0200
+++ control	2014-08-12 07:27:16.105980571 +0200
@@ -7,7 +7,7 @@
 Build-Depends: debhelper (= 8.0.0)
  , python-support
 Standards-Version: 3.9.2
-Homepage: https://bitbucket.org/springmeyer/tilelite/wiki/Home
+Homepage: https://github.com/springmeyer/tilelite
 Vcs-Git: git://git.debian.org/pkg-grass/tilelite.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/tilelite.git
 
___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel