Bug#793976: ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1

2015-07-30 Thread Sebastiaan Couwenberg
Control: found -1 ruby-netcdf/0.7.1.1-1
Control: tags -1 patch

Hi Youhei,

Thanks for packaging the latest upstream release and your prompt response.

On 29-07-15 16:23, Youhei SASAKI wrote:
 I'll prepare new upstream release ASAP.

ruby-netcdf (0.7.1.1-1) no longer fails the main() check, but it doesn't
accept the 4.4.0-rc version we currently have in experimental:

 extconf.rb:55:in `main': Invalid netcdf version: 4.4.0-rc. Use
--with-netcdf-version= (RuntimeError)

Patching the version check regex to support an optional -rc suffix
allows the build to start (patch attached), but it fails to find the
HDF5 libraries:

 gcc -shared -o netcdfraw.so netcdfraw.o -L. \
   -L/usr/lib/x86_64-linux-gnu -L/usr/lib -L/usr/local/lib \
   -L/usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.1.0 -L. \
   -Wl,-z,relro -L/build/ruby2.1-_39Jjj/ruby2.1-2.1.5/debian/lib \
   -fstack-protector -rdynamic -Wl,-export-dynamic \
   -L/usr/lib -lnetcdf -lhdf5_hl -lhdf5 -lz -ldl -lm -lcurl -lruby-2.1 \
   -lpthread -lgmp -ldl -lcrypt -lm -lc
 /usr/bin/ld: cannot find -lhdf5_hl
 /usr/bin/ld: cannot find -lhdf5
 collect2: error: ld returned 1 exit status

This is a common problem with the new netcdf packages in experimental.
I'm not sure all affected reverse dependencies need to specify the hdf5
library themselves, we should probably fix this in libnetcdf-dev by
patching nc-config  netcdf.pc.

Kind Regards,

Bas

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


0001-Add-patch-to-support-NetCDF-4.4.0-rc-version.patch
Description: application/pgp-encrypted
___
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: Re: Bug#793976: ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1

2015-07-30 Thread Debian Bug Tracking System
Processing control commands:

 found -1 ruby-netcdf/0.7.1.1-1
Bug #793976 [ruby-netcdf] ruby-netcdf: FTBFS with netcdf in experimental / 
update to 0.7.1
The source ruby-netcdf and version 0.7.1.1-1 do not appear to match any binary 
packages
Marked as found in versions ruby-netcdf/0.7.1.1-1.
 tags -1 patch
Bug #793976 [ruby-netcdf] ruby-netcdf: FTBFS with netcdf in experimental / 
update to 0.7.1
Added tag(s) patch.

-- 
793976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793976
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


[pyspatialite] tag debian/3.0.1-9 created (now 977e61f)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/3.0.1-9
in repository pyspatialite.

at  977e61f   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyspatialite.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


[pyspatialite] 03/04: Use multi-line uscan options in watch file.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 134a6c6530b71935f0abc2cba37fbe2e60aebb58
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 14:13:11 2015 +0200

Use multi-line uscan options in watch file.
---
 debian/changelog | 1 +
 debian/watch | 8 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e458920..eac6d25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ pyspatialite (3.0.1-9) UNRELEASED; urgency=medium
   * Apply patch from Ubuntu to fix misbuild on 64-bit archs.
 Thanks to Steve Langasek for forwarding the patch.
 (closes: #794047)
+  * Use multi-line uscan options in watch file.
 
  -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 13:25:25 +0200
 
diff --git a/debian/watch b/debian/watch
index 940ad96..9fd6723 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,7 @@
 version=3
-opts=dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)-?(\d*)$/$1~$2$3/,filenamemangle=s/^.*?\/(\d+)/pyspatialite-$1/
 \
-https://github.com/lokkju/pyspatialite/releases 
(?:|.*/)pyspatialite/archive/(\d+\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)
+opts=\
+dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
+uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)-?(\d*)$/$1~$2$3/;s/RC/rc/,\
+filenamemangle=s/^.*?\/(\d+)/pyspatialite-$1/ \
+https://github.com/lokkju/pyspatialite/releases \
+(?:|.*/)pyspatialite/archive/(\d+\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyspatialite.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


[pyspatialite] 01/04: Apply patch from Ubuntu to fix misbuild on 64-bit archs.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit c9dd52d4ef495c794a0198d2a881833a788c3706
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 14:09:35 2015 +0200

Apply patch from Ubuntu to fix misbuild on 64-bit archs.

Thanks to Steve Langasek for forwarding the patch.
---
 debian/changelog  | 8 
 debian/patches/00-fix_build.patch | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 96954aa..e458920 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pyspatialite (3.0.1-9) UNRELEASED; urgency=medium
+
+  * Apply patch from Ubuntu to fix misbuild on 64-bit archs.
+Thanks to Steve Langasek for forwarding the patch.
+(closes: #794047)
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 13:25:25 +0200
+
 pyspatialite (3.0.1-8) unstable; urgency=medium
 
   * Add dh-python to build dependencies.
diff --git a/debian/patches/00-fix_build.patch 
b/debian/patches/00-fix_build.patch
index 37d22a9..20d87b0 100644
--- a/debian/patches/00-fix_build.patch
+++ b/debian/patches/00-fix_build.patch
@@ -18,7 +18,7 @@ Forwarded: no
  runtime_library_dirs = []
  extra_objects = []
  define_macros = []
-@@ -113,24 +113,27 @@ def get_amalgamation():
+@@ -113,24 +113,26 @@ def get_amalgamation():
  class MyBuildExt(build_ext):
  
  def build_extension(self, ext):
@@ -50,7 +50,6 @@ Forwarded: no
 +#ext.sources.append(os.path.join(AMALGAMATION_ROOT, sqlite3.c))
 +#ext.sources.append(os.path.join(AMALGAMATION_ROOT, spatialite.c))
 +#ext.include_dirs.append(AMALGAMATION_ROOT)
-+ext.include_dirs.append(/usr/include/spatialite)
  build_ext.build_extension(self, ext)
  
  

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyspatialite.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


[pyspatialite] 04/04: Set distribution to unstable.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository pyspatialite.

commit 977e61f71eca0a4f02756381be46021de3213ef2
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 14:14:29 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index eac6d25..98d53ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-pyspatialite (3.0.1-9) UNRELEASED; urgency=medium
+pyspatialite (3.0.1-9) unstable; urgency=medium
 
   * Apply patch from Ubuntu to fix misbuild on 64-bit archs.
 Thanks to Steve Langasek for forwarding the patch.
 (closes: #794047)
   * Use multi-line uscan options in watch file.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 13:25:25 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 14:14:19 +0200
 
 pyspatialite (3.0.1-8) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pyspatialite.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


Processing of pyspatialite_3.0.1-9_amd64.changes

2015-07-30 Thread Debian FTP Masters
pyspatialite_3.0.1-9_amd64.changes uploaded successfully to localhost
along with the files:
  pyspatialite_3.0.1-9.dsc
  pyspatialite_3.0.1-9.debian.tar.xz
  python-pyspatialite_3.0.1-9_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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#794047: pyspatialite: distro patch causes misbuild on 64-bit archs

2015-07-30 Thread Sebastiaan Couwenberg
Control: tags -1 pending

Hi Steve,

Thanks for the patch. I've applied it in pyspatialite (3.0.1-9)
available in unstable for syncing sortly.

In a related question, why are you syncing pyspatialite into Ubuntu but
not the qgis 2.8.x LTR version which is the reason we have a
pyspatialite package in the archive?

I'm aware of the qwtpolar incompatibility with Qwt = 6.1 which has been
available in Ubuntu since vivid (LP: #1423906). Qwt 6.1.2 was recently
upload to Debian experimental and in response to an email from the
maintainer I've disabled the QwtPolar option in the qgis package for
which the Ubuntu package stil has the patches from LP#1423906.

I see no blocker for updating qgis in Ubuntu, but I may not have a
complete picture.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
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


Processed: Re: Bug#794047: pyspatialite: distro patch causes misbuild on 64-bit archs

2015-07-30 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 pending
Bug #794047 [pyspatialite] pyspatialite: distro patch causes misbuild on 64-bit 
archs
Added tag(s) pending.

-- 
794047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794047
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


[netcdf4-python] 01/01: Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository netcdf4-python.

commit ffae7f27d8576513f6dfa3bb0f62f812ede7d1d8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 20:54:34 2015 +0200

Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
---
 debian/changelog |  6 ++
 debian/control   |  1 +
 debian/rules | 17 ++---
 3 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 421b45c..d5df534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf4-python (1.1.8-3~exp4) UNRELEASED; urgency=medium
+
+  * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 20:31:45 +0200
+
 netcdf4-python (1.1.8-3~exp3) experimental; urgency=medium
 
   * Use HDF5 mpich variant on s390x.
diff --git a/debian/control b/debian/control
index 154601d..d85f9c1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: debhelper (= 9),
cython,
libhdf5-dev,
libnetcdf-dev (= 1:4.3.3.1),
+   mpi-default-dev,
chrpath
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf4-python.git/
diff --git a/debian/rules b/debian/rules
index 03c315a..94f200b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,20 +2,15 @@
 
 #DH_VERBOSE := 1
 
-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-MPI_VARIANT = openmpi
+include /usr/share/mpi-default-dev/debian_defaults
 
-# mpich is the default variant for HDF5 on s390x
-ifneq (,$(findstring $(DEB_HOST_ARCH),s390x))
-   MPI_VARIANT = mpich
-endif
+export HDF5_INCDIR=/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+export HDF5_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
 
-export HDF5_INCDIR=/usr/include/hdf5/$(MPI_VARIANT)
-export HDF5_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(MPI_VARIANT)
-
-export MPI_INCDIR=/usr/lib/$(MPI_VARIANT)/include
-export MPI_LIBDIR=/usr/lib/$(MPI_VARIANT)/lib
+export MPI_INCDIR=/usr/lib/$(ARCH_DEFAULT_MPI_IMPL)/include
+export MPI_LIBDIR=/usr/lib/$(ARCH_DEFAULT_MPI_IMPL)/lib
 
 export USE_NCCONFIG=1
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] branch experimental updated (a002720 - ffae7f2)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental
in repository netcdf4-python.

  from  a002720   Set distribution to experimental.
   new  ffae7f2   Use mpi-default-dev to select the architecture specific 
HDF5 MPI flavor.

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 |  6 ++
 debian/control   |  1 +
 debian/rules | 17 ++---
 3 files changed, 13 insertions(+), 11 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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#793976: ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1

2015-07-30 Thread Sebastiaan Couwenberg
On 30-07-15 14:00, Sebastiaan Couwenberg wrote:
 On 29-07-15 16:23, Youhei SASAKI wrote:
 I'll prepare new upstream release ASAP.
 
 ruby-netcdf (0.7.1.1-1) no longer fails the main() check, but it doesn't
 accept the 4.4.0-rc version we currently have in experimental:
 
  extconf.rb:55:in `main': Invalid netcdf version: 4.4.0-rc. Use
 --with-netcdf-version= (RuntimeError)
 
 Patching the version check regex to support an optional -rc suffix
 allows the build to start (patch attached), but it fails to find the
 HDF5 libraries:
 
  [...]
 
 This is a common problem with the new netcdf packages in experimental.
 I'm not sure all affected reverse dependencies need to specify the hdf5
 library themselves, we should probably fix this in libnetcdf-dev by
 patching nc-config  netcdf.pc.

The netcdf rc version patch is still required to build successfully with
the new netcdf packages in experimental, but no changes are required for
the HDF5 linking issue.

In netcdf (1:4.4.0~rc2-1~exp4) I've patched nc-config and netcdf.pc to
include the HDF5 library  include paths. That solves the linking issue
for all affected packages.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
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#793891: marked as done (nco: FTBFS with netcdf in experimental)

2015-07-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Jul 2015 22:20:24 +0200
with message-id 55ba8708.9010...@xs4all.nl
and subject line Re: Bug#793891: nco: FTBFS with netcdf in experimental
has caused the Debian Bug report #793891,
regarding nco: FTBFS with netcdf in experimental
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.)


-- 
793891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nco
Version: 4.5.1-1
Severity: normal
Tags: upstream
User: debian-...@lists.debian.org
Usertags: netcdf-split-c-f-cxx

Dear Maintainer,

nco (4.5.1-1) fails to build with the new netcdf packages in
experimental:

 libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. \
   -I/usr/include -D_FORTIFY_SOURCE=2 -I/usr/include -g -O2 \
   -fstack-protector-strong -Wformat -Werror=format-security -std=c99 \
   -D_BSD_SOURCE -D_POSIX_SOURCE -c nco_bnr.c  -fPIC -DPIC \
   -o .libs/nco_bnr.o
 In file included from /usr/include/string.h:635:0,
  from nco_att_utl.h:22,
  from nco_att_utl.c:10:
 nco_sng_utl.h:79:3: error: expected identifier or '(' before '__extension__'
strdup /* [fnc] Duplicate string */
^
 In file included from /usr/include/string.h:635:0,
  from nco_netcdf.h:46,
  from nco_aux.h:22,
  from nco_aux.c:19:
 nco_sng_utl.h:79:3: error: expected identifier or '(' before '__extension__'
strdup /* [fnc] Duplicate string */
^

The full build log is attached.

The build succeeds with netcdf (1:4.1.3-7.2),
but fails with netcdf (1:4.4.0~rc2-1~exp2).

This issue needs to be resolved to not hinder the upcoming netcdf
transition.

Kind Regards,

Bas


nco_4.5.1-1_netcdf-ftbfs.build.xz
Description: application/xz
---End Message---
---BeginMessage---
notfound 793891 nco/4.5.1-1
thanks

Hi Charlie,

On 29-07-15 22:49, Sebastiaan Couwenberg wrote:
 On 29-07-15 22:39, Charlie Zender wrote:
 Any hints here would be appreciated...
 NCO builds fine on many different machines.
 It appears to me that new Debian netCDF package seems
 to cause NCO's configure test for strdup() to fail,
 so NCO uses its own internal prototype for strdup()
 instead, and then this prototype runs into a conflict
 with the strdup() prototype in string.h.
 Not sure why the new netCDF package would alter previous behavior.
 
 The biggest changes in the new netcdf library is that it's built with
 the HDF5 MPI variants (openmpi on most architectures). It may be that an
 MPI optimized strdup() is used now?

The nco (4.5.1-1) build failures was fixed with the new
netcdf (1:4.4.0~rc2-1~exp4) in which nc-config  netcdf.pc are patched
to include the HDF5 library  include paths.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1---End Message---
___
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: reopening 793976, retitle 793976 to ruby-netcdf: FTBFS with netcdf in experimental ...

2015-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 793976
Bug #793976 {Done: Youhei SASAKI uwab...@gfd-dennou.org} [ruby-netcdf] 
ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions ruby-netcdf/0.7.1.1-1.
 retitle 793976 ruby-netcdf: FTBFS with netcdf in experimental
Bug #793976 [ruby-netcdf] ruby-netcdf: FTBFS with netcdf in experimental / 
update to 0.7.1
Changed Bug title to 'ruby-netcdf: FTBFS with netcdf in experimental' from 
'ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1'
 notfixed 793976 ruby-netcdf/0.7.1.1-1
Bug #793976 [ruby-netcdf] ruby-netcdf: FTBFS with netcdf in experimental
The source ruby-netcdf and version 0.7.1.1-1 do not appear to match any binary 
packages
Ignoring request to alter fixed versions of bug #793976 to the same values 
previously set
 found 793976 ruby-netcdf/0.7.1.1-1
Bug #793976 [ruby-netcdf] ruby-netcdf: FTBFS with netcdf in experimental
The source ruby-netcdf and version 0.7.1.1-1 do not appear to match any binary 
packages
Marked as found in versions ruby-netcdf/0.7.1.1-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
793976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793976
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


[netcdf4-python] 04/07: Drop patches, applied upstream.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit ead655b06ae0b1ac51a7d3691f83b9b2b311016e
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:13:24 2015 +0200

Drop patches, applied upstream.
---
 debian/changelog|  1 +
 debian/patches/cython-clean.patch   | 16 ---
 debian/patches/fix-manpage-syntax.patch | 49 -
 debian/patches/no-online-tests.patch| 19 -
 debian/patches/series   |  3 --
 5 files changed, 1 insertion(+), 87 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c1e0c17..f8d1c91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 netcdf4-python (1.1.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop patches, applied upstream.
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:08:35 +0200
 
diff --git a/debian/patches/cython-clean.patch 
b/debian/patches/cython-clean.patch
deleted file mode 100644
index 6a7eb58..000
--- a/debian/patches/cython-clean.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Don't compile netCDF4.pyx on clean.
-Author: Bas Couwenberg sebas...@debian.org
-Forwarded: https://github.com/Unidata/netcdf4-python/pull/427
-Applied-Upstream: 
https://github.com/Unidata/netcdf4-python/commit/9560f1c89e4d5fd921ba790f5f6e2b337b93963e
-
 a/setup.py
-+++ b/setup.py
-@@ -353,7 +353,7 @@ else:
- cmdclass = {}
- netcdf4_src_root = osp.join('netCDF4', '_netCDF4')
- netcdf4_src_c = netcdf4_src_root + '.c'
--if has_cython and 'sdist' not in sys.argv[1:]:
-+if has_cython and 'sdist' not in sys.argv[1:] and 'clean' not in sys.argv[1:]:
- sys.stdout.write('using Cython to compile netCDF4.pyx...\n')
- extensions = [Extension(netCDF4._netCDF4,
- [netcdf4_src_root + '.pyx'],
diff --git a/debian/patches/fix-manpage-syntax.patch 
b/debian/patches/fix-manpage-syntax.patch
deleted file mode 100644
index 5d1261a..000
--- a/debian/patches/fix-manpage-syntax.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-Description: Fix bolded closing bracket in man pages.
- Previously fixed in commit f2a027d5026c54f02a93bc96a45a78f85b03cac2
- for man pages included in the Debian package only.
-Author: Bas Couwenberg sebas...@debian.org
-Forwarded: https://github.com/Unidata/netcdf4-python/pull/429
-Applied-Upstream: 
https://github.com/Unidata/netcdf4-python/commit/0e5d2e0e6a3d9a29882b00c685dda61e5660be98
-
 a/man/nc3tonc4.1
-+++ b/man/nc3tonc4.1
-@@ -6,15 +6,15 @@
- nc3tonc4 \- a program to convert netCDF 3 files to netCDF 4 format files
- .SH SYNOPSIS
- .B nc3tonc4
--.RB [\-h ]
--.RB [\-o ]
--.RB [\-\-vars=\fIvar1,var2,..\fR ]
--.RB [\-\-zlib=\fI(0|1)\fR ]
--.RB [\-\-complevel=\fI(1\-9)\fR ]
--.RB [\-\-shuffle=\fI(0|1)\fR ]
--.RB [\-\-fletcher32=\fI(0|1)\fR ]
--.RB [\-\-unpackshort=\fI(0|1)\fR ]
--.RB [\-\-quantize=\fIvar1=n1,var2=n2,..\fR ]
-+.RB [ \-h ]
-+.RB [ \-o ]
-+.RB [ \-\-vars=\fIvar1,var2,..\fR ]
-+.RB [ \-\-zlib=\fI(0|1)\fR ]
-+.RB [ \-\-complevel=\fI(1\-9)\fR ]
-+.RB [ \-\-shuffle=\fI(0|1)\fR ]
-+.RB [ \-\-fletcher32=\fI(0|1)\fR ]
-+.RB [ \-\-unpackshort=\fI(0|1)\fR ]
-+.RB [ \-\-quantize=\fIvar1=n1,var2=n2,..\fR ]
- .I netcdf3filename
- .I netcdf4filename
- .br
 a/man/nc4tonc3.1
-+++ b/man/nc4tonc3.1
-@@ -6,9 +6,9 @@
- nc4tonc3 \- a program to convert a classic netCDF 4 file to netCDF 3 format
- .SH SYNOPSIS
- .B nc4tonc3
--.RB [\-h ]
--.RB [\-o ]
--.RB [\-\-chunk]
-+.RB [ \-h ]
-+.RB [ \-o ]
-+.RB [ \-\-chunk ]
- .I netcdf4filename
- .I netcdf3filename
- .br
diff --git a/debian/patches/no-online-tests.patch 
b/debian/patches/no-online-tests.patch
deleted file mode 100644
index 8901b16..000
--- a/debian/patches/no-online-tests.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Don't run tests that require network connectivity if NO_NET is 
set.
-Author: Bas Couwenberg sebas...@debian.org
-Forwarded: https://github.com/Unidata/netcdf4-python/pull/428
-Applied-Upstream: 
https://github.com/Unidata/netcdf4-python/commit/97b756ed70ff77c3042263e900b36565276781c5
-
 a/test/run_all.py
-+++ b/test/run_all.py
-@@ -18,6 +18,11 @@ if __netcdf4libversion__  '4.2.1':
- test_files.remove('tst_diskless.py')
- sys.stdout.write('not running tst_diskless.py ...\n')
- 
-+# Don't run tests that require network connectivity
-+if os.getenv('NO_NET'):
-+test_files.remove('tst_dap.py');
-+sys.stdout.write('not running tst_dap.py ...\n')
-+
- # Build the test suite from the tests found in the test files.
- testsuite = unittest.TestSuite()
- for f in test_files:
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9afe037..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-cython-clean.patch
-no-online-tests.patch
-fix-manpage-syntax.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 

[netcdf4-python] branch pristine-tar updated (df44fec - 653745a)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository netcdf4-python.

  from  df44fec   pristine-tar data for netcdf4-python_1.1.8.orig.tar.gz
   new  653745a   pristine-tar data for netcdf4-python_1.1.9.orig.tar.gz

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:
 netcdf4-python_1.1.9.orig.tar.gz.delta | Bin 0 - 3461 bytes
 netcdf4-python_1.1.9.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 netcdf4-python_1.1.9.orig.tar.gz.delta
 create mode 100644 netcdf4-python_1.1.9.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 06/07: Reorder upstream metadata fields.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit 380af89776e026f32ac7c31e45a3bd34b5b406e6
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:17:18 2015 +0200

Reorder upstream metadata fields.
---
 debian/upstream/metadata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index dfeca10..16429d5 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 Bug-Database: https://github.com/Unidata/netcdf4-python/issues
 Bug-Submit: https://github.com/Unidata/netcdf4-python/issues/new
 Name: NetCDF4-python
+Other-References: http://unidata.github.io/netcdf4-python/netCDF4-module.html
 Repository: https://github.com/Unidata/netcdf4-python.git
 Repository-Browse: https://github.com/Unidata/netcdf4-python
-Other-References: http://unidata.github.io/netcdf4-python/netCDF4-module.html

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 05/07: Update watch file.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit bc318262a5be1bbc70b0ccba3acefb88364d155d
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:16:33 2015 +0200

Update watch file.

Changes:
- Force lowercase RC in uversionmangle
- Handle other tar extensions in filenamemangle
---
 debian/changelog | 3 +++
 debian/watch | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f8d1c91..457aa81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ netcdf4-python (1.1.9-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Drop patches, applied upstream.
+  * Update watch file, changes:
+- Force lowercase RC in uversionmangle
+- Handle other tar extensions in filenamemangle
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:08:35 +0200
 
diff --git a/debian/watch b/debian/watch
index 0cb542e..85ef0d4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,7 +1,7 @@
 version=3
 opts=\
 dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\
-uversionmangle=s/(\d)rel$/$1/g;s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|gamma|beta|alpha|b|a)[\-\.]?(\d*))$/$1~$3$4/,\
-filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.tar\.gz/netcdf4-python-$1.tar.gz/
 \
+uversionmangle=s/(\d)rel$/$1/g;s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|gamma|beta|alpha|b|a)[\-\.]?(\d*))$/$1~$3$4/;s/RC/rc/,\
+filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/netcdf4-python-$1.$2/
 \
 https://github.com/Unidata/netcdf4-python/releases \
 
(?:.*/)*(?:rel|v|r|netcdf4-python|)[\-\_]?(\d[\d\-\.\w]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 07/07: Set distribution to unstable.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit be8b5d1f7544ad3966bf7da1d14cb77fbce14502
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:18:07 2015 +0200

Set distribution to unstable.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 457aa81..e6a3f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-netcdf4-python (1.1.9-1) UNRELEASED; urgency=medium
+netcdf4-python (1.1.9-1) unstable; urgency=medium
 
   * New upstream release.
   * Drop patches, applied upstream.
@@ -6,7 +6,7 @@ netcdf4-python (1.1.9-1) UNRELEASED; urgency=medium
 - Force lowercase RC in uversionmangle
 - Handle other tar extensions in filenamemangle
 
- -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:08:35 +0200
+ -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:17:52 +0200
 
 netcdf4-python (1.1.8-2) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 02/07: Merge tag 'upstream/1.1.9'

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit f43b79a20c3712695b74ffdfe83c938e40013fb5
Merge: 03127ce 8cc7cc8
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:08:28 2015 +0200

Merge tag 'upstream/1.1.9'

Upstream version 1.1.9

 .travis.yml  | 1 +
 Changelog|23 +
 MANIFEST.in  | 4 +
 README.gh-pages  |20 +-
 README.md|16 +-
 README.wheels.md |   100 +
 create_docs.sh   | 7 +-
 docs/api-objects.txt |   285 -
 docs/class-tree.html |   151 -
 docs/crarr.png   |   Bin 340 - 0 bytes
 docs/epydoc.css  |   322 -
 docs/epydoc.js   |   293 -
 docs/help.html   |   272 -
 docs/identifier-index.html   |   698 --
 docs/index.html  |  1732 
 docs/module-tree.html|   109 -
 docs/netCDF4-module.html |  1660 ---
 docs/netCDF4.CompoundType-class.html |   357 -
 docs/netCDF4.Dataset-class.html  |  1705 
 docs/netCDF4.Dimension-class.html|   394 -
 docs/netCDF4.Group-class.html|   387 -
 docs/netCDF4.MFDataset-class.html|   528 -
 docs/netCDF4.MFTime-class.html   |   307 -
 docs/netCDF4.VLType-class.html   |   344 -
 docs/netCDF4.Variable-class.html |  1464 ---
 docs/netCDF4/index.html  |  5584 ++
 docs/redirect.html   |38 -
 man/nc3tonc4.1   |18 +-
 man/nc4tonc3.1   | 6 +-
 netCDF4/__init__.py  | 8 +-
 netCDF4/_netCDF4.c   | 18150 +
 netCDF4/_netCDF4.pyx |  2593 ++---
 netcdftime/_datetime.c   |   482 +-
 netcdftime/_datetime.pyx | 7 +
 netcdftime/netcdftime.py |29 +-
 setup.py |23 +-
 test/run_all.py  | 5 +
 test/tst_netcdftime.py   |31 +-
 test/tst_scaled.py   |45 +
 test/tst_slicing.py  |12 +
 40 files changed, 17003 insertions(+), 21207 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] branch master updated (03127ce - be8b5d1)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf4-python.

  from  03127ce   Set distribution to unstable.
   new  8cc7cc8   Imported Upstream version 1.1.9
   new  f43b79a   Merge tag 'upstream/1.1.9'
   new  d6c9415   New upstream release.
   new  ead655b   Drop patches, applied upstream.
   new  bc31826   Update watch file.
   new  380af89   Reorder upstream metadata fields.
   new  be8b5d1   Set distribution to unstable.

The 7 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:
 .travis.yml | 1 +
 Changelog   |23 +
 MANIFEST.in | 4 +
 README.gh-pages |20 +-
 README.md   |16 +-
 README.wheels.md|   100 +
 create_docs.sh  | 7 +-
 debian/changelog|10 +
 debian/patches/cython-clean.patch   |16 -
 debian/patches/fix-manpage-syntax.patch |49 -
 debian/patches/no-online-tests.patch|19 -
 debian/patches/series   | 3 -
 debian/upstream/metadata| 2 +-
 debian/watch| 4 +-
 docs/api-objects.txt|   285 -
 docs/class-tree.html|   151 -
 docs/crarr.png  |   Bin 340 - 0 bytes
 docs/epydoc.css |   322 -
 docs/epydoc.js  |   293 -
 docs/help.html  |   272 -
 docs/identifier-index.html  |   698 --
 docs/index.html |  1732 ---
 docs/module-tree.html   |   109 -
 docs/netCDF4-module.html|  1660 ---
 docs/netCDF4.CompoundType-class.html|   357 -
 docs/netCDF4.Dataset-class.html |  1705 ---
 docs/netCDF4.Dimension-class.html   |   394 -
 docs/netCDF4.Group-class.html   |   387 -
 docs/netCDF4.MFDataset-class.html   |   528 -
 docs/netCDF4.MFTime-class.html  |   307 -
 docs/netCDF4.VLType-class.html  |   344 -
 docs/netCDF4.Variable-class.html|  1464 ---
 docs/netCDF4/index.html |  5584 +
 docs/redirect.html  |38 -
 man/nc3tonc4.1  |18 +-
 man/nc4tonc3.1  | 6 +-
 netCDF4/__init__.py | 8 +-
 netCDF4/_netCDF4.c  | 18150 --
 netCDF4/_netCDF4.pyx|  2593 +++--
 netcdftime/_datetime.c  |   482 +-
 netcdftime/_datetime.pyx| 7 +
 netcdftime/netcdftime.py|29 +-
 setup.py|23 +-
 test/run_all.py | 5 +
 test/tst_netcdftime.py  |31 +-
 test/tst_scaled.py  |45 +
 test/tst_slicing.py |12 +
 47 files changed, 17016 insertions(+), 21297 deletions(-)
 create mode 100644 README.wheels.md
 delete mode 100644 debian/patches/cython-clean.patch
 delete mode 100644 debian/patches/fix-manpage-syntax.patch
 delete mode 100644 debian/patches/no-online-tests.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 docs/api-objects.txt
 delete mode 100644 docs/class-tree.html
 delete mode 100644 docs/crarr.png
 delete mode 100644 docs/epydoc.css
 delete mode 100644 docs/epydoc.js
 delete mode 100644 docs/help.html
 delete mode 100644 docs/identifier-index.html
 delete mode 100644 docs/index.html
 delete mode 100644 docs/module-tree.html
 delete mode 100644 docs/netCDF4-module.html
 delete mode 100644 docs/netCDF4.CompoundType-class.html
 delete mode 100644 docs/netCDF4.Dataset-class.html
 delete mode 100644 docs/netCDF4.Dimension-class.html
 delete mode 100644 docs/netCDF4.Group-class.html
 delete mode 100644 docs/netCDF4.MFDataset-class.html
 delete mode 100644 docs/netCDF4.MFTime-class.html
 delete mode 100644 docs/netCDF4.VLType-class.html
 delete mode 100644 docs/netCDF4.Variable-class.html
 create mode 100644 docs/netCDF4/index.html
 delete mode 100644 docs/redirect.html

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] tag debian/1.1.9-1 created (now be8b5d1)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.1.9-1
in repository netcdf4-python.

at  be8b5d1   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] annotated tag upstream/1.1.9 created (now 9a9ecd9)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/1.1.9
in repository netcdf4-python.

at  9a9ecd9   (tag)
   tagging  8cc7cc83924745ad31f2eed95ff75bad25bf3741 (commit)
  replaces  upstream/1.1.8
 tagged by  Bas Couwenberg
on  Fri Jul 31 01:08:26 2015 +0200

- Log -
Upstream version 1.1.9

Bas Couwenberg (1):
  Imported Upstream version 1.1.9

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 03/07: New upstream release.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf4-python.

commit d6c9415f2b9d3d7f967cc287384fb8df6431
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:08:51 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index f3f1c69..c1e0c17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf4-python (1.1.9-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:08:35 +0200
+
 netcdf4-python (1.1.8-2) unstable; urgency=medium
 
   * Override dh_auto_test to ignore test failures.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


Processing of netcdf4-python_1.1.9-1_amd64.changes

2015-07-30 Thread Debian FTP Masters
netcdf4-python_1.1.9-1_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf4-python_1.1.9-1.dsc
  netcdf4-python_1.1.9.orig.tar.gz
  netcdf4-python_1.1.9-1.debian.tar.xz
  python-netcdf4_1.1.9-1_amd64.deb
  python3-netcdf4_1.1.9-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


netcdf4-python_1.1.9-2~exp1_amd64.changes ACCEPTED into experimental

2015-07-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 Jul 2015 01:37:15 +0200
Source: netcdf4-python
Binary: python-netcdf4 python3-netcdf4
Architecture: source amd64
Version: 1.1.9-2~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 python-netcdf4 - Python interface to the netCDF4 (network Common Data Form) 
librar
 python3-netcdf4 - Python 3 interface to the netCDF4 (network Common Data Form) 
libr
Changes:
 netcdf4-python (1.1.9-2~exp1) experimental; urgency=medium
 .
   * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
Checksums-Sha1:
 e453e3871ea295b528164fd880ebbaddb9ce8da0 2302 netcdf4-python_1.1.9-2~exp1.dsc
 a2ef9d02914ed9934288a5066283335c39370b82 4792 
netcdf4-python_1.1.9-2~exp1.debian.tar.xz
 8bc42245f619be11f1dd0046261348d21d790af4 410402 
python-netcdf4_1.1.9-2~exp1_amd64.deb
 f5af8c9b655ba764c4146a28151c90483ef8b443 409034 
python3-netcdf4_1.1.9-2~exp1_amd64.deb
Checksums-Sha256:
 127e28d1102a43d98453c54fc8460ad1d0c11402da188bbbc35b4fcef294873b 2302 
netcdf4-python_1.1.9-2~exp1.dsc
 e479fc085d4c2ecbd5b730d7df6693c958fa5bc0b4e077a2df1531037f17e728 4792 
netcdf4-python_1.1.9-2~exp1.debian.tar.xz
 42bbdab1ef14735c65c4d73d2d73f3c2073d9ec72e67e2c5e3df3f161cb02c44 410402 
python-netcdf4_1.1.9-2~exp1_amd64.deb
 af732e9361ad19c03f55ea710ddd90a401afaa29fb9b27adb4a523c6d8be105b 409034 
python3-netcdf4_1.1.9-2~exp1_amd64.deb
Files:
 0f482e33e2b47162102e24e6b523e0a8 2302 science optional 
netcdf4-python_1.1.9-2~exp1.dsc
 1d91dd5348c407953d6e0173c9efcc8b 4792 science optional 
netcdf4-python_1.1.9-2~exp1.debian.tar.xz
 af9dd766f4af66449d19ad70071f4000 410402 python optional 
python-netcdf4_1.1.9-2~exp1_amd64.deb
 d7aea07cd864dd227a99f7912b708217 409034 python optional 
python3-netcdf4_1.1.9-2~exp1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVurdPAAoJEGdQ8QrojUrxbsYQALOX1LkIppuAGOCjxa37TfyG
8/inMR+j1Ln8s3yIUdI8CLfwY63Zyhzr0g2leXeVegDum+ZBGUBuGflYg4AzTLCX
KXQ/eLgyxaP6/rMDwUO+L9pAk+pdJM3De54wcngzLFkctgzoHCJIKX4dzD2A2sw2
swvN5zPCE7B41f9Jl+L8o4DVNJRnDM4qgbKJR6wURDovEXSIeNwN7C7fNTbAbgNr
bQ8zo16jBJ7OXk0XAR70UFExe27nH29ObYcpSDnKx5hS2LEza3ykshYLmk46Fykc
HagTUHjM4XoKDN78AhQbdm0Gk9vvjpVYu2pjlOfd3sXR6XrrrRSVuj6NLldKB4Tr
//Gh6reB8dg2UUOw9rDSfRDSa6gQnnLjn/ujWuh/cVByt+GANM3nXw2yvHnb8M6r
F/UNY2c5WYjby3Kw4lpyI38RX+QKGf+JqELQGDaveihtpz2kPguCykRddO5Acdi7
FTIJiAOCYeOQL4uUtusdT0SFbWG7h8DvaTlFys9QhiwdiF+FSs1WmHc3pXm1Xi1J
FOiHCIHNIWHTOQF7xFsJi32kXieC+TidynXdpzCRCiYu8/FEeZ9Qs6qRCxGVQUo+
QRMq9+9x0VsU9Y8mUNjxxBd/cvi4ecWMyHteqxOLTtClTIYLouKzlhNksXQ/Zla1
GfZzV7KpVu1WOZ+w/CUA
=YuIu
-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


netcdf4-python_1.1.9-1_amd64.changes ACCEPTED into unstable

2015-07-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 Jul 2015 01:17:52 +0200
Source: netcdf4-python
Binary: python-netcdf4 python3-netcdf4
Architecture: source amd64
Version: 1.1.9-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 python-netcdf4 - Python interface to the netCDF4 (network Common Data Form) 
librar
 python3-netcdf4 - Python 3 interface to the netCDF4 (network Common Data Form) 
libr
Changes:
 netcdf4-python (1.1.9-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop patches, applied upstream.
   * Update watch file, changes:
 - Force lowercase RC in uversionmangle
 - Handle other tar extensions in filenamemangle
Checksums-Sha1:
 15054e022bf7a4ca387689b2cc8f37411b38d1fd 2234 netcdf4-python_1.1.9-1.dsc
 e1fb40b15571393a26aa8367b642b23efc086d2b 630841 
netcdf4-python_1.1.9.orig.tar.gz
 6896352b9fdb45651c6b76627ea4b75609ccef8d 3880 
netcdf4-python_1.1.9-1.debian.tar.xz
 00527a3c65cea8b7036d0abf73617f683457cd36 409752 
python-netcdf4_1.1.9-1_amd64.deb
 3f629be1f3d68f89a1eedb9434f77c6292452da1 406840 
python3-netcdf4_1.1.9-1_amd64.deb
Checksums-Sha256:
 67bcd4b73e29d527fbc0fc4402026a79020ad989b19d5a64e6322a44111b654e 2234 
netcdf4-python_1.1.9-1.dsc
 de2484fcf96032376ce9d4830b56855f00e3d2eb851a5202b29ba56a1bd4a309 630841 
netcdf4-python_1.1.9.orig.tar.gz
 3839c0cc6b4a96bb82c0e5743d60eb0ec7cddb45055ac8cde9f9e443bc261c49 3880 
netcdf4-python_1.1.9-1.debian.tar.xz
 d9de8df4b0fc4e8917bdd03bb229474e70ca6f036454bb731c57a4bfa7930489 409752 
python-netcdf4_1.1.9-1_amd64.deb
 c4608f88c8350880d71e198ad69b5e528cb4467b68b8816eee09a09fc7e18039 406840 
python3-netcdf4_1.1.9-1_amd64.deb
Files:
 adf399dddb481f7737a4f1f773da9a65 2234 science optional 
netcdf4-python_1.1.9-1.dsc
 bd70c7b018d2ae925c9d80686d60b645 630841 science optional 
netcdf4-python_1.1.9.orig.tar.gz
 a65239012b512fa0c5666a70a1dd3e6c 3880 science optional 
netcdf4-python_1.1.9-1.debian.tar.xz
 ae8d3813bc3aac80d91b485e99317ac0 409752 python optional 
python-netcdf4_1.1.9-1_amd64.deb
 457ef472ba606be6a407f456dfaecec2 406840 python optional 
python3-netcdf4_1.1.9-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVurNJAAoJEGdQ8QrojUrxKnAQAKsrh7GY/qiwmURV7mX4css6
fGBvgRmYjLGsAes5JY6B9VBt1aE5CXpDE1x1tvuE925WSlVK13/W3SAVkjNj5clr
AY194XArc6XOIMzBwoEhe69Eyj43VqCrZXFMt761CflmCfSHeLusMx3RDXJB1LrD
Rr+Lt5HKMHWcd24RiVd/huDiX1xPCIY/EJbFwO3/e0pmPBqK80ohHcAGqOv/08Oj
X9Iwz44+Ahk4zCy7NUEi1ofd1uQVAm0R6ni8Jfgcv4mbAYwQkAyzjABcqR2oHbnk
MtWDBiCnmFS6DBtvX3f17QW9HFFI1Ek7/9KlF+2yxKUit9uHhDEmQ6ijdzIOGc5Z
1OxLi143gjCsaN9E5DHRpTwHDh40Ly6aD+uR6XNgUxDUR7PDYKBHG9ks7ls32D+d
LWeRod2iKY9CAOxR2PnuBCmYFdU2oBh1u+jahzX3t0lHz3xDwTJ/nYwr1oekuuHx
4fbZPAGtQ+jnmaycvjKRX1ysG4/kymJsFPTucrIb0l5C8/0tvVR5jxA7VLQtvx5J
L1+4II1p8mQo8GXUxt6ByALQmzkMLu5KugxMEos9oIUqjLxmn4ITZQipDVQ/+sRD
q8IkNFTt1Q8u8DFCqCt6dlKgnhLTplGFjBQ9xjuJqEtEXV/jhJ+tKg71lsjEKo9U
GwFWZqITW3JexxlzsfY1
=QVrX
-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


Processing of netcdf4-python_1.1.9-2~exp1_amd64.changes

2015-07-30 Thread Debian FTP Masters
netcdf4-python_1.1.9-2~exp1_amd64.changes uploaded successfully to localhost
along with the files:
  netcdf4-python_1.1.9-2~exp1.dsc
  netcdf4-python_1.1.9-2~exp1.debian.tar.xz
  python-netcdf4_1.1.9-2~exp1_amd64.deb
  python3-netcdf4_1.1.9-2~exp1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
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#793976: marked as done (ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1)

2015-07-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Jul 2015 21:43:27 +
with message-id e1zkvbr-000476...@franck.debian.org
and subject line Bug#793976: fixed in ruby-netcdf 0.7.1.1-1
has caused the Debian Bug report #793976,
regarding ruby-netcdf: FTBFS with netcdf in experimental / update to 0.7.1
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.)


-- 
793976: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-netcdf
Version: 0.6.6-2
Severity: normal
User: debian-...@lists.debian.org
Usertags: netcdf-split-c-f-cxx

Hi Youhei,

We're preparing for the upcoming netcdf transition which will update from
NetCDF 4.1.3 to 4.4.0 and its new lanuague specific releases (NetCDF
C++4 4.2.1, Netcdf C++ legacy 4.2  NetCDF Fortran 4.4.2).

ruby-netcdf (0.6.6-2) FTBFS with these new netcdf packages in experimental:

 checking for netcdf.h... yes
 checking for main() in -lnetcdf... no
 *** extconf.rb failed ***
 Could not create Makefile due to some reason, probably lack of necessary
 libraries and/or headers.  Check the mkmf.log file for more details.
 You may
 need configuration options.

The full build log is attached.

Just specifying the Multi-Arch library path with the following is not
sufficient to resolve main() check failure:

 override_dh_auto_configure:
dh_auto_configure -- \
--with-netcdf-include=/usr/include \
--with-netcdf-lib=/usr/lib/$(DEB_HOST_MULTIARCH)

While looking into this build failure I noticed that your ruby-netcdf
package limits checks for new upstream releases to the 0.6.x versions,
which excludes the recent 0.7  0.7.1 upstream releases.

The RubyNetCDF 0.7.x releases contain improvements for NetCDF-4 support
which is very relevant for upcoming netcdf transition.

Are there good reasons to stick to the 0.6 releases, and would you
object to removing the version constraint in the watch file?

I'd like to update the ruby-netcdf package to the latest upstream
release and upload it to experimental along with the other new netcdf
package.

It may be that the new upstream release is not sufficient either, and
that the new NetCDF built only with the HDF5 MPI variant cause the
incompatibility with ruby-netcdf.

Kind Regards,

Bas


ruby-netcdf_0.6.6-3_netcdf-ftbfs.build.xz
Description: application/xz
---End Message---
---BeginMessage---
Source: ruby-netcdf
Source-Version: 0.7.1.1-1

We believe that the bug you reported is fixed in the latest version of
ruby-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 793...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Youhei SASAKI uwab...@gfd-dennou.org (supplier of updated ruby-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: SHA512

Format: 1.8
Date: Thu, 30 Jul 2015 19:23:10 +0900
Source: ruby-netcdf
Binary: ruby-netcdf ruby-netcdf-dbg
Architecture: source amd64
Version: 0.7.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description:
 ruby-netcdf - Ruby interface of netCDF library
 ruby-netcdf-dbg - Ruby-NetCDF debug symbols
Closes: 793976
Changes:
 ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Add gbp.conf to use pristine-tar by default.
   * Restructure control file with cme.
 .
   [ Youhei SASAKI ]
   * Update debian/watch: use gemwatch
   * Imported Upstream version 0.7.1.1 (Closes: #793976)
 - Thanks to Bas Couwenberg!
   * Running all tests during build
   * Refresh patches
   * Install demo, bin as examples
Checksums-Sha1:
 bb45aa37008d37a4eea6855670826fc4f7ce5cc8 2106 ruby-netcdf_0.7.1.1-1.dsc
 eb3fcdb5f592f65812285abb9042f0afa82e7b98 87507 ruby-netcdf_0.7.1.1.orig.tar.gz
 dd164d7ff560effea01857f7884633fb842814c0 28984 
ruby-netcdf_0.7.1.1-1.debian.tar.xz
 10f90f3b37fc5819454a579041136cfc0f110d63 174154 
ruby-netcdf-dbg_0.7.1.1-1_amd64.deb
 fd5f2184626bc274dcac8b6240c0c8861b9fc263 53824 ruby-netcdf_0.7.1.1-1_amd64.deb
Checksums-Sha256:
 bd9074e8e777e36b3784be6a3222177f97d13a9064e5e6976fdfe05e57888b0e 2106 

Bug#794047: marked as done (pyspatialite: distro patch causes misbuild on 64-bit archs)

2015-07-30 Thread Debian Bug Tracking System
Your message dated Thu, 30 Jul 2015 21:40:17 +
with message-id e1zkvyn-0002c3...@franck.debian.org
and subject line Bug#794047: fixed in pyspatialite 3.0.1-9
has caused the Debian Bug report #794047,
regarding pyspatialite: distro patch causes misbuild on 64-bit archs
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.)


-- 
794047: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794047
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pyspatialite
Version: 3.0.1-8
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu wily ubuntu-patch

pyspatialite is currently misbuilt on 64-bit architectures in Debian testing
and unstable, because of a distro patch that causes /usr/include/spatialite
to be added to the header search path.  libspatialite-dev ships both a
/usr/include/spatialite.h and a /usr/include/spatialite/spatialite.h, and
the first one is the correct one.  Without the correct function types, this
results in the compiler truncating pointers along its way; e.g., from 
https://buildd.debian.org/status/fetch.php?pkg=pyspatialitearch=arm64ver=3.0.1-8stamp=1436875015:

aarch64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall 
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC 
-DMODULE_NAME=spatialite.dbapi2 -DVERSION=3.0.1 -DSQLITE_ENABLE_FTS3=1 
-DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_COLUMN_METADATA=1 -DOMIT_FREEXL=1 
-DSPATIALITE_HAS_INIT_EX=1 -I/usr/include -I/usr/include/spatialite 
-I/usr/include/python2.7 -c src/connection.c -o 
build/temp.linux-aarch64-2.7/src/connection.o
src/connection.c: In function 'pysqlite_connection_init':
src/connection.c:110:9: warning: implicit declaration of function 
'spatialite_alloc_connection' [-Wimplicit-function-declaration]
 self-slconn = spatialite_alloc_connection();
 ^
src/connection.c:110:22: warning: assignment makes pointer from integer without 
a cast
 self-slconn = spatialite_alloc_connection();
  ^

This doesn't get caught by the Debian buildds, but in Ubuntu this is treated
as a fatal error as this is a known misbuild that won't work at all on some
64-bit architectures and will fail randomly at runtime on others.

The one-liner fix has been applied to Ubuntu with the following changelog:

  * debian/patches/00-fix_build.patch: don't add /usr/include/spatialite to
the search path.  This is a wrong fix which causes 
/usr/include/spatialite/spatialite.h to be found instead of
/usr/include/spatialite.h, resulting in a misbuild on 64-bit archs.

Thanks for considering the patch.
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru pyspatialite-3.0.1/debian/patches/00-fix_build.patch pyspatialite-3.0.1/debian/patches/00-fix_build.patch
--- pyspatialite-3.0.1/debian/patches/00-fix_build.patch	2015-06-27 15:57:24.0 -0700
+++ pyspatialite-3.0.1/debian/patches/00-fix_build.patch	2015-07-29 20:57:42.0 -0700
@@ -7,9 +7,11 @@
  setup.py |   21 -
  1 file changed, 12 insertions(+), 9 deletions(-)
 
 a/setup.py
-+++ b/setup.py
-@@ -44,7 +44,7 @@ sources = [src/module.c, src/connecti
+Index: pyspatialite-3.0.1/setup.py
+===
+--- pyspatialite-3.0.1.orig/setup.py
 pyspatialite-3.0.1/setup.py
+@@ -44,7 +44,7 @@
  
  include_dirs = []
  library_dirs = []
@@ -18,7 +20,7 @@
  runtime_library_dirs = []
  extra_objects = []
  define_macros = []
-@@ -113,24 +113,27 @@ def get_amalgamation():
+@@ -113,24 +113,26 @@
  class MyBuildExt(build_ext):
  
  def build_extension(self, ext):
@@ -50,7 +52,6 @@
 +#ext.sources.append(os.path.join(AMALGAMATION_ROOT, sqlite3.c))
 +#ext.sources.append(os.path.join(AMALGAMATION_ROOT, spatialite.c))
 +#ext.include_dirs.append(AMALGAMATION_ROOT)
-+ext.include_dirs.append(/usr/include/spatialite)
  build_ext.build_extension(self, ext)
  
  
---End Message---
---BeginMessage---
Source: pyspatialite
Source-Version: 3.0.1-9

We believe that the bug you reported is fixed in the latest version of
pyspatialite, 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.

ruby-netcdf_0.7.1.1-1_amd64.changes ACCEPTED into unstable

2015-07-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jul 2015 19:23:10 +0900
Source: ruby-netcdf
Binary: ruby-netcdf ruby-netcdf-dbg
Architecture: source amd64
Version: 0.7.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description:
 ruby-netcdf - Ruby interface of netCDF library
 ruby-netcdf-dbg - Ruby-NetCDF debug symbols
Closes: 793976
Changes:
 ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Add gbp.conf to use pristine-tar by default.
   * Restructure control file with cme.
 .
   [ Youhei SASAKI ]
   * Update debian/watch: use gemwatch
   * Imported Upstream version 0.7.1.1 (Closes: #793976)
 - Thanks to Bas Couwenberg!
   * Running all tests during build
   * Refresh patches
   * Install demo, bin as examples
Checksums-Sha1:
 bb45aa37008d37a4eea6855670826fc4f7ce5cc8 2106 ruby-netcdf_0.7.1.1-1.dsc
 eb3fcdb5f592f65812285abb9042f0afa82e7b98 87507 ruby-netcdf_0.7.1.1.orig.tar.gz
 dd164d7ff560effea01857f7884633fb842814c0 28984 
ruby-netcdf_0.7.1.1-1.debian.tar.xz
 10f90f3b37fc5819454a579041136cfc0f110d63 174154 
ruby-netcdf-dbg_0.7.1.1-1_amd64.deb
 fd5f2184626bc274dcac8b6240c0c8861b9fc263 53824 ruby-netcdf_0.7.1.1-1_amd64.deb
Checksums-Sha256:
 bd9074e8e777e36b3784be6a3222177f97d13a9064e5e6976fdfe05e57888b0e 2106 
ruby-netcdf_0.7.1.1-1.dsc
 4c509cee7ea87a7cb38152520e885767167b2f40d8c5278be1403efd903b65bb 87507 
ruby-netcdf_0.7.1.1.orig.tar.gz
 869fea48826787439e47ccdf6cb5384412dccdda737c88e2cc0a8d59b097fb86 28984 
ruby-netcdf_0.7.1.1-1.debian.tar.xz
 9d109d5eefdc9a1916bbb9b14e3d1a83ff94263d4e5e0df81456a32968b84050 174154 
ruby-netcdf-dbg_0.7.1.1-1_amd64.deb
 14fc79a00f5ca99a3609925bcb32f50a538f8c2add60e2d16c1a4e05183e4cf9 53824 
ruby-netcdf_0.7.1.1-1_amd64.deb
Files:
 45b31e99d467ab69cb5ad25aa4035607 2106 ruby optional ruby-netcdf_0.7.1.1-1.dsc
 fa6d7cc7376e4cc72b60190a61cc02d1 87507 ruby optional 
ruby-netcdf_0.7.1.1.orig.tar.gz
 76f9923e9210cd9b9be26d02a9c0fcf6 28984 ruby optional 
ruby-netcdf_0.7.1.1-1.debian.tar.xz
 ec48cf6025789bf3c6e2d91a5611d92f 174154 debug extra 
ruby-netcdf-dbg_0.7.1.1-1_amd64.deb
 e970ff491809be47f8457d6ad773eb6a 53824 ruby optional 
ruby-netcdf_0.7.1.1-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVugLeAAoJEJOU81SJHX4HL5AP/2WEtb2c+GronJ6OzhXiQlMv
1xALK1BBfRNk1neOC2QKfKXWWOxl9zOUo5xwToEsEgQYWSVMNGM7Wihs0GjrYP0I
jLIelrcAvMiPqM0km7ZLpvO/Rrb1zE3W4vmdyGJnBiLvkiE2eMTw+LorzjXz/Q3g
EJnfY3yjdL84DJbFeoHvjOnzWIGu36yUyoT1ijOlnwB+ueevC38uwAGnR3beW3tK
sDJVbxYOMHi9D5gUG6Bay7yBBLJ53NBIyqmaEGDPElN/H4b7OEExc6wsyAois82w
0eZrt0TWxh5V4VqGE47dpWKNzImtvkzpRHm8hH8Sz7dSRF1OI5O+gMADsGbseRgt
Fxw5VysFVelLELJuJ07KSbBwhG+qmLNxRLiZGVu0nVzjMpAmCUI4HHy7XVYnJCAk
4Vw7nzGico2X3GwsK9XLMsNSuRRK1CFs8Ya7jAApc/c+iOGlA5zmdZnTrXtwtJ+Z
i+AW5EBAfz1VRyMOiIjst0VbJ420a0aPFssDO3AiE24V4icHsVOaB5M4XEtK3n75
NJ2ftK5biMUeTIbFdNDANov/JASdBI31gw3NJwhWBjGlNvMUNxrc8z/etarRXki9
h7S8TvLng0E4DMywzAjopa2U0jrifhWIGukViCIfHBcCituPcNncoaf1mAb+PiCG
gyRp+078GZz2Ylq+2qsH
=VY8p
-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


[netcdf4-python] 02/03: Move UNRELEASED changes to new experimental revision, refresh link-hdf5.patch.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository netcdf4-python.

commit b552ac6051069b4b2021d699d2f9f630fc4b54a9
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:27:47 2015 +0200

Move UNRELEASED changes to new experimental revision, refresh 
link-hdf5.patch.
---
 debian/changelog   | 12 ++--
 debian/patches/link-hdf5.patch |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fcffcf..bf03b29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+netcdf4-python (1.1.9-2~exp1) UNRELEASED; urgency=medium
+
+  * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
+
+ -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:24:14 +0200
+
 netcdf4-python (1.1.9-1) unstable; urgency=medium
 
   * New upstream release.
@@ -8,12 +14,6 @@ netcdf4-python (1.1.9-1) unstable; urgency=medium
 
  -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:17:52 +0200
 
-netcdf4-python (1.1.8-3~exp4) UNRELEASED; urgency=medium
-
-  * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
-
- -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 20:31:45 +0200
-
 netcdf4-python (1.1.8-3~exp3) experimental; urgency=medium
 
   * Use HDF5 mpich variant on s390x.
diff --git a/debian/patches/link-hdf5.patch b/debian/patches/link-hdf5.patch
index 6163e10..4127fe6 100644
--- a/debian/patches/link-hdf5.patch
+++ b/debian/patches/link-hdf5.patch
@@ -13,7 +13,7 @@ Author: Bas Couwenberg sebas...@debian.org
  netCDF4_dir = os.environ.get('NETCDF4_DIR')
  netCDF4_incdir = os.environ.get('NETCDF4_INCDIR')
  netCDF4_libdir = os.environ.get('NETCDF4_LIBDIR')
-@@ -165,6 +168,12 @@ if os.path.exists(setup_cfg):
+@@ -174,6 +177,12 @@ if USE_SETUPCFG and os.path.exists(setup
  except: pass
  try: HDF5_incdir = config.get(directories, HDF5_incdir)
  except: pass
@@ -26,7 +26,7 @@ Author: Bas Couwenberg sebas...@debian.org
  try: netCDF4_dir = config.get(directories, netCDF4_dir)
  except: pass
  try: netCDF4_libdir = config.get(directories, netCDF4_libdir)
-@@ -235,6 +244,14 @@ if not retcode:
+@@ -244,6 +253,14 @@ if not retcode:
  lib_dirs = [str(l[2:].decode()) for l in dep.split() if l[0:2].decode() 
== '-L' ]
  
dep=subprocess.Popen([ncconfig,'--cflags'],stdout=subprocess.PIPE).communicate()[0]
  inc_dirs = [str(i[2:].decode()) for i in dep.split() if i[0:2].decode() 
== '-I']

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] tag debian/1.1.9-2.exp1 created (now 3f140c5)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/1.1.9-2.exp1
in repository netcdf4-python.

at  3f140c5   (commit)
No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 03/03: Set distribution to experimental.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository netcdf4-python.

commit 3f140c57ac2398f3ed786a04fd50d2c748e73a98
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:38:48 2015 +0200

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bf03b29..0bfba78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-netcdf4-python (1.1.9-2~exp1) UNRELEASED; urgency=medium
+netcdf4-python (1.1.9-2~exp1) experimental; urgency=medium
 
   * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
 
- -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:24:14 +0200
+ -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:37:15 +0200
 
 netcdf4-python (1.1.9-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] 01/03: Merge branch 'master' into experimental

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository netcdf4-python.

commit 8a72527537ee752763b0cf5281139390da793aa2
Merge: ffae7f2 be8b5d1
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:24:07 2015 +0200

Merge branch 'master' into experimental

Conflicts:
debian/changelog
debian/patches/series

 .travis.yml | 1 +
 Changelog   |23 +
 MANIFEST.in | 4 +
 README.gh-pages |20 +-
 README.md   |16 +-
 README.wheels.md|   100 +
 create_docs.sh  | 7 +-
 debian/changelog|10 +
 debian/patches/cython-clean.patch   |16 -
 debian/patches/fix-manpage-syntax.patch |49 -
 debian/patches/no-online-tests.patch|19 -
 debian/patches/series   | 3 -
 debian/upstream/metadata| 2 +-
 debian/watch| 4 +-
 docs/api-objects.txt|   285 -
 docs/class-tree.html|   151 -
 docs/crarr.png  |   Bin 340 - 0 bytes
 docs/epydoc.css |   322 -
 docs/epydoc.js  |   293 -
 docs/help.html  |   272 -
 docs/identifier-index.html  |   698 --
 docs/index.html |  1732 ---
 docs/module-tree.html   |   109 -
 docs/netCDF4-module.html|  1660 ---
 docs/netCDF4.CompoundType-class.html|   357 -
 docs/netCDF4.Dataset-class.html |  1705 ---
 docs/netCDF4.Dimension-class.html   |   394 -
 docs/netCDF4.Group-class.html   |   387 -
 docs/netCDF4.MFDataset-class.html   |   528 -
 docs/netCDF4.MFTime-class.html  |   307 -
 docs/netCDF4.VLType-class.html  |   344 -
 docs/netCDF4.Variable-class.html|  1464 ---
 docs/netCDF4/index.html |  5584 +
 docs/redirect.html  |38 -
 man/nc3tonc4.1  |18 +-
 man/nc4tonc3.1  | 6 +-
 netCDF4/__init__.py | 8 +-
 netCDF4/_netCDF4.c  | 18150 --
 netCDF4/_netCDF4.pyx|  2593 +++--
 netcdftime/_datetime.c  |   482 +-
 netcdftime/_datetime.pyx| 7 +
 netcdftime/netcdftime.py|29 +-
 setup.py|23 +-
 test/run_all.py | 5 +
 test/tst_netcdftime.py  |31 +-
 test/tst_scaled.py  |45 +
 test/tst_slicing.py |12 +
 47 files changed, 17016 insertions(+), 21297 deletions(-)

diff --cc debian/changelog
index d5df534,e6a3f06..4fcffcf
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,28 -1,13 +1,38 @@@
+ netcdf4-python (1.1.9-1) unstable; urgency=medium
+ 
+   * New upstream release.
+   * Drop patches, applied upstream.
+   * Update watch file, changes:
+ - Force lowercase RC in uversionmangle
+ - Handle other tar extensions in filenamemangle
+ 
+  -- Bas Couwenberg sebas...@debian.org  Fri, 31 Jul 2015 01:17:52 +0200
+ 
 +netcdf4-python (1.1.8-3~exp4) UNRELEASED; urgency=medium
 +
 +  * Use mpi-default-dev to select the architecture specific HDF5 MPI flavor.
 +
 + -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 20:31:45 +0200
 +
 +netcdf4-python (1.1.8-3~exp3) experimental; urgency=medium
 +
 +  * Use HDF5 mpich variant on s390x.
 +
 + -- Bas Couwenberg sebas...@debian.org  Wed, 29 Jul 2015 20:29:31 +0200
 +
 +netcdf4-python (1.1.8-3~exp2) experimental; urgency=medium
 +
 +  * Require at least libnetcdf-dev 4.3.3.1 for HDF5 openmpi variant.
 +
 + -- Bas Couwenberg sebas...@debian.org  Wed, 29 Jul 2015 12:04:55 +0200
 +
 +netcdf4-python (1.1.8-3~exp1) experimental; urgency=medium
 +
 +  * Update branch in gbp.conf  Vcs-Git URL.
 +  * Add patch to support HDF5 openmpi variant used to build netcdf.
 +
 + -- Bas Couwenberg sebas...@debian.org  Tue, 28 Jul 2015 23:25:21 +0200
 +
  netcdf4-python (1.1.8-2) unstable; urgency=medium
  
* Override dh_auto_test to ignore test failures.
diff --cc debian/patches/series
index cc41ecf,000..9c8c4ee
mode 100644,00..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,4 -1,0 +1,1 @@@
- cython-clean.patch
- no-online-tests.patch
- fix-manpage-syntax.patch
 +link-hdf5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] branch experimental updated (ffae7f2 - 3f140c5)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental
in repository netcdf4-python.

  from  ffae7f2   Use mpi-default-dev to select the architecture specific 
HDF5 MPI flavor.
  adds  8cc7cc8   Imported Upstream version 1.1.9
  adds  f43b79a   Merge tag 'upstream/1.1.9'
  adds  d6c9415   New upstream release.
  adds  ead655b   Drop patches, applied upstream.
  adds  bc31826   Update watch file.
  adds  380af89   Reorder upstream metadata fields.
  adds  be8b5d1   Set distribution to unstable.
   new  8a72527   Merge branch 'master' into experimental
   new  b552ac6   Move UNRELEASED changes to new experimental revision, 
refresh link-hdf5.patch.
   new  3f140c5   Set distribution to experimental.

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:
 .travis.yml | 1 +
 Changelog   |23 +
 MANIFEST.in | 4 +
 README.gh-pages |20 +-
 README.md   |16 +-
 README.wheels.md|   100 +
 create_docs.sh  | 7 +-
 debian/changelog|14 +-
 debian/patches/cython-clean.patch   |16 -
 debian/patches/fix-manpage-syntax.patch |49 -
 debian/patches/link-hdf5.patch  | 4 +-
 debian/patches/no-online-tests.patch|19 -
 debian/patches/series   | 3 -
 debian/upstream/metadata| 2 +-
 debian/watch| 4 +-
 docs/api-objects.txt|   285 -
 docs/class-tree.html|   151 -
 docs/crarr.png  |   Bin 340 - 0 bytes
 docs/epydoc.css |   322 -
 docs/epydoc.js  |   293 -
 docs/help.html  |   272 -
 docs/identifier-index.html  |   698 --
 docs/index.html |  1732 ---
 docs/module-tree.html   |   109 -
 docs/netCDF4-module.html|  1660 ---
 docs/netCDF4.CompoundType-class.html|   357 -
 docs/netCDF4.Dataset-class.html |  1705 ---
 docs/netCDF4.Dimension-class.html   |   394 -
 docs/netCDF4.Group-class.html   |   387 -
 docs/netCDF4.MFDataset-class.html   |   528 -
 docs/netCDF4.MFTime-class.html  |   307 -
 docs/netCDF4.VLType-class.html  |   344 -
 docs/netCDF4.Variable-class.html|  1464 ---
 docs/netCDF4/index.html |  5584 +
 docs/redirect.html  |38 -
 man/nc3tonc4.1  |18 +-
 man/nc4tonc3.1  | 6 +-
 netCDF4/__init__.py | 8 +-
 netCDF4/_netCDF4.c  | 18150 --
 netCDF4/_netCDF4.pyx|  2593 +++--
 netcdftime/_datetime.c  |   482 +-
 netcdftime/_datetime.pyx| 7 +
 netcdftime/netcdftime.py|29 +-
 setup.py|23 +-
 test/run_all.py | 5 +
 test/tst_netcdftime.py  |31 +-
 test/tst_scaled.py  |45 +
 test/tst_slicing.py |12 +
 48 files changed, 17020 insertions(+), 21301 deletions(-)
 create mode 100644 README.wheels.md
 delete mode 100644 debian/patches/cython-clean.patch
 delete mode 100644 debian/patches/fix-manpage-syntax.patch
 delete mode 100644 debian/patches/no-online-tests.patch
 delete mode 100644 docs/api-objects.txt
 delete mode 100644 docs/class-tree.html
 delete mode 100644 docs/crarr.png
 delete mode 100644 docs/epydoc.css
 delete mode 100644 docs/epydoc.js
 delete mode 100644 docs/help.html
 delete mode 100644 docs/identifier-index.html
 delete mode 100644 docs/index.html
 delete mode 100644 docs/module-tree.html
 delete mode 100644 docs/netCDF4-module.html
 delete mode 100644 docs/netCDF4.CompoundType-class.html
 delete mode 100644 docs/netCDF4.Dataset-class.html
 delete mode 100644 docs/netCDF4.Dimension-class.html
 delete mode 100644 docs/netCDF4.Group-class.html
 delete mode 100644 docs/netCDF4.MFDataset-class.html
 delete mode 100644 docs/netCDF4.MFTime-class.html
 delete mode 100644 docs/netCDF4.VLType-class.html
 delete mode 100644 docs/netCDF4.Variable-class.html
 create mode 100644 docs/netCDF4/index.html
 delete mode 100644 docs/redirect.html

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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

grass_7.0.1-1~exp1_amd64.changes ACCEPTED into experimental

2015-07-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jul 2015 23:45:54 +0200
Source: grass
Binary: grass grass-core grass-gui grass-doc grass-dev-doc grass-dev
Architecture: source amd64 all
Version: 7.0.1-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Bas Couwenberg sebas...@debian.org
Description:
 grass  - Geographic Resources Analysis Support System (GRASS GIS)
 grass-core - GRASS GIS core components
 grass-dev  - GRASS GIS development files
 grass-dev-doc - GRASS GIS Programmers' Manual
 grass-doc  - GRASS GIS user documentation
 grass-gui  - GRASS GIS graphical user interfaces
Changes:
 grass (7.0.1-1~exp1) experimental; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 22111f6e4aa3a34ec191982d2a57181f6316df55 2769 grass_7.0.1-1~exp1.dsc
 f98d4be273551be60b67a2a95846e97994fe5564 33733368 grass_7.0.1.orig.tar.gz
 fecc2b23f8c6a4be457603646349985f38b2a8bf 26560 grass_7.0.1-1~exp1.debian.tar.xz
 b9cfeb7b43aa4780a69fc4c8b5dc92287d72f3fe 7209686 
grass-core_7.0.1-1~exp1_amd64.deb
 23f3728d7c0f1a8c6bb31cf99a74890255f252af 11886872 
grass-dev-doc_7.0.1-1~exp1_all.deb
 85e126352b1591527da66f4d50635110185a09d2 194404 
grass-dev_7.0.1-1~exp1_amd64.deb
 3850d081849fc321d491a7751545613b1fe21ce7 13144600 
grass-doc_7.0.1-1~exp1_all.deb
 14724be3b284a98f96164df2da2bf33c2c26dfd8 1930638 
grass-gui_7.0.1-1~exp1_amd64.deb
 58c25fbeba79548e1e9e66a0fad7d61783364eca 17896 grass_7.0.1-1~exp1_all.deb
Checksums-Sha256:
 55aa597b058218f5fa2a31dd1f80e7e8ea1a79ede41e5d3883b156aa1392b3b6 2769 
grass_7.0.1-1~exp1.dsc
 0987dd1618fde24b05785a502c7db8c09401a522a7a3ee50543068fab4eb405f 33733368 
grass_7.0.1.orig.tar.gz
 ee9f67f3f3d833f73f5503121ee469b30ba4b11e42ef1d4b45e19b4ed8d0786c 26560 
grass_7.0.1-1~exp1.debian.tar.xz
 911c8fe0716769c3406a9b4ea4f3ced41874a76525c38df613d60f89732473ba 7209686 
grass-core_7.0.1-1~exp1_amd64.deb
 736507331fc2f7df7e58afcceee9f225697555bb13fc9a40b28e4e2789ee25d9 11886872 
grass-dev-doc_7.0.1-1~exp1_all.deb
 0a5e649edd2c4243633d9d739b6ce1a7d5ed2b32a69f318fa17541e95b9305cd 194404 
grass-dev_7.0.1-1~exp1_amd64.deb
 4bfc44cf65cbccc796ebc2a6fe6e0c6dc8027344667f332bec3f084501a50967 13144600 
grass-doc_7.0.1-1~exp1_all.deb
 ad28333a462178ab940d13dd652b5526983e9d18e9a779a5ec4fa340cc0d115f 1930638 
grass-gui_7.0.1-1~exp1_amd64.deb
 1a8419478d51ab9912f862327d2b43a8dc08f0db5bbe3afa2fd232dbea0d9486 17896 
grass_7.0.1-1~exp1_all.deb
Files:
 7fb4e9d637278311488f14e64cc935fe 2769 science optional grass_7.0.1-1~exp1.dsc
 bda8f612443a935b9da78dba85733db4 33733368 science optional 
grass_7.0.1.orig.tar.gz
 99ddfa611c6c1aba5e3356671ad504c6 26560 science optional 
grass_7.0.1-1~exp1.debian.tar.xz
 71c01962dab391814e71c0f39d731d00 7209686 science optional 
grass-core_7.0.1-1~exp1_amd64.deb
 3f0cf5bdf1ce2ca1f2cafdeb04ce139c 11886872 doc optional 
grass-dev-doc_7.0.1-1~exp1_all.deb
 66da90c56c6520d091e5e3bb1bc0a485 194404 devel optional 
grass-dev_7.0.1-1~exp1_amd64.deb
 8f23f69c73ef610eb7d15cef3b2ffe9f 13144600 doc optional 
grass-doc_7.0.1-1~exp1_all.deb
 398d7eefa2f005cbf63fde9c1972c306 1930638 science optional 
grass-gui_7.0.1-1~exp1_amd64.deb
 7ee9f3a1cb7bf09d0335d8dc1d937084 17896 metapackages optional 
grass_7.0.1-1~exp1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVuqD+AAoJEGdQ8QrojUrxRkQQAIiY1pG/gNZf2SJ8irb0xs7F
LvNlSWa4ejh6lb9Scp6dLGT637wN1qEo8ZslakBySCDvAdmNx2o9ErTbS7Yr+AvO
0WIaHBW0NLYE4JxKTM7iNVw0tY9z1tni1VufIEnp42MG6J/CR5tqW/wCOcZWHIBR
AMb+F7/aZX1gwjPMEvHLh7mJ99IgQks01lC55gY83xzEjMyPlXyYsHTCXSSNFAKo
OlDsxzru/X+pEGtYAclUA6LK6eJnZm9wC03Cd2HYnpPtd0SiLJ7SwfJJrZsZwcAq
YM0R/z8pXoTJZYfczDLFBHpQJ+Fcd4YUYzsfwcbNAU00kb9LwTRElvzdaNveeYRC
uLGhsOvyVzmDQwRu5EkZtlLbmXo2M4xE1NSq6MwmEmIekwxue4sMpxW+LjUb1zRL
Mr3a7Y1HNeYp2gy2hRO0Nl+vHa+EKgH4kuuNExwl1JN8dx6EB4ANTcgS1pWNyhC+
HwFFIFLqpQLdP/25kK0CqFT4blq0H0ni9T+KMnRNJ+QxvNDj/LjPnecwln/DalAD
N7e8pTtXhAXxaglIl+MLhrb4PZL2L4yeU81xAvIO9XAdyLsnY3OIrv8qjbHub9bU
33sYXEOSnbfX6wEql4aPhuL5+8yVWLMza6XdI8w3tM61UD2qMA6e4nkkIXo67o5A
6RcurCyN+soiHw5pLRg7
=KPDx
-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


[netcdf4-python] 01/01: pristine-tar data for netcdf4-python_1.1.9.orig.tar.gz

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository netcdf4-python.

commit 653745a292c7cd132028ffee4265cedb8951235b
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Fri Jul 31 01:08:25 2015 +0200

pristine-tar data for netcdf4-python_1.1.9.orig.tar.gz
---
 netcdf4-python_1.1.9.orig.tar.gz.delta | Bin 0 - 3461 bytes
 netcdf4-python_1.1.9.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/netcdf4-python_1.1.9.orig.tar.gz.delta 
b/netcdf4-python_1.1.9.orig.tar.gz.delta
new file mode 100644
index 000..deb51cf
Binary files /dev/null and b/netcdf4-python_1.1.9.orig.tar.gz.delta differ
diff --git a/netcdf4-python_1.1.9.orig.tar.gz.id 
b/netcdf4-python_1.1.9.orig.tar.gz.id
new file mode 100644
index 000..774396b
--- /dev/null
+++ b/netcdf4-python_1.1.9.orig.tar.gz.id
@@ -0,0 +1 @@
+a6b9bf7c94fc9f8853f6f7a026c3d3ac91e4ba73

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[netcdf4-python] branch upstream updated (ed72e39 - 8cc7cc8)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository netcdf4-python.

  from  ed72e39   Imported Upstream version 1.1.8
   new  8cc7cc8   Imported Upstream version 1.1.9

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:
 .travis.yml  | 1 +
 Changelog|23 +
 MANIFEST.in  | 4 +
 README.gh-pages  |20 +-
 README.md|16 +-
 README.wheels.md |   100 +
 create_docs.sh   | 7 +-
 docs/api-objects.txt |   285 -
 docs/class-tree.html |   151 -
 docs/crarr.png   |   Bin 340 - 0 bytes
 docs/epydoc.css  |   322 -
 docs/epydoc.js   |   293 -
 docs/help.html   |   272 -
 docs/identifier-index.html   |   698 --
 docs/index.html  |  1732 
 docs/module-tree.html|   109 -
 docs/netCDF4-module.html |  1660 ---
 docs/netCDF4.CompoundType-class.html |   357 -
 docs/netCDF4.Dataset-class.html  |  1705 
 docs/netCDF4.Dimension-class.html|   394 -
 docs/netCDF4.Group-class.html|   387 -
 docs/netCDF4.MFDataset-class.html|   528 -
 docs/netCDF4.MFTime-class.html   |   307 -
 docs/netCDF4.VLType-class.html   |   344 -
 docs/netCDF4.Variable-class.html |  1464 ---
 docs/netCDF4/index.html  |  5584 ++
 docs/redirect.html   |38 -
 man/nc3tonc4.1   |18 +-
 man/nc4tonc3.1   | 6 +-
 netCDF4/__init__.py  | 8 +-
 netCDF4/_netCDF4.c   | 18150 +
 netCDF4/_netCDF4.pyx |  2593 ++---
 netcdftime/_datetime.c   |   482 +-
 netcdftime/_datetime.pyx | 7 +
 netcdftime/netcdftime.py |29 +-
 setup.py |23 +-
 test/run_all.py  | 5 +
 test/tst_netcdftime.py   |31 +-
 test/tst_scaled.py   |45 +
 test/tst_slicing.py  |12 +
 40 files changed, 17003 insertions(+), 21207 deletions(-)
 create mode 100644 README.wheels.md
 delete mode 100644 docs/api-objects.txt
 delete mode 100644 docs/class-tree.html
 delete mode 100644 docs/crarr.png
 delete mode 100644 docs/epydoc.css
 delete mode 100644 docs/epydoc.js
 delete mode 100644 docs/help.html
 delete mode 100644 docs/identifier-index.html
 delete mode 100644 docs/index.html
 delete mode 100644 docs/module-tree.html
 delete mode 100644 docs/netCDF4-module.html
 delete mode 100644 docs/netCDF4.CompoundType-class.html
 delete mode 100644 docs/netCDF4.Dataset-class.html
 delete mode 100644 docs/netCDF4.Dimension-class.html
 delete mode 100644 docs/netCDF4.Group-class.html
 delete mode 100644 docs/netCDF4.MFDataset-class.html
 delete mode 100644 docs/netCDF4.MFTime-class.html
 delete mode 100644 docs/netCDF4.VLType-class.html
 delete mode 100644 docs/netCDF4.Variable-class.html
 create mode 100644 docs/netCDF4/index.html
 delete mode 100644 docs/redirect.html

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf4-python.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


[ruby-netcdf] branch master updated (203cfc0 - be2b901)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  203cfc0   Update debian/changelog
  adds  be2b901   Add patch: to support NetCDF 4.4.0-rc

No new revisions were added by this update.

Summary of changes:
 debian/changelog  |  7 +++
 debian/patches/0002-Support-NetCDF-rc-release | 24 
 debian/patches/series |  1 +
 3 files changed, 32 insertions(+)
 create mode 100644 debian/patches/0002-Support-NetCDF-rc-release

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] 01/01: Add patch: to support NetCDF 4.4.0-rc

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to annotated tag debian/0.7.1.1-2
in repository ruby-netcdf.

commit be2b901d19315356c548c1aadfa3a31e54e67d54
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Fri Jul 31 12:01:27 2015 +0900

Add patch: to support NetCDF 4.4.0-rc

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog  |  7 +++
 debian/patches/0002-Support-NetCDF-rc-release | 24 
 debian/patches/series |  1 +
 3 files changed, 32 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9545d3c..2af6c8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-netcdf (0.7.1.1-2) unstable; urgency=medium
+
+  * Add patch: to support NetCDF 4.4.0-rc version
+Thanks to Bas Couwenberg!
+
+ -- Youhei SASAKI uwab...@gfd-dennou.org  Fri, 31 Jul 2015 12:05:12 +0900
+
 ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 
   [ Bas Couwenberg ]
diff --git a/debian/patches/0002-Support-NetCDF-rc-release 
b/debian/patches/0002-Support-NetCDF-rc-release
new file mode 100644
index 000..21d03a6
--- /dev/null
+++ b/debian/patches/0002-Support-NetCDF-rc-release
@@ -0,0 +1,24 @@
+From: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
+Date: Fri, 31 Jul 2015 12:03:43 +0900
+Subject: Support NetCDF RC version
+
+Add rc release support in version check of extconf.rb
+
+Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
+---
+ ext/numru/extconf.rb | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ext/numru/extconf.rb b/ext/numru/extconf.rb
+index 1ad8b17..e62a9e5 100644
+--- a/ext/numru/extconf.rb
 b/ext/numru/extconf.rb
+@@ -51,7 +51,7 @@ end
+ 
+ ncver0 = ncversion[0..0]  # 3 or 4
+ ncver = ncversion.gsub(/\./,'')
+-unless /^\d\d\d$/ =~ ncver   # 3 digits
++unless /^\d\d\d(\-rc)?$/ =~ ncver   # 3 digits
+   raise(Invalid netcdf version: #{ncversion}. Use --with-netcdf-version=) 
+ end
+ $CFLAGS += ' -DNCVER='+ncver
diff --git a/debian/patches/series b/debian/patches/series
index a1e1e53..e58734c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Change-FHS-For-RubyGems
+0002-Support-NetCDF-rc-release

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] annotated tag debian/0.7.1.1-2 created (now 91ccf2b)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-2
in repository ruby-netcdf.

at  91ccf2b   (tag)
   tagging  be2b901d19315356c548c1aadfa3a31e54e67d54 (commit)
  replaces  debian/0.7.1.1-1
 tagged by  Youhei SASAKI
on  Fri Jul 31 12:07:49 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-2

Youhei SASAKI (1):
  Add patch: to support NetCDF 4.4.0-rc

---

This annotated tag includes the following new commits:

   new  be2b901   Add patch: to support NetCDF 4.4.0-rc

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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


Processing of ruby-netcdf_0.7.1.1-2_amd64.changes

2015-07-30 Thread Debian FTP Masters
ruby-netcdf_0.7.1.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-netcdf_0.7.1.1-2.dsc
  ruby-netcdf_0.7.1.1-2.debian.tar.xz
  ruby-netcdf-dbg_0.7.1.1-2_amd64.deb
  ruby-netcdf_0.7.1.1-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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


ruby-netcdf_0.7.1.1-2_amd64.changes ACCEPTED into unstable

2015-07-30 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 31 Jul 2015 12:05:12 +0900
Source: ruby-netcdf
Binary: ruby-netcdf ruby-netcdf-dbg
Architecture: source amd64
Version: 0.7.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Youhei SASAKI uwab...@gfd-dennou.org
Description:
 ruby-netcdf - Ruby interface of netCDF library
 ruby-netcdf-dbg - Ruby-NetCDF debug symbols
Changes:
 ruby-netcdf (0.7.1.1-2) unstable; urgency=medium
 .
   * Add patch: to support NetCDF 4.4.0-rc version
 Thanks to Bas Couwenberg!
Checksums-Sha1:
 8cf9093be052659e2b0997c8962007737586cd07 2106 ruby-netcdf_0.7.1.1-2.dsc
 438e7f1ca2dd930f7f09db43e00c24d36bf52f1f 29228 
ruby-netcdf_0.7.1.1-2.debian.tar.xz
 e41e74abbe7ad5ee89b431c03e5c40c849abcaac 174218 
ruby-netcdf-dbg_0.7.1.1-2_amd64.deb
 56f73ae3c20807e7a470f5d4feecf0653f4fc38e 53752 ruby-netcdf_0.7.1.1-2_amd64.deb
Checksums-Sha256:
 a7e92c868f3fc63e8070b9bfc116ff834161732501669a74474c9acd3c8f5059 2106 
ruby-netcdf_0.7.1.1-2.dsc
 f4910391fd116a2dbff69d78850d69a7d7b70d7670c49b55a4ef0bf80a93e848 29228 
ruby-netcdf_0.7.1.1-2.debian.tar.xz
 00ef35a9b35765e8848793c8c7a13d0f5dcbb3e73e9e4eaae333dfd67af96602 174218 
ruby-netcdf-dbg_0.7.1.1-2_amd64.deb
 9e24054d862ea168a4e063100bc5851422a741e9b43ff10620d5bb6935fcfdbb 53752 
ruby-netcdf_0.7.1.1-2_amd64.deb
Files:
 89624539931b71c8b4d51e61a7f86c9a 2106 ruby optional ruby-netcdf_0.7.1.1-2.dsc
 e6c2ae8ca0679c2e0cb585108eb5dc58 29228 ruby optional 
ruby-netcdf_0.7.1.1-2.debian.tar.xz
 3f3ca014dd220d5d6b0b6e69a707fc07 174218 debug extra 
ruby-netcdf-dbg_0.7.1.1-2_amd64.deb
 3d8c3c2e50b42e483f77f59e64e71a6a 53752 ruby optional 
ruby-netcdf_0.7.1.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJVuuaDAAoJEJOU81SJHX4HtEYQAIFFXP5J3Tqoe4slfi4GCywT
7aYZI+JBAPzLCcwbPzH60uEHMDq7ePVqH2h1DIPM0raYXOBUKlE6dnF1bubkkhTO
b0+XOsKuut/FQLBqSsOIQUCxZEkr/OiB7auQdbFr8B/fkWEsMxdXAxXmdqr+a90C
5KlIz8KHX6hxEg+FjkmDvuEgs56f6XqQ7Inp/045DQeuaUUK/EREGhrjgex/unMD
ONyBAfICqU50Akz4wX3a49le7MPgcpPtfqIiIYtcVklJhmKKIaInPAoI9lN7aOJW
V208Snqws9hI4Ba0mnKTGFWzLm6T8Zow+mrNmj51Y8bIxE62DiGxzxTSlYjo93rS
z506iyQ3++7FkzvJvQZDeb7jcWZgRzFvEMlG/VaRChncokb4XY6n5aeIu1lFS7+c
vetjKnT9cFL7K7Df1l7uLYEF1H7PfWjvCjjA1Ji4sFZtVDvUtv24OKLz28Eqfpyp
A1Qj4kEwiVxRUwQamkUroyO19FgJ1S0x/nlNO6srY6KvGROVJQdvsv3UW55KZHrK
P1vhjV6o0RzxgrvVpnJW+3MszZlKOGDGHScVWvzjZGBMxQqHZqCmL/kbeAdHw+DK
wdNc78Ml78wkfaAH3/BqpsD4b+j+VDAP4Uv9pV/s6KTAVfgMNzO4RifeJKQvGzyy
Dat4B9i/qdzFGQoI22Gl
=iKw1
-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


[netcdf] branch master updated (b669d59 - 4ccd316)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch master
in repository netcdf.

  from  b669d59   Set distribution to experimental.
   new  4ccd316   Add patch to append the HDF5 library  include paths in 
nc-config  netcdf.pc.

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   |  7 +
 debian/control |  3 +-
 debian/patches/hdf5-library-path.patch | 51 ++
 debian/patches/series  |  1 +
 debian/rules   | 10 ++-
 5 files changed, 70 insertions(+), 2 deletions(-)
 create mode 100644 debian/patches/hdf5-library-path.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/netcdf.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] 01/01: Add patch to append the HDF5 library include paths in nc-config netcdf.pc.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository netcdf.

commit 4ccd31651dcdd06e6f2ba42d23f61ab58ba01770
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 19:49:42 2015 +0200

Add patch to append the HDF5 library  include paths in nc-config  
netcdf.pc.
---
 debian/changelog   |  7 +
 debian/control |  3 +-
 debian/patches/hdf5-library-path.patch | 51 ++
 debian/patches/series  |  1 +
 debian/rules   | 10 ++-
 5 files changed, 70 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f20d7e1..b0f0899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+netcdf (1:4.4.0~rc2-1~exp4) UNRELEASED; urgency=medium
+
+  * Add patch to append the HDF5 library  include paths in nc-config 
+netcdf.pc.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 19:46:45 +0200
+
 netcdf (1:4.4.0~rc2-1~exp3) experimental; urgency=medium
 
   * Change libhdf5-openmpi-dev (build) dependency to libhdf5-mpi-dev,
diff --git a/debian/control b/debian/control
index c4ee1b6..7fabf33 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,8 @@ Build-Depends: debhelper (= 9),
doxygen,
libjs-jquery,
libhdf5-mpi-dev (= 1.8.6-1~),
-   libcurl4-gnutls-dev | libcurl-ssl-dev
+   libcurl4-gnutls-dev | libcurl-ssl-dev,
+   mpi-default-dev
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/netcdf.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/netcdf.git
diff --git a/debian/patches/hdf5-library-path.patch 
b/debian/patches/hdf5-library-path.patch
new file mode 100644
index 000..6efd748
--- /dev/null
+++ b/debian/patches/hdf5-library-path.patch
@@ -0,0 +1,51 @@
+Description: Append HDF5 library  include paths to nc-config  netcdf.pc.
+ Fixes linking issues with netcdf and the hdf5 libraries it's built with:
+  /usr/bin/ld: cannot find -lhdf5_hl
+  /usr/bin/ld: cannot find -lhdf5
+Author: Bas Couwenberg sebas...@debian.org
+Forwarded: not-needed
+
+--- a/CMakeLists.txt
 b/CMakeLists.txt
+@@ -1465,6 +1465,17 @@ SET(libdir ${CMAKE_INSTALL_PREFIX}/${CMA
+ SET(includedir ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_INCLUDEDIR})
+ SET(CC ${CMAKE_C_COMPILER})
+ 
++SET(HDF5_LIBS )
++SET(HDF5_INCS )
++
++IF(USE_HDF5 AND DEFINED HDF5_LIBRARY_PATH)
++  SET(HDF5_LIBS -L${HDF5_LIBRARY_PATH})
++ENDIF(USE_HDF5 AND DEFINED HDF5_LIBRARY_PATH)
++
++IF(USE_HDF5 AND DEFINED HDF5_INCLUDE_PATH)
++  SET(HDF5_INCS -I${HDF5_INCLUDE_PATH})
++ENDIF(USE_HDF5 AND DEFINED HDF5_LIBRARY_PATH)
++
+ # Process all dependency libraries and create a string
+ # used when parsing netcdf.pc.in
+ 
+--- a/nc-config.cmake.in
 b/nc-config.cmake.in
+@@ -10,8 +10,8 @@ libdir=@CMAKE_INSTALL_PREFIX@/lib
+ includedir=@CMAKE_INSTALL_PREFIX@/include
+ 
+ cc=@CMAKE_C_COMPILER@
+-cflags=-I@CMAKE_INSTALL_PREFIX@/include
+-libs=-L@CMAKE_INSTALL_PREFIX@/lib @NC_LIBS@
++cflags=-I@CMAKE_INSTALL_PREFIX@/include @HDF5_INCS@
++libs=-L@CMAKE_INSTALL_PREFIX@/lib @HDF5_LIBS@ @NC_LIBS@
+ 
+ has_dap=@USE_DAP@
+ if [ -z $has_dap ]; then
+--- a/netcdf.pc.in
 b/netcdf.pc.in
+@@ -8,6 +8,6 @@ Name: @PACKAGE@
+ Description: NetCDF Client Library for C
+ URL: http://www.unidata.ucar.edu/netcdf
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} @NC_LIBS@
+-Cflags: -I${includedir}
++Libs: -L${libdir} @HDF5_LIBS@ @NC_LIBS@
++Cflags: -I${includedir} @HDF5_INCS@
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 9faa5f8..60a8cb7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 link-private.patch
 privacy-breach-logo.patch
+hdf5-library-path.patch
diff --git a/debian/rules b/debian/rules
index 035b1a4..16976be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,12 @@
 
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
+include /usr/share/mpi-default-dev/debian_defaults
+HDF5_INCLUDE_PATH=/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+HDF5_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+
 UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: 
\(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 
 %:
@@ -13,7 +19,9 @@ override_dh_auto_configure:
-DCMAKE_SKIP_RPATH:BOOL=ON \
-DCMAKE_VERBOSE_MAKEFILE=1 \
-DENABLE_TESTS:BOOL=OFF \
-   -DENABLE_DOXYGEN:BOOL=ON
+   -DENABLE_DOXYGEN:BOOL=ON \
+   -DHDF5_INCLUDE_PATH=$(HDF5_INCLUDE_PATH) \
+   -DHDF5_LIBRARY_PATH=$(HDF5_LIBRARY_PATH)
 
 override_dh_auto_install:
dh_auto_install

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

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org

python-mapnik 1:0.0~20150708-c005502-2 MIGRATED to testing

2015-07-30 Thread Debian testing watch
FYI: The status of the python-mapnik source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:0.0~20150708-c005502-2

-- 
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


Processed: Re: Bug#791215: netcdf: library transition may be needed when GCC 5 is the default

2015-07-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user release.debian@packages.debian.org
Setting user to release.debian@packages.debian.org (was sebas...@xs4all.nl).
 usertag 791215 + transition
There were no usertags set.
Usertags are now: transition.
 block 791215 by 790756
Bug #791215 [src:netcdf] netcdf: library transition may be needed when GCC 5 is 
the default
791215 was not blocked by any bugs.
791215 was not blocking any bugs.
Added blocking bug(s) of 791215: 790756
 reassign 791215 release.debian.org
Bug #791215 [src:netcdf] netcdf: library transition may be needed when GCC 5 is 
the default
Bug reassigned from package 'src:netcdf' to 'release.debian.org'.
No longer marked as found in versions netcdf/4.1.3-7.2.
Ignoring request to alter fixed versions of bug #791215 to the same values 
previously set
 block 791215 by 793823 793877 793885 793920 793976 794010
Bug #791215 [release.debian.org] netcdf: library transition may be needed when 
GCC 5 is the default
791215 was blocked by: 790756
791215 was not blocking any bugs.
Added blocking bug(s) of 791215: 793885, 793976, 793920, 793877, 793823, and 
794010
 block 791215 by 794027 794040 793891 793902 793882
Bug #791215 [release.debian.org] netcdf: library transition may be needed when 
GCC 5 is the default
791215 was blocked by: 790756 794010 793823 793877 793920 793976 793885
791215 was not blocking any bugs.
Added blocking bug(s) of 791215: 793902, 794027, 794040, 793891, and 793882
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
791215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791215
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


mapnik 3.0.0+ds-2 MIGRATED to testing

2015-07-30 Thread Debian testing watch
FYI: The status of the mapnik source package
in Debian's testing distribution has changed.

  Previous version: 2.2.0+ds1-7
  Current version:  3.0.0+ds-2

-- 
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


h5utils 1.12.1-3 MIGRATED to testing

2015-07-30 Thread Debian testing watch
FYI: The status of the h5utils source package
in Debian's testing distribution has changed.

  Previous version: 1.12.1-2.1
  Current version:  1.12.1-3

-- 
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


Bug#794047: pyspatialite: distro patch causes misbuild on 64-bit archs

2015-07-30 Thread Steve Langasek
On Thu, Jul 30, 2015 at 02:55:00PM +0200, Sebastiaan Couwenberg wrote:
 Thanks for the patch. I've applied it in pyspatialite (3.0.1-9)
 available in unstable for syncing sortly.

 In a related question, why are you syncing pyspatialite into Ubuntu but
 not the qgis 2.8.x LTR version which is the reason we have a
 pyspatialite package in the archive?

The pyspatialite package is in sync in Ubuntu because it has had no
Ubuntu-specific changes previously.  The qgis package has an Ubuntu delta,
which means an Ubuntu developer needs to merge it for an updated version to
be included in Ubuntu.  At the moment I'm only looking at resolving build
failures to unblock library transitions related to the python3.5 transition,
not at merging new work from Debian.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


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

[grass] branch experimental updated (de3ef15 - 1cb7b2e)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch experimental
in repository grass.

  from  de3ef15   Set distribution to experimental.
   new  ed12486   Imported Upstream version 7.0.1
   new  f7597cf   Merge tag 'upstream/7.0.1' into experimental
   new  2fad7dd   New upstream release.
   new  1cb7b2e   Set distribution to experimental.

The 4 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:
 ChangeLog_7.0.1.gz |  Bin 0 - 798778 bytes
 ChangeLog_7.0.1RC2.gz  |  Bin 798500 - 0 bytes
 README.debian  |   78 +
 debian/changelog   |6 +
 debian/control |2 +-
 doc/.howto_release.txt.swp |  Bin 16384 - 16384 bytes
 gui/wxpython/gui_core/forms.py |5 +-
 include/VERSION|2 +-
 locale/po/grasslibs_fr.po  | 1382 +--
 locale/po/grasswxpy_fr.po  | 3007 +---
 raster/r.mapcalc/map.c |   29 +-
 scripts/Makefile   |1 +
 vector/v.to.rast/v.to.rast.html|   37 +-
 vector/v.to.rast/v_to_rast_binning.png |  Bin 0 - 53520 bytes
 14 files changed, 1442 insertions(+), 3107 deletions(-)
 create mode 100644 ChangeLog_7.0.1.gz
 delete mode 100644 ChangeLog_7.0.1RC2.gz
 create mode 100644 README.debian
 create mode 100644 vector/v.to.rast/v_to_rast_binning.png

-- 
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] 03/04: New upstream release.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository grass.

commit 2fad7dd2593040733fc29db27695dca5b88a
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 23:29:13 2015 +0200

New upstream release.
---
 debian/changelog | 6 ++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a9c4504..78f937a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+grass (7.0.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 23:28:19 +0200
+
 grass (7.0.1~rc2-1~exp1) experimental; urgency=medium
 
   * New upstream release candidate.
diff --git a/debian/control b/debian/control
index abb54e6..1d9b8cc 100644
--- a/debian/control
+++ b/debian/control
@@ -106,7 +106,7 @@ Suggests: grass-doc,
 Breaks: grass ( 6.4.2-1~)
 Conflicts: grass70-core,
grass7-core
-Provides: grass701-2,
+Provides: grass701,
   grass70-core,
   grass7-core
 Replaces: grass70-core,

-- 
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] annotated tag upstream/7.0.1 created (now c3d6359)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to annotated tag upstream/7.0.1
in repository grass.

at  c3d6359   (tag)
   tagging  ed12486ea62e5e439ccd45833985af6e69c77151 (commit)
  replaces  upstream/7.0.1_rc2
 tagged by  Bas Couwenberg
on  Thu Jul 30 23:27:48 2015 +0200

- Log -
Upstream version 7.0.1

Bas Couwenberg (1):
  Imported Upstream version 7.0.1

---

No new revisions were added by this update.

-- 
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] 04/04: Set distribution to experimental.

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository grass.

commit 1cb7b2e282609312f110d0c0f9e522244be76b53
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 23:47:05 2015 +0200

Set distribution to experimental.
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 78f937a..3d0c5cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-grass (7.0.1-1) UNRELEASED; urgency=medium
+grass (7.0.1-1~exp1) experimental; urgency=medium
 
   * New upstream release.
 
- -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 23:28:19 +0200
+ -- Bas Couwenberg sebas...@debian.org  Thu, 30 Jul 2015 23:45:54 +0200
 
 grass (7.0.1~rc2-1~exp1) experimental; urgency=medium
 

-- 
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] 02/04: Merge tag 'upstream/7.0.1' into experimental

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository grass.

commit f7597cf635c10eefcd7389de79c885d46f3bff18
Merge: de3ef15 ed12486
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 23:27:50 2015 +0200

Merge tag 'upstream/7.0.1' into experimental

Upstream version 7.0.1

 ChangeLog_7.0.1.gz |  Bin 0 - 798778 bytes
 ChangeLog_7.0.1RC2.gz  |  Bin 798500 - 0 bytes
 README.debian  |   78 +
 doc/.howto_release.txt.swp |  Bin 16384 - 16384 bytes
 gui/wxpython/gui_core/forms.py |5 +-
 include/VERSION|2 +-
 locale/po/grasslibs_fr.po  | 1382 +--
 locale/po/grasswxpy_fr.po  | 3007 +---
 raster/r.mapcalc/map.c |   29 +-
 scripts/Makefile   |1 +
 vector/v.to.rast/v.to.rast.html|   37 +-
 vector/v.to.rast/v_to_rast_binning.png |  Bin 0 - 53520 bytes
 12 files changed, 1435 insertions(+), 3106 deletions(-)

-- 
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] 01/01: pristine-tar data for grass_7.0.1.orig.tar.gz

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch pristine-tar
in repository grass.

commit b2486a672c78da243eff5e510cc327cc183b53e0
Author: Bas Couwenberg sebas...@xs4all.nl
Date:   Thu Jul 30 23:27:48 2015 +0200

pristine-tar data for grass_7.0.1.orig.tar.gz
---
 grass_7.0.1.orig.tar.gz.delta | Bin 0 - 336226 bytes
 grass_7.0.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/grass_7.0.1.orig.tar.gz.delta b/grass_7.0.1.orig.tar.gz.delta
new file mode 100644
index 000..1d983a4
Binary files /dev/null and b/grass_7.0.1.orig.tar.gz.delta differ
diff --git a/grass_7.0.1.orig.tar.gz.id b/grass_7.0.1.orig.tar.gz.id
new file mode 100644
index 000..9677ee8
--- /dev/null
+++ b/grass_7.0.1.orig.tar.gz.id
@@ -0,0 +1 @@
+9038864e438329a5e7940f860cda0bc7af0b62b1

-- 
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 upstream updated (d7145b1 - ed12486)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository grass.

  from  d7145b1   Imported Upstream version 7.0.1~rc2
   new  ed12486   Imported Upstream version 7.0.1

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:
 ChangeLog_7.0.1.gz |  Bin 0 - 798778 bytes
 ChangeLog_7.0.1RC2.gz  |  Bin 798500 - 0 bytes
 README.debian  |   78 +
 doc/.howto_release.txt.swp |  Bin 16384 - 16384 bytes
 gui/wxpython/gui_core/forms.py |5 +-
 include/VERSION|2 +-
 locale/po/grasslibs_fr.po  | 1382 +--
 locale/po/grasswxpy_fr.po  | 3007 +---
 raster/r.mapcalc/map.c |   29 +-
 scripts/Makefile   |1 +
 vector/v.to.rast/v.to.rast.html|   37 +-
 vector/v.to.rast/v_to_rast_binning.png |  Bin 0 - 53520 bytes
 12 files changed, 1435 insertions(+), 3106 deletions(-)
 create mode 100644 ChangeLog_7.0.1.gz
 delete mode 100644 ChangeLog_7.0.1RC2.gz
 create mode 100644 README.debian
 create mode 100644 vector/v.to.rast/v_to_rast_binning.png

-- 
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 pristine-tar updated (5fbccf2 - b2486a6)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch pristine-tar
in repository grass.

  from  5fbccf2   pristine-tar data for grass_7.0.1~rc2.orig.tar.gz
   new  b2486a6   pristine-tar data for grass_7.0.1.orig.tar.gz

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:
 grass_7.0.1.orig.tar.gz.delta | Bin 0 - 336226 bytes
 grass_7.0.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 grass_7.0.1.orig.tar.gz.delta
 create mode 100644 grass_7.0.1.orig.tar.gz.id

-- 
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] tag debian/7.0.1-1.exp1 created (now 1cb7b2e)

2015-07-30 Thread Sebastiaan Couwenberg
This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to tag debian/7.0.1-1.exp1
in repository grass.

at  1cb7b2e   (commit)
No new revisions were added by this update.

-- 
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


[ruby-netcdf] 01/07: Update debian/watch: use gemwatch

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit a619e5d865b06dd5c9d77725c393db2bf3406081
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:48:27 2015 +0900

Update debian/watch: use gemwatch

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/watch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/watch b/debian/watch
index 93ab04f..a4994c5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://ruby.gfd-dennou.org/products/ruby-netcdf/release/ 
ruby-netcdf-(0\.6\..*)\.tar\.gz
+http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-netcdf 
.*/ruby-netcdf-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] branch master updated (49fcaa4 - 203cfc0)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository ruby-netcdf.

  from  49fcaa4   Restructure control file with cme.
   new  a619e5d   Update debian/watch: use gemwatch
   new  e8902db   Imported Upstream version 0.7.1.1
   new  462c3d6   Merge tag 'upstream/0.7.1.1'
   new  ed6eab7   update rules
   new  db4de38   Refresh patches
   new  90fd861   Running more tests
   new  203cfc0   Update debian/changelog

The 7 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 |8 +
 .rspec |2 +
 .travis.yml|3 +
 ChangeLog  |   51 +
 Gemfile|4 +
 Rakefile   |2 +
 bin/console|   14 +
 bin/setup  |7 +
 debian/changelog   |   18 +-
 debian/control |3 +-
 ...gems-Sty.patch = 0001-Change-FHS-For-RubyGems} | 1720 ++---
 ...ay-Directory-for-Debian-s-Ruby-vendor-lib.patch |   23 -
 ...est-Path-for-running-under-test_runner.rb.patch |   24 -
 debian/patches/0004-Fix-FTBFS-Hardening.patch  | 2024 
 debian/patches/series  |5 +-
 debian/ruby-netcdf.examples|3 +
 debian/ruby-test-files.yaml|   10 +
 debian/ruby-tests.rake |8 -
 debian/rules   |   10 +-
 debian/watch   |2 +-
 demo/demo5-netcdf4.rb  |   44 +
 doc/Ref_man.html   |  579 +++---
 doc/Ref_man.rd |   91 +
 doc/Ref_man_jp.html| 1775 +
 doc/Ref_man_jp.rd  |   95 +
 doc/to_html|6 +-
 extconf.rb |  181 +-
 lib/netcdf.rb  |  162 +-
 lib/version.rb |5 +
 metadata.yml   |  138 ++
 netcdfraw.c|  445 +++--
 ruby-netcdf.gemspec|   34 +
 32 files changed, 3373 insertions(+), 4123 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 create mode 100644 bin/console
 create mode 100644 bin/setup
 rename 
debian/patches/{0003-Update-directory-structure-suitable-for-Rubygems-Sty.patch 
= 0001-Change-FHS-For-RubyGems} (89%)
 delete mode 100644 
debian/patches/0001-Change-NArray-Directory-for-Debian-s-Ruby-vendor-lib.patch
 delete mode 100644 
debian/patches/0002-Change-Test-Path-for-running-under-test_runner.rb.patch
 delete mode 100644 debian/patches/0004-Fix-FTBFS-Hardening.patch
 create mode 100644 debian/ruby-netcdf.examples
 create mode 100644 debian/ruby-test-files.yaml
 delete mode 100644 debian/ruby-tests.rake
 create mode 100644 demo/demo5-netcdf4.rb
 create mode 100644 lib/version.rb
 create mode 100644 metadata.yml
 create mode 100644 ruby-netcdf.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] 03/07: Merge tag 'upstream/0.7.1.1'

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 462c3d6e1258a13a2c3635a4f5bf587c17ddafe9
Merge: a619e5d e8902db
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:49:01 2015 +0900

Merge tag 'upstream/0.7.1.1'

Upstream version 0.7.1.1

 .gitignore|8 +
 .rspec|2 +
 .travis.yml   |3 +
 ChangeLog |   51 ++
 Gemfile   |4 +
 Rakefile  |2 +
 bin/console   |   14 +
 bin/setup |7 +
 demo/demo5-netcdf4.rb |   44 ++
 doc/Ref_man.html  |  579 +---
 doc/Ref_man.rd|   91 +++
 doc/Ref_man_jp.html   | 1775 ++---
 doc/Ref_man_jp.rd |   95 +++
 doc/to_html   |6 +-
 extconf.rb|  181 +++--
 lib/netcdf.rb |  162 +++--
 lib/version.rb|5 +
 metadata.yml  |  138 
 netcdfraw.c   |  445 -
 ruby-netcdf.gemspec   |   34 +
 20 files changed, 2261 insertions(+), 1385 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] 07/07: Update debian/changelog

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit 203cfc0c57ed8742bacef50225964446dda32436
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 19:52:27 2015 +0900

Update debian/changelog

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/changelog | 6 +-
 debian/control   | 3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea86a40..9545d3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,11 @@ ruby-netcdf (0.7.1.1-1) unstable; urgency=medium
 
   [ Youhei SASAKI ]
   * Update debian/watch: use gemwatch
-  * Imported Upstream version 0.7.1.1
+  * Imported Upstream version 0.7.1.1 (Closes: #793976)
+- Thanks to Bas Couwenberg!
+  * Running all tests during build
+  * Refresh patches
+  * Install demo, bin as examples
 
  -- Youhei SASAKI uwab...@gfd-dennou.org  Thu, 30 Jul 2015 19:23:10 +0900
 
diff --git a/debian/control b/debian/control
index 0b89bd5..a5799fa 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (= 9~),
rake,
ruby-narray,
ruby-narray-miss,
-   libnetcdf-dev
+   libnetcdf-dev,
+   netcdf-bin
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/ruby-netcdf.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/ruby-netcdf.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] branch upstream updated (361eb20 - e8902db)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch upstream
in repository ruby-netcdf.

  from  361eb20   Imported Upstream version 0.6.6
   new  e8902db   Imported Upstream version 0.7.1.1

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:
 .gitignore|8 +
 .rspec|2 +
 .travis.yml   |3 +
 ChangeLog |   51 ++
 Gemfile   |4 +
 Rakefile  |2 +
 bin/console   |   14 +
 bin/setup |7 +
 demo/demo5-netcdf4.rb |   44 ++
 doc/Ref_man.html  |  579 +---
 doc/Ref_man.rd|   91 +++
 doc/Ref_man_jp.html   | 1775 ++---
 doc/Ref_man_jp.rd |   95 +++
 doc/to_html   |6 +-
 extconf.rb|  181 +++--
 lib/netcdf.rb |  162 +++--
 lib/version.rb|5 +
 metadata.yml  |  138 
 netcdfraw.c   |  445 -
 ruby-netcdf.gemspec   |   34 +
 20 files changed, 2261 insertions(+), 1385 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rspec
 create mode 100644 .travis.yml
 create mode 100644 Gemfile
 create mode 100644 Rakefile
 create mode 100644 bin/console
 create mode 100644 bin/setup
 create mode 100644 demo/demo5-netcdf4.rb
 create mode 100644 lib/version.rb
 create mode 100644 metadata.yml
 create mode 100644 ruby-netcdf.gemspec

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] 01/01: pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch pristine-tar
in repository ruby-netcdf.

commit 04ba6c185e04e0aa4c2f1651bc9965accf650e14
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 18:49:01 2015 +0900

pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz
---
 ruby-netcdf_0.7.1.1.orig.tar.gz.delta | Bin 0 - 2157 bytes
 ruby-netcdf_0.7.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ruby-netcdf_0.7.1.1.orig.tar.gz.delta 
b/ruby-netcdf_0.7.1.1.orig.tar.gz.delta
new file mode 100644
index 000..9c6dc8d
Binary files /dev/null and b/ruby-netcdf_0.7.1.1.orig.tar.gz.delta differ
diff --git a/ruby-netcdf_0.7.1.1.orig.tar.gz.id 
b/ruby-netcdf_0.7.1.1.orig.tar.gz.id
new file mode 100644
index 000..b3e6a9a
--- /dev/null
+++ b/ruby-netcdf_0.7.1.1.orig.tar.gz.id
@@ -0,0 +1 @@
+d745a3aa4987721fc85bc87afb6ebacebe4d89ab

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] annotated tag upstream/0.7.1.1 created (now ab96f57)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag upstream/0.7.1.1
in repository ruby-netcdf.

at  ab96f57   (tag)
   tagging  e8902dbf3193e7506f0b5919e93a13d4b0dd78eb (commit)
  replaces  upstream/0.6.5
 tagged by  Youhei SASAKI
on  Thu Jul 30 18:49:01 2015 +0900

- Log -
Upstream version 0.7.1.1

Youhei SASAKI (2):
  Imported Upstream version 0.6.6
  Imported Upstream version 0.7.1.1

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] branch pristine-tar updated (0ff3b6e - 04ba6c1)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch pristine-tar
in repository ruby-netcdf.

  from  0ff3b6e   pristine-tar data for ruby-netcdf_0.6.6.orig.tar.gz
   new  04ba6c1   pristine-tar data for ruby-netcdf_0.7.1.1.orig.tar.gz

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:
 ruby-netcdf_0.7.1.1.orig.tar.gz.delta | Bin 0 - 2157 bytes
 ruby-netcdf_0.7.1.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ruby-netcdf_0.7.1.1.orig.tar.gz.delta
 create mode 100644 ruby-netcdf_0.7.1.1.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] 04/07: update rules

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-netcdf.

commit ed6eab71f2056d985e5a260f420adda1e7b993d3
Author: Youhei SASAKI uwab...@gfd-dennou.org
Date:   Thu Jul 30 19:31:38 2015 +0900

update rules

Signed-off-by: Youhei SASAKI uwab...@gfd-dennou.org
---
 debian/rules | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2145861..0bfd81e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
dh $@ --buildsystem ruby --with ruby
 
+override_dh_auto_install:
+   dh_auto_install
+   rm -fr $(CURDIR)/debian/ruby-netcdf/usr/bin
+
 override_dh_strip:
dh_strip --dbg-package=ruby-netcdf-dbg
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


[ruby-netcdf] annotated tag debian/0.7.1.1-1 created (now 40ed190)

2015-07-30 Thread Youhei SASAKI
This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to annotated tag debian/0.7.1.1-1
in repository ruby-netcdf.

at  40ed190   (tag)
   tagging  203cfc0c57ed8742bacef50225964446dda32436 (commit)
  replaces  debian/0.6.6-2
 tagged by  Youhei SASAKI
on  Thu Jul 30 19:56:31 2015 +0900

- Log -
ruby-netcdf Debian release 0.7.1.1-1

Bas Couwenberg (2):
  Add gbp.conf to use pristine-tar by default.
  Restructure control file with cme.

Youhei SASAKI (7):
  Update debian/watch: use gemwatch
  Imported Upstream version 0.7.1.1
  Merge tag 'upstream/0.7.1.1'
  update rules
  Refresh patches
  Running more tests
  Update debian/changelog

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/ruby-netcdf.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


Processing of ruby-netcdf_0.7.1.1-1_amd64.changes

2015-07-30 Thread Debian FTP Masters
ruby-netcdf_0.7.1.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  ruby-netcdf_0.7.1.1-1.dsc
  ruby-netcdf_0.7.1.1.orig.tar.gz
  ruby-netcdf_0.7.1.1-1.debian.tar.xz
  ruby-netcdf-dbg_0.7.1.1-1_amd64.deb
  ruby-netcdf_0.7.1.1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

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