Bug#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-26 Thread Cyril Brulebois
Control: tag -1 patch

Julien Cristau jcris...@debian.org (2014-03-19):
 Source: shapelib
 Version: 1.3.0-2
 Severity: serious
 Justification: fails to build from source (but built successfully in the past)
 
 Hi,
 
 your package no longer builds on powerpc:
  cc -g -I.. -I/sbuild-nonexistent/bld/include -DPROJ4 -D_LITTLE_ENDIAN 
  -DDEBUG -DDEBUG2  shpdxf.c ../shpopen.o ../dbfopen.o ../safileio.o  -o 
  shpdxf
  In file included from /usr/include/endian.h:36:0,
   from /usr/include/powerpc-linux-gnu/bits/waitstatus.h:64,
   from /usr/include/stdlib.h:42,
   from shpdxf.c:40:
  /usr/include/powerpc-linux-gnu/bits/endian.h:26:4: error: #error Both 
  BIG_ENDIAN and LITTLE_ENDIAN defined!
   #  error Both BIG_ENDIAN and LITTLE_ENDIAN defined!
  ^
  make[2]: *** [shpdxf] Error 1
 
 See
 https://buildd.debian.org/status/fetch.php?pkg=shapelibarch=powerpcver=1.3.0-2stamp=1395181820
 
 Cheers,
 Julien

Here's a patch; confirmed by first reproducing the FTBFS on partch, and
then seeing it go away once it's applied.

Mraw,
KiBi.
diff -Nru shapelib-1.3.0/debian/changelog shapelib-1.3.0/debian/changelog
--- shapelib-1.3.0/debian/changelog	2014-03-18 22:47:55.0 +0100
+++ shapelib-1.3.0/debian/changelog	2014-03-26 10:52:01.0 +0100
@@ -1,3 +1,12 @@
+shapelib (1.3.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS on powerpc by prefixing _{BIG,LITTLE}_ENDIAN with
+LIBSHAPE. (Names starting with an underscore are reserved.)
+(Closes: #742148)
+
+ -- Cyril Brulebois k...@debian.org  Wed, 26 Mar 2014 10:38:30 +0100
+
 shapelib (1.3.0-2) unstable; urgency=medium
 
   * Moved to DEP5 copyright format and annotated double licensing,
diff -Nru shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
--- shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch	1970-01-01 01:00:00.0 +0100
+++ shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch	2014-03-26 10:52:12.0 +0100
@@ -0,0 +1,39 @@
+Description: Avoid clashing with _*_ENDIAN.
+Author: Cyril Brulebois k...@debian.org
+
+Defining _{LITTLE,BIG}_ENDIAN is a bad idea since it can clash with
+architecture-specific #define's. So prefix those with LIBSHAPE to
+avoid name clashing.
+---
+Origin: Debian
+Bug-Debian: http://bugs.debian.org/742148
+Last-Update: 2014-03-26
+
+--- a/contrib/Makefile
 b/contrib/Makefile
+@@ -2,8 +2,8 @@
+ #LINKOPT	=	/usr/local/lib/libdbmalloc.a
+ #CFLAGS	=	-g
+ 
+-# Endian: define either _LITTLE_ENDIAN or _BIG_ENDIAN
+-ENDIAN	=	-D_LITTLE_ENDIAN
++# Endian: define either LIBSHAPE_LITTLE_ENDIAN or LIBSHAPE_BIG_ENDIAN
++ENDIAN	=	-DLIBSHAPE_LITTLE_ENDIAN
+ 
+ CFLAGS	=	-g -I.. -I$(HOME)/bld/include -DPROJ4 $(ENDIAN) -DDEBUG -DDEBUG2 
+ 
+--- a/contrib/my_nan.h
 b/contrib/my_nan.h
+@@ -26,10 +26,10 @@
+ 
+ /* IEEE Not A Number.  */
+ 
+-#ifdef _BIG_ENDIAN
++#ifdef LIBSHAPE_BIG_ENDIAN
+ #  define	__nan_bytes		{ 0x7f, 0xf8, 0, 0, 0, 0, 0, 0 }
+ #endif
+-#ifdef _LITTLE_ENDIAN
++#ifdef LIBSHAPE_LITTLE_ENDIAN
+ #  define	__nan_bytes		{ 0, 0, 0, 0, 0, 0, 0xf8, 0x7f }
+ #endif
+ 
diff -Nru shapelib-1.3.0/debian/patches/series shapelib-1.3.0/debian/patches/series
--- shapelib-1.3.0/debian/patches/series	2014-03-18 22:47:55.0 +0100
+++ shapelib-1.3.0/debian/patches/series	2014-03-26 10:38:26.0 +0100
@@ -2,3 +2,4 @@
 0003-Properly-use-libtool.patch
 0004-Dynamically-link-the-shp-binaries-to-libshp.patch
 0005-Stop-setting-CFLAGS-and-PREFIX-in-the-Makefile.patch
+0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch


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

Processed: Re: Bug#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-26 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #742148 [src:shapelib] shapelib: FTBFS on powerpc (Both BIG_ENDIAN and 
LITTLE_ENDIAN defined!
Added tag(s) patch.

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


Processing of shapelib_1.3.0-3_i386.changes

2014-03-26 Thread Debian FTP Masters
shapelib_1.3.0-3_i386.changes uploaded successfully to localhost
along with the files:
  shapelib_1.3.0-3.dsc
  shapelib_1.3.0-3.debian.tar.xz
  shapelib_1.3.0-3_i386.deb
  libshp-dev_1.3.0-3_i386.deb
  libshp2_1.3.0-3_i386.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


shapelib_1.3.0-3_i386.changes ACCEPTED into unstable

2014-03-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Mar 2014 11:49:19 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source i386
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libshp-dev - Library for reading and writing ESRI Shapefiles - development fil
 libshp2- Library for reading and writing ESRI Shapefiles
 shapelib   - Library for reading and writing ESRI Shapefiles - tools
Closes: 742148
Changes: 
 shapelib (1.3.0-3) unstable; urgency=medium
 .
   [ Cyril Brulebois ]
   * Fix FTBFS on powerpc by prefixing _{BIG,LITTLE}_ENDIAN with
 LIBSHAPE. (Names starting with an underscore are reserved.).
 (Closes: #742148)
Checksums-Sha1: 
 c9da9d128f9c8449c59994de37796a44e8272b5e 1367 shapelib_1.3.0-3.dsc
 5e524514874b36521a1344bd6558fbbfaf624364 12100 shapelib_1.3.0-3.debian.tar.xz
 3cdd6b48b236e4f4a7dc299aa3c05b96c1c23e43 97752 shapelib_1.3.0-3_i386.deb
 aadc97140330805d11cd8754ccd2f006e2c84d6f 36916 libshp-dev_1.3.0-3_i386.deb
 71ed216a2c02b57c7ea60a0ed4d0edd056d185f3 33754 libshp2_1.3.0-3_i386.deb
Checksums-Sha256: 
 0ee517b6062edb05a7350a95d80bc87b549d26c9d89778a968fc59740db242fb 1367 
shapelib_1.3.0-3.dsc
 e164c9ef6f197a288dcd9369c74d70aebc348af982d995dcf8d51c563f142dc7 12100 
shapelib_1.3.0-3.debian.tar.xz
 0436eb93b84f0c52c16cf745c68c82b3c4d658b9be7ad32251ba7a6af90079fb 97752 
shapelib_1.3.0-3_i386.deb
 1786bdb58f801a0a6a602028ebde9bb1245bddfe7deab6879ba625ac6e645965 36916 
libshp-dev_1.3.0-3_i386.deb
 c89aacb30944406deec80072ad6f804c390dd749f56b28cd5f9c5a0af48fb190 33754 
libshp2_1.3.0-3_i386.deb
Files: 
 b2cac9e963e4956d4ced8a10060eefb2 1367 libs optional shapelib_1.3.0-3.dsc
 65d976b083635b4e5cfb08e3a0a5d3ec 12100 libs optional 
shapelib_1.3.0-3.debian.tar.xz
 b8f24c3113ec27fd126c03fda09bd003 97752 graphics optional 
shapelib_1.3.0-3_i386.deb
 05d4cc0984b338508c162d5eceaefc10 36916 libdevel optional 
libshp-dev_1.3.0-3_i386.deb
 57c5808de8aa43a3f543d05a4db8ebd2 33754 libs optional libshp2_1.3.0-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMysa8ACgkQpFNRmenyx0erjQCeJAQgq6FFcsqN1C5DPByvXvQD
kNYAoK2HpYq6n926KVHjx/PnkaiXErtf
=7O1Q
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

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


Bug#742148: marked as done (shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!)

2014-03-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Mar 2014 12:05:09 +
with message-id e1wsmzx-0006bx...@franck.debian.org
and subject line Bug#742148: fixed in shapelib 1.3.0-3
has caused the Debian Bug report #742148,
regarding shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!
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.)


-- 
742148: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742148
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: shapelib
Version: 1.3.0-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package no longer builds on powerpc:
 cc -g -I.. -I/sbuild-nonexistent/bld/include -DPROJ4 -D_LITTLE_ENDIAN -DDEBUG 
 -DDEBUG2  shpdxf.c ../shpopen.o ../dbfopen.o ../safileio.o  -o shpdxf
 In file included from /usr/include/endian.h:36:0,
  from /usr/include/powerpc-linux-gnu/bits/waitstatus.h:64,
  from /usr/include/stdlib.h:42,
  from shpdxf.c:40:
 /usr/include/powerpc-linux-gnu/bits/endian.h:26:4: error: #error Both 
 BIG_ENDIAN and LITTLE_ENDIAN defined!
  #  error Both BIG_ENDIAN and LITTLE_ENDIAN defined!
 ^
 make[2]: *** [shpdxf] Error 1

See
https://buildd.debian.org/status/fetch.php?pkg=shapelibarch=powerpcver=1.3.0-2stamp=1395181820

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: shapelib
Source-Version: 1.3.0-3

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

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine fran...@debian.org (supplier of updated shapelib 
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: SHA1

Format: 1.8
Date: Wed, 26 Mar 2014 11:49:19 +0100
Source: shapelib
Binary: shapelib libshp-dev libshp2
Architecture: source i386
Version: 1.3.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 libshp-dev - Library for reading and writing ESRI Shapefiles - development fil
 libshp2- Library for reading and writing ESRI Shapefiles
 shapelib   - Library for reading and writing ESRI Shapefiles - tools
Closes: 742148
Changes: 
 shapelib (1.3.0-3) unstable; urgency=medium
 .
   [ Cyril Brulebois ]
   * Fix FTBFS on powerpc by prefixing _{BIG,LITTLE}_ENDIAN with
 LIBSHAPE. (Names starting with an underscore are reserved.).
 (Closes: #742148)
Checksums-Sha1: 
 c9da9d128f9c8449c59994de37796a44e8272b5e 1367 shapelib_1.3.0-3.dsc
 5e524514874b36521a1344bd6558fbbfaf624364 12100 shapelib_1.3.0-3.debian.tar.xz
 3cdd6b48b236e4f4a7dc299aa3c05b96c1c23e43 97752 shapelib_1.3.0-3_i386.deb
 aadc97140330805d11cd8754ccd2f006e2c84d6f 36916 libshp-dev_1.3.0-3_i386.deb
 71ed216a2c02b57c7ea60a0ed4d0edd056d185f3 33754 libshp2_1.3.0-3_i386.deb
Checksums-Sha256: 
 0ee517b6062edb05a7350a95d80bc87b549d26c9d89778a968fc59740db242fb 1367 
shapelib_1.3.0-3.dsc
 e164c9ef6f197a288dcd9369c74d70aebc348af982d995dcf8d51c563f142dc7 12100 
shapelib_1.3.0-3.debian.tar.xz
 0436eb93b84f0c52c16cf745c68c82b3c4d658b9be7ad32251ba7a6af90079fb 97752 
shapelib_1.3.0-3_i386.deb
 1786bdb58f801a0a6a602028ebde9bb1245bddfe7deab6879ba625ac6e645965 36916 
libshp-dev_1.3.0-3_i386.deb
 c89aacb30944406deec80072ad6f804c390dd749f56b28cd5f9c5a0af48fb190 33754 
libshp2_1.3.0-3_i386.deb
Files: 
 b2cac9e963e4956d4ced8a10060eefb2 1367 libs optional shapelib_1.3.0-3.dsc
 65d976b083635b4e5cfb08e3a0a5d3ec 12100 libs optional 
shapelib_1.3.0-3.debian.tar.xz
 b8f24c3113ec27fd126c03fda09bd003 97752 graphics optional 
shapelib_1.3.0-3_i386.deb
 05d4cc0984b338508c162d5eceaefc10 36916 libdevel optional 
libshp-dev_1.3.0-3_i386.deb
 57c5808de8aa43a3f543d05a4db8ebd2 33754 libs optional libshp2_1.3.0-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMysa8ACgkQpFNRmenyx0erjQCeJAQgq6FFcsqN1C5DPByvXvQD
kNYAoK2HpYq6n926KVHjx/PnkaiXErtf
=7O1Q
-END PGP SIGNATUREEnd Message---

Bug#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-26 Thread Francesco P. Lovergine
While I accepted the patch a few minutes ago, indeed I seriously now doubt that
the fix is correct.

It seems to me that in the original program the LITTLE_ENDIAN should be
intended as a static build-time definition for the host where the program is 
built.

So the NAN definition should be intended instead as nan(). That's because
the shapefile format is endianess-independent and shapelib reads/writes fields 
on the
basis of the host platform to respect the format. So the NAN should be
intended as the *host* NaN format, indeed (to be translated in the shp format 
NaN, i.e. little endian). 
That poses a problem on the pcc architecture for instance: __nan_bytes will be 
not the 
correct NaN value and will result as a big endian in the file.

See http://dl.maptools.org/dl/shapelib/shapefile.pdf for format.

Do you agree?


On Wed, Mar 26, 2014 at 10:53:17AM +0100, Cyril Brulebois wrote:
 Control: tag -1 patch
 
 Julien Cristau jcris...@debian.org (2014-03-19):
  Source: shapelib
  Version: 1.3.0-2
  Severity: serious
  Justification: fails to build from source (but built successfully in the 
  past)
  
  Hi,
  
  your package no longer builds on powerpc:
   cc -g -I.. -I/sbuild-nonexistent/bld/include -DPROJ4 -D_LITTLE_ENDIAN 
   -DDEBUG -DDEBUG2  shpdxf.c ../shpopen.o ../dbfopen.o ../safileio.o  -o 
   shpdxf
   In file included from /usr/include/endian.h:36:0,
from /usr/include/powerpc-linux-gnu/bits/waitstatus.h:64,
from /usr/include/stdlib.h:42,
from shpdxf.c:40:
   /usr/include/powerpc-linux-gnu/bits/endian.h:26:4: error: #error Both 
   BIG_ENDIAN and LITTLE_ENDIAN defined!
#  error Both BIG_ENDIAN and LITTLE_ENDIAN defined!
   ^
   make[2]: *** [shpdxf] Error 1
  
  See
  https://buildd.debian.org/status/fetch.php?pkg=shapelibarch=powerpcver=1.3.0-2stamp=1395181820
  
  Cheers,
  Julien
 
 Here's a patch; confirmed by first reproducing the FTBFS on partch, and
 then seeing it go away once it's applied.
 
 Mraw,
 KiBi.

 diff -Nru shapelib-1.3.0/debian/changelog shapelib-1.3.0/debian/changelog
 --- shapelib-1.3.0/debian/changelog   2014-03-18 22:47:55.0 +0100
 +++ shapelib-1.3.0/debian/changelog   2014-03-26 10:52:01.0 +0100
 @@ -1,3 +1,12 @@
 +shapelib (1.3.0-2.1) UNRELEASED; urgency=medium
 +
 +  * Non-maintainer upload.
 +  * Fix FTBFS on powerpc by prefixing _{BIG,LITTLE}_ENDIAN with
 +LIBSHAPE. (Names starting with an underscore are reserved.)
 +(Closes: #742148)
 +
 + -- Cyril Brulebois k...@debian.org  Wed, 26 Mar 2014 10:38:30 +0100
 +
  shapelib (1.3.0-2) unstable; urgency=medium
  
* Moved to DEP5 copyright format and annotated double licensing,
 diff -Nru 
 shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
  
 shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
 --- 
 shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
1970-01-01 01:00:00.0 +0100
 +++ 
 shapelib-1.3.0/debian/patches/0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
2014-03-26 10:52:12.0 +0100
 @@ -0,0 +1,39 @@
 +Description: Avoid clashing with _*_ENDIAN.
 +Author: Cyril Brulebois k...@debian.org
 +
 +Defining _{LITTLE,BIG}_ENDIAN is a bad idea since it can clash with
 +architecture-specific #define's. So prefix those with LIBSHAPE to
 +avoid name clashing.
 +---
 +Origin: Debian
 +Bug-Debian: http://bugs.debian.org/742148
 +Last-Update: 2014-03-26
 +
 +--- a/contrib/Makefile
  b/contrib/Makefile
 +@@ -2,8 +2,8 @@
 + #LINKOPT=   /usr/local/lib/libdbmalloc.a
 + #CFLAGS =   -g
 + 
 +-# Endian: define either _LITTLE_ENDIAN or _BIG_ENDIAN
 +-ENDIAN  =   -D_LITTLE_ENDIAN
 ++# Endian: define either LIBSHAPE_LITTLE_ENDIAN or LIBSHAPE_BIG_ENDIAN
 ++ENDIAN  =   -DLIBSHAPE_LITTLE_ENDIAN
 + 
 + CFLAGS  =   -g -I.. -I$(HOME)/bld/include -DPROJ4 $(ENDIAN) -DDEBUG 
 -DDEBUG2 
 + 
 +--- a/contrib/my_nan.h
  b/contrib/my_nan.h
 +@@ -26,10 +26,10 @@
 + 
 + /* IEEE Not A Number.  */
 + 
 +-#ifdef _BIG_ENDIAN
 ++#ifdef LIBSHAPE_BIG_ENDIAN
 + #  define   __nan_bytes { 0x7f, 0xf8, 0, 0, 0, 0, 0, 0 }
 + #endif
 +-#ifdef _LITTLE_ENDIAN
 ++#ifdef LIBSHAPE_LITTLE_ENDIAN
 + #  define   __nan_bytes { 0, 0, 0, 0, 0, 0, 0xf8, 0x7f }
 + #endif
 + 
 diff -Nru shapelib-1.3.0/debian/patches/series 
 shapelib-1.3.0/debian/patches/series
 --- shapelib-1.3.0/debian/patches/series  2014-03-18 22:47:55.0 
 +0100
 +++ shapelib-1.3.0/debian/patches/series  2014-03-26 10:38:26.0 
 +0100
 @@ -2,3 +2,4 @@
  0003-Properly-use-libtool.patch
  0004-Dynamically-link-the-shp-binaries-to-libshp.patch
  0005-Stop-setting-CFLAGS-and-PREFIX-in-the-Makefile.patch
 +0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch




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

Bug#742688: Plugins cannot be updated/installed

2014-03-26 Thread Francesco Paolo Lovergine
Package: qgis
Version: 2.2.0-1
Severity: important

Once updated to the current sid version, I'm not more able to update current
(python) plugins to new versions or install new plugins. That renders the 
program quite
unusable in many situations. It suggests verifying permissions on
$HOME/.qgis2/plugins/directory and other silly checks.

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

Kernel: Linux 3.12-1-686-pae (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages qgis depends on:
ii  libc6 2.18-4
ii  libexpat1 2.1.0-4
ii  libgcc1   1:4.8.2-17
ii  libgdal1h 1.10.1+dfsg-4+b1
ii  libgeos-c13.4.2-4
ii  libgsl0ldbl   1.16+dfsg-1
ii  libpq59.3.4-1
ii  libproj0  4.8.0-2
ii  libqgis-analysis2.2.0 2.2.0-1
ii  libqgis-core2.2.0 2.2.0-1
ii  libqgis-gui2.2.0  2.2.0-1
ii  libqgis-networkanalysis2.2.0  2.2.0-1
ii  libqt4-network4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-sql4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-svg4:4.8.5+git242-g0315971+dfsg-2
ii  libqt4-xml4:4.8.5+git242-g0315971+dfsg-2
ii  libqtcore44:4.8.5+git242-g0315971+dfsg-2
ii  libqtgui4 4:4.8.5+git242-g0315971+dfsg-2
ii  libqtwebkit4  2.2.1-7
ii  libqwt6   6.0.0-1.2
ii  libspatialindex3  1.8.1-2
ii  libspatialite54.1.1-6
ii  libsqlite3-0  3.8.4.1-1
ii  libstdc++64.8.2-17
ii  qgis-common   2.2.0-1
ii  qgis-providers2.2.0-1

Versions of packages qgis recommends:
ii  python-qgis2.2.0-1
ii  qgis-plugin-globe  2.2.0-1
ii  qgis-plugin-grass  2.2.0-1

Versions of packages qgis suggests:
ii  gpsbabel  1.4.3-1

-- no debconf 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#742688: Plugins cannot be updated/installed

2014-03-26 Thread Francesco P. Lovergine
On Wed, Mar 26, 2014 at 01:32:57PM +0100, Francesco Paolo Lovergine wrote:
 Package: qgis
 Version: 2.2.0-1
 Severity: important
 
 Once updated to the current sid version, I'm not more able to update current
 (python) plugins to new versions or install new plugins. That renders the 
 program quite
 unusable in many situations. It suggests verifying permissions on
 $HOME/.qgis2/plugins/directory and other silly checks.
 

Apparently http://plugins.qgis.org/plugins/plugins.xml is currently a bit slow 
and qgis soon gives up download. It seems to me that the initial timeout needs
adjustment under these conditions.

-- 
Francesco P. Lovergine

___
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#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-26 Thread Cyril Brulebois
Francesco P. Lovergine fran...@debian.org (2014-03-26):
 While I accepted the patch a few minutes ago, indeed I seriously now doubt 
 that
 the fix is correct.
 
 It seems to me that in the original program the LITTLE_ENDIAN should be
 intended as a static build-time definition for the host where the program is 
 built.
 
 So the NAN definition should be intended instead as nan(). That's because
 the shapefile format is endianess-independent and shapelib reads/writes 
 fields on the
 basis of the host platform to respect the format. So the NAN should be
 intended as the *host* NaN format, indeed (to be translated in the shp format 
 NaN, i.e. little endian). 
 That poses a problem on the pcc architecture for instance: __nan_bytes will 
 be not the 
 correct NaN value and will result as a big endian in the file.
 
 See http://dl.maptools.org/dl/shapelib/shapefile.pdf for format.
 
 Do you agree?

To be frank I didn't quite get why it was considered a good idea to
hardcode setting -Dfoo in contrib/Makefile unconditionally instead of
looking at the relevant arch-specific bits. So I assumed this was
deliberate and that this setting was orthogonal to what's in system
headers, that's why I proposed the patch you saw.

(From a quick look between last two upstream releases, this part didn't
change; I guess this issue popped up due to updated system headers, but
I didn't look into it to see what exactly triggered it.)

I guess looking at __BYTE_ORDER would be a better way to actually check
a system's endianness, #error-ing if it's neither __LITTLE_ENDIAN or
__BIG_ENDIAN; I have no idea how much that is portable, but upstream
should probably now a bit about msvc and advise whether that's a viable
option.

Mraw,
KiBi.


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

Bug#742148: shapelib: FTBFS on powerpc (Both BIG_ENDIAN and LITTLE_ENDIAN defined!

2014-03-26 Thread Francesco P. Lovergine
On Wed, Mar 26, 2014 at 02:17:50PM +0100, Cyril Brulebois wrote:
 Francesco P. Lovergine fran...@debian.org (2014-03-26):
  While I accepted the patch a few minutes ago, indeed I seriously now doubt 
  that
  the fix is correct.
  
  It seems to me that in the original program the LITTLE_ENDIAN should be
  intended as a static build-time definition for the host where the program 
  is built.
  
  So the NAN definition should be intended instead as nan(). That's because
  the shapefile format is endianess-independent and shapelib reads/writes 
  fields on the
  basis of the host platform to respect the format. So the NAN should be
  intended as the *host* NaN format, indeed (to be translated in the shp 
  format NaN, i.e. little endian). 
  That poses a problem on the pcc architecture for instance: __nan_bytes will 
  be not the 
  correct NaN value and will result as a big endian in the file.
  
  See http://dl.maptools.org/dl/shapelib/shapefile.pdf for format.
  
  Do you agree?
 
 To be frank I didn't quite get why it was considered a good idea to
 hardcode setting -Dfoo in contrib/Makefile unconditionally instead of
 looking at the relevant arch-specific bits. So I assumed this was
 deliberate and that this setting was orthogonal to what's in system
 headers, that's why I proposed the patch you saw.
 
 (From a quick look between last two upstream releases, this part didn't
 change; I guess this issue popped up due to updated system headers, but
 I didn't look into it to see what exactly triggered it.)
 

I guess the contrib stuff is not so well maintained and probably not
too much coherent.

 I guess looking at __BYTE_ORDER would be a better way to actually check
 a system's endianness, #error-ing if it's neither __LITTLE_ENDIAN or
 __BIG_ENDIAN; I have no idea how much that is portable, but upstream
 should probably now a bit about msvc and advise whether that's a viable
 option.
 

Well, I would avoid to upset the upstream code that much, a simple use of nan()
instead of NAN could propagate correctly. My only doubt is about the possible 
inclusion of special IEEE values within the final shapefile, a condition that
should not be admitted on the basis of the specs. But this is bread for
upstream's teeth.

-- 
Francesco P. Lovergine

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


[nco] branch master updated (5928f8a - 5edd80e)

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch master
in repository nco.

  from  5928f8a   This is version 4.0.9
   new  ebc0d12   Imported Upstream version 4.3.9
   new  669efd4   Merge tag 'upstream/4.3.9'
   new  80718b5   Minor changes and new upstream release.
   new  9f19f05   Imported Upstream version 4.4.2
   new  1bb355f   Merge tag 'upstream/4.4.2'
   new  fa984b9   Preparing 4.4.2 with a few long due fixes.
   new  5edd80e   Fixed nco.html installation.

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:
 AUTHORS| 7 +
 INSTALL| 9 +-
 Makefile.am|11 +-
 Makefile.in|   413 +-
 aclocal.m4 |  9106 +
 autobld/config.guess   |   207 +-
 autobld/config.sub |   161 +-
 autobld/depcomp|74 +-
 autobld/install-sh |29 +-
 autobld/ltmain.sh  |95 +-
 autobld/missing|   461 +-
 autobld/test-driver|   127 +
 autobld/texinfo.tex|  2457 +-
 autobld/ylwrap |34 +-
 bld/Makefile   |   228 +-
 bld/nco.spec   |75 +-
 bld/nco_dst.pl |43 +-
 bld/pvmgetarch | 6 +-
 bm/NCO_benchmarks.pm   |14 +-
 bm/NCO_bm.pm   |30 +-
 bm/NCO_rgr.pm  |  4261 ++-
 bm/nco_bm.pl   |25 +-
 config.h.in|39 +-
 configure  |  1463 +-
 configure.in = configure.ac   |   236 +-
 configure.eg   |30 +-
 data/Makefile.am   |48 +-
 data/Makefile.in   |   170 +-
 data/big.cdl   |16 +-
 data/buggy.cdl |   268 +
 data/cmip5.cdl |38 +
 data/dsm.cdl   |   146 +
 data/{in.cdl = hdf.cdl}   |   364 +-
 data/hdn.cdl   |63 +
 data/hdr_pad.sh|78 +
 data/in.cdl|   318 +-
 data/in_1.cdl  |14 +
 data/in_2.cdl  |15 +
 data/in_4.cdl  |   469 +-
 data/in_grp.cdl|   472 +-
 data/in_grp_1.cdl  |23 +
 data/in_grp_2.cdl  |31 +
 data/in_grp_3.cdl  |   685 +
 data/mdl.cdl   |95 +
 data/mdl2.cdl  |76 +
 data/ncap2.in  | 8 +-
 data/ncap2_tst.nco | 6 +-
 data/nco_gsl.cdl   |28 +
 data/nco_gsl.nco   |32 +
 data/netcdf4.nco   | 5 +-
 data/obs.cdl   |12 +
 data/snc.cdl   |   133 +
 data/snc_grp.cdl   |   714 +
 data/snc_ncwa.cdl  |  2062 +
 data/snd.cdl   |   137 +
 data/snd_grp.cdl   |   722 +
 data/snd_ncwa.cdl  |  2086 +
 debian/changelog   |14 +
 debian/compat  | 2 +-
 debian/control |24 +-
 debian/docs| 1 +
 debian/rules   | 4 +-
 debian/watch   | 2 +
 doc/ANNOUNCE   |   247 +-
 doc/AUTHORS| 7 +
 doc/ChangeLog  |  3665 +-
 doc/MANIFEST   |43 +-
 doc/Makefile.am|43 +-
 doc/Makefile.in|   292 +-
 doc/README | 4 +-
 doc/TAG| 2 +-
 doc/TODO   |   445 +-
 doc/VERSION| 2 +-
 doc/beta.txt   |28 +-
 doc/debian.txt |   185 +-
 doc/i18n.txt   | 9 +-
 doc/index.shtml|  1044 +-
 doc/logo_nco_stk.png   |   Bin 0 - 133416 bytes
 doc/logo_qt.png|   Bin 0 - 3654 bytes
 doc/logo_srl.svg   |   371 +
 doc/logo_srl.xcf   |   Bin 0 - 1033586 bytes
 doc/logo_vs2010.png|   Bin 0 - 4046 bytes
 doc/man_end.txt|10 +-
 doc/nco.dvi|   Bin 956980 - 1295552 bytes
 doc/nco.html   | 17196 +
 doc/nco.info   | 11448 --
 doc/nco.pdf|   Bin 1293915 - 1201173 bytes
 doc/nco.ps 

[nco] 02/07: Merge tag 'upstream/4.3.9'

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository nco.

commit 669efd43e1ff53ec7ec1415e2d26ca571383bc3f
Merge: 5928f8a ebc0d12
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Dec 16 14:13:23 2013 +0100

Merge tag 'upstream/4.3.9'

Upstream version 4.3.9

 INSTALL| 9 +-
 Makefile.am|11 +-
 Makefile.in|   413 +-
 aclocal.m4 |  9106 +---
 autobld/config.guess   |   207 +-
 autobld/config.sub |   161 +-
 autobld/depcomp|74 +-
 autobld/install-sh |29 +-
 autobld/ltmain.sh  |95 +-
 autobld/missing|   461 +-
 autobld/test-driver|   127 +
 autobld/texinfo.tex|  2457 ++--
 autobld/ylwrap |34 +-
 bld/Makefile   |   174 +-
 bld/nco.spec   |66 +-
 bld/nco_dst.pl |32 +-
 bld/pvmgetarch | 6 +-
 bm/NCO_benchmarks.pm   |14 +-
 bm/NCO_bm.pm   |30 +-
 bm/NCO_rgr.pm  |  3640 -
 bm/nco_bm.pl   |25 +-
 config.h.in|39 +-
 configure  |  1478 +-
 configure.in = configure.ac   |   246 +-
 configure.eg   |19 +-
 data/Makefile.am   |42 +-
 data/Makefile.in   |   164 +-
 data/big.cdl   |16 +-
 data/buggy.cdl |   218 +
 data/cmip5.cdl |38 +
 data/hdr_pad.sh|78 +
 data/in.cdl|   308 +-
 data/in_1.cdl  |14 +
 data/in_2.cdl  |15 +
 data/in_4.cdl  |   469 +-
 data/in_grp.cdl|   437 +-
 data/in_grp_1.cdl  |23 +
 data/in_grp_2.cdl  |31 +
 data/in_grp_3.cdl  |   561 +
 data/mdl.cdl   |87 +
 data/mdl2.cdl  |70 +
 data/ncap2.in  | 8 +-
 data/ncap2_tst.nco | 6 +-
 data/nco_gsl.cdl   |28 +
 data/nco_gsl.nco   |32 +
 data/netcdf4.nco   | 5 +-
 data/obs.cdl   |12 +
 data/snc.cdl   |   133 +
 data/snc_grp.cdl   |   714 +
 data/snc_ncwa.cdl  |  2062 +++
 data/snd.cdl   |   137 +
 data/snd_grp.cdl   |   722 +
 data/snd_ncwa.cdl  |  2086 +++
 doc/ANNOUNCE   |   296 +-
 doc/AUTHORS| 7 +
 doc/ChangeLog  |  2995 +++-
 doc/MANIFEST   |38 +-
 doc/Makefile.in|   230 +-
 doc/README | 4 +-
 doc/TAG| 2 +-
 doc/TODO   |   437 +-
 doc/VERSION| 2 +-
 doc/beta.txt   |14 +-
 doc/debian.txt |   185 +-
 doc/i18n.txt   | 9 +-
 doc/index.shtml|   966 +-
 doc/logo_nco_stk.png   |   Bin 0 - 133416 bytes
 doc/logo_qt.png|   Bin 0 - 3654 bytes
 doc/logo_srl.svg   |   371 +
 doc/logo_srl.xcf   |   Bin 0 - 1033586 bytes
 doc/logo_vs2010.png|   Bin 0 - 4046 bytes
 doc/man_end.txt|10 +-
 doc/nco.dvi|   Bin 956980 - 1248760 bytes
 doc/nco.html   | 15813 
 doc/nco.info   | 11448 ---
 doc/nco.pdf|   Bin 1293915 - 0 bytes
 doc/nco.ps | 27449 ---
 doc/nco.texi   |  5498 +--
 doc/nco.txt| 10076 -
 doc/nco.xml|  7547 --
 doc/nco_news.shtml | 4 +-
 doc/nco_qt_msvc.shtml  |   129 +
 doc/nco_src_frg.txt| 4 +-
 doc/opendap.sh | 8 +-
 doc/surfit_2013.txt|88 +
 doc/xmp/add_crd.sh |36 +
 doc/xmp/ann_avg.sh |   154 +
 doc/xmp/ann_avg_grp.sh |68 +
 doc/xmp/bi_interp.nco  |83 +
 doc/xmp/cmb_fl.sh  |88 +
 doc/xmp/cmb_fl_grp.sh  |   121 +
 doc/xmp/crd.nco| 6 +
 doc/xmp/fgr1.eps   | 21700 +++
 doc/xmp/fgr1.png   |   Bin 0 - 24016 bytes
 doc/xmp/fgr1.txt

[nco] 03/07: Minor changes and new upstream release.

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository nco.

commit 80718b529ae7d9ef068295d61f57f4d23bedde5c
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Dec 16 14:24:55 2013 +0100

Minor changes and new upstream release.
---
 debian/changelog | 10 ++
 debian/control   | 11 ++-
 debian/rules |  2 ++
 debian/watch |  2 ++
 4 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e8ba77..92221dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+nco (4.3.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Added missing watch flle.
+  * Policy bumped to 3.9.5.
+  * Added build-dep on autotools-dev and update/clean step in debian/rules.
+  * Changed Vcs-* url to canonicali ones.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Mon, 16 Dec 2013 14:13:48 
+0100
+
 nco (4.0.9-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e967167..1c1bc1c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,17 @@ Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: debhelper (= 8), antlr, bison, flex, gsl-bin, libgsl0-dev, 
- libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo, libudunits2-0, 
libudunits2-dev, libdap-dev
-Standards-Version: 3.9.2
+ libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo, libudunits2-0, 
libudunits2-dev, libdap-dev,
+ autotools-dev
+Standards-Version: 3.9.5
 Homepage: http://nco.sourceforge.net/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/nco.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/nco.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/nco.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/nco.git
 
 Package: nco
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: command-line operators to analyze netCDF files
+Description: Command-line operators to analyze netCDF files
  NCO is a suite of programs known as operators. The operators are stand-alone,
  command-line programs executable in a POSIX shell. Operators take one or more
  netCDF files as input, perform operations (e.g., averaging, hyperslabbing),
diff --git a/debian/rules b/debian/rules
index 18d62df..6ca9a3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ endif
 # Thus environment variables that point, e.g., to /usr/local, are unhelpful
 config.status: configure
dh_testdir
+   dh_autotools-dev_updateconfig
LD_LIBRARY_PATH='' LDFLAGS='' NETCDF_INC='/usr/include' 
NETCDF_LIB='/usr/lib' NETCDF_ROOT='/usr' NETCDF4_ROOT='/usr' \
./configure $(confflags) \
--prefix=/usr \
@@ -94,6 +95,7 @@ build-arch-stamp:  config.status
 clean:
dh_testdir
dh_testroot
+   dh_autotools-dev_restoreconfig
rm -f build-arch-stamp build-indep-stamp config-stamp
[ ! -f Makefile ] || $(MAKE) distclean
rm -f data/big.nc
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..004c9a3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/nco/nco-(.+)\.tar\.gz

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


[nco] annotated tag upstream/4.3.9 created (now ede8934)

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to annotated tag upstream/4.3.9
in repository nco.

at  ede8934   (tag)
   tagging  ebc0d12597c3a9d3882c6bd1c7ebde794bf003c9 (commit)
  replaces  upstream/4.0.9
 tagged by  Francesco Paolo Lovergine
on  Mon Dec 16 14:13:21 2013 +0100

- Log -
Upstream version 4.3.9

Francesco Paolo Lovergine (1):
  Imported Upstream version 4.3.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/nco.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


[nco] 05/07: Merge tag 'upstream/4.4.2'

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository nco.

commit 1bb355fe63dab893aa5ef92307721ad842996f92
Merge: 80718b5 9f19f05
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Mar 26 16:51:21 2014 +0100

Merge tag 'upstream/4.4.2'

Upstream version 4.4.2

 AUTHORS   | 7 +
 Makefile.in   | 4 +-
 bld/Makefile  |72 +-
 bld/nco.spec  |17 +-
 bld/nco_dst.pl|43 +-
 bm/NCO_bm.pm  | 4 +-
 bm/NCO_rgr.pm |   949 +-
 configure |   169 +-
 configure.ac  |   128 +-
 configure.eg  |13 +-
 data/Makefile.am  |14 +-
 data/Makefile.in  |16 +-
 data/buggy.cdl|50 +
 data/dsm.cdl  |   146 +
 data/{in.cdl = hdf.cdl}  |90 +-
 data/hdn.cdl  |63 +
 data/in.cdl   |14 +-
 data/in_grp.cdl   |43 +-
 data/in_grp_3.cdl |   172 +-
 data/mdl.cdl  |16 +-
 data/mdl2.cdl | 6 +
 doc/ANNOUNCE  |   239 +-
 doc/ChangeLog |   758 +-
 doc/MANIFEST  | 9 +-
 doc/Makefile.am   |43 +-
 doc/Makefile.in   |68 +-
 doc/TAG   | 2 +-
 doc/TODO  |22 +-
 doc/VERSION   | 2 +-
 doc/beta.txt  |14 +-
 doc/debian.txt|   170 +-
 doc/index.shtml   |   158 +-
 doc/nco.dvi   |   Bin 1248760 - 1295552 bytes
 doc/nco.html  | 20087 
 doc/nco.pdf   |   Bin 0 - 1201173 bytes
 doc/nco.ps| 61517 
 doc/nco.texi  |  1491 +-
 doc/nco.txt   | 15162 +
 doc/nco.xml   | 17597 +++
 doc/xmp/ann_avg.sh|18 +-
 doc/xmp/ann_avg_grp.sh|63 +-
 doc/xmp/cmb_fl.sh |18 +-
 doc/xmp/cmb_fl_grp.sh |54 +-
 doc/xmp/glb_avg.sh|19 +-
 doc/xmp/mcc_grp.sh|38 +-
 man/Makefile.am   | 4 +-
 man/Makefile.in   | 6 +-
 man/ncbo.1|15 +-
 man/ncea.1|14 +-
 man/ncecat.1  |14 +-
 man/nces.1|14 +-
 man/ncks.1| 9 +-
 man/ncpdq.1   |14 +-
 man/ncra.1|18 +-
 man/ncrcat.1  |16 +-
 man/ncwa.1|16 +-
 qt/nco.pri| 9 +-
 qt/nco.pro| 1 -
 src/Makefile.in   | 4 +-
 src/nco++/Makefile.in | 4 +-
 src/nco++/Makefile.old| 4 +-
 src/nco++/NcapVar.hh  | 2 +-
 src/nco++/fmc_all_cls.cc  |10 +-
 src/nco++/fmc_all_cls.hh  | 2 +-
 src/nco++/fmc_cls.hh  | 2 +-
 src/nco++/fmc_gsl_cls.cc  | 8 +-
 src/nco++/fmc_gsl_cls.hh  | 2 +-
 src/nco++/libnco++.hh | 4 +-
 src/nco++/map_srt_tmp.hh  | 2 +-
 src/nco++/ncap2.cc|65 +-
 src/nco++/ncap2_utl.cc|10 +-
 src/nco++/ncoEnumTokenTypes.hpp   | 2 +-
 src/nco++/ncoGrammer.g| 8 +-
 src/nco++/ncoLexer.cpp| 2 +-
 src/nco++/ncoLexer.hpp| 4 +-
 src/nco++/ncoParser.cpp   | 2 +-
 src/nco++/ncoParser.hpp   | 4 +-
 src/nco++/ncoParserTokenTypes.hpp | 2 +-
 src/nco++/ncoTree.cpp | 6 +-
 src/nco++/ncoTree.hpp | 4 +-
 src/nco++/nco_gsl.c   | 4 +-
 src/nco++/nco_gsl.h   | 4 +-
 src/nco++/prs_cls.cc  |55 +-
 src/nco++/prs_cls.hh  | 2 +-
 src/nco++/sdo_utl.cc  | 4 +-
 src/nco++/sdo_utl.hh  | 4 +-
 src/nco/Makefile.in   | 4 +-
 src/nco/libnco.h  | 4 +-
 src/nco/mpncbo.c  |27 +-
 src/nco/mpncecat.c|27 +-
 src/nco/mpncflint.c   |27 +-
 src/nco/mpncpdq.c |27 +-
 src/nco/mpncra.c  |27 +-
 src/nco/mpncwa.c  |27 +-
 src/nco/ncap.c|31 +-
 src/nco/ncap.h| 4 +-
 src/nco/ncap_lex.l|10 +-
 src/nco/ncap_utl.c| 8 +-
 src/nco/ncap_yacc.y   |10 

[nco] tag debian/4.4.2-1 created (now 5edd80e)

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to tag debian/4.4.2-1
in repository nco.

at  5edd80e   (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/nco.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


[nco] 06/07: Preparing 4.4.2 with a few long due fixes.

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository nco.

commit fa984b99bfcc6802e4f224cb6336e1937b651239
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Mar 26 17:07:02 2014 +0100

Preparing 4.4.2 with a few long due fixes.
---
 debian/changelog |  7 +--
 debian/control   | 18 +++---
 2 files changed, 20 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 92221dc..485ebe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,15 @@
-nco (4.3.9-1) unstable; urgency=low
+nco (4.4.2-1) unstable; urgency=medium
 
   * New upstream release.
   * Added missing watch flle.
   * Policy bumped to 3.9.5.
   * Added build-dep on autotools-dev and update/clean step in debian/rules.
+(closes: #727470)
   * Changed Vcs-* url to canonicali ones.
+  * Added libcurl4-gnutls-dev to b-d.
+(closes: #611673)
 
- -- Francesco Paolo Lovergine fran...@debian.org  Mon, 16 Dec 2013 14:13:48 
+0100
+ -- Francesco Paolo Lovergine fran...@debian.org  Wed, 26 Mar 2014 16:54:51 
+0100
 
 nco (4.0.9-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 1c1bc1c..0ff887b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,21 @@ Section: science
 Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 8), antlr, bison, flex, gsl-bin, libgsl0-dev, 
- libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo, libudunits2-0, 
libudunits2-dev, libdap-dev,
- autotools-dev
+Build-Depends: debhelper (= 9)
+ , antlr
+ , bison
+ , flex
+ , gsl-bin
+ , libgsl0-dev
+ , libantlr-dev
+ , netcdf-bin
+ , libnetcdf-dev
+ , texinfo
+ , libudunits2-0
+ , libudunits2-dev
+ , libdap-dev
+ , autotools-dev
+ , libcurl4-gnutls-dev
 Standards-Version: 3.9.5
 Homepage: http://nco.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/nco.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/nco.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 nco_4.4.2-1_i386.changes

2014-03-26 Thread Debian FTP Masters
nco_4.4.2-1_i386.changes uploaded successfully to localhost
along with the files:
  nco_4.4.2-1.dsc
  nco_4.4.2.orig.tar.gz
  nco_4.4.2-1.debian.tar.xz
  nco_4.4.2-1_i386.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


[nco] 07/07: Fixed nco.html installation.

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository nco.

commit 5edd80eecc2b252293251237bb94f62953af560d
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Wed Mar 26 17:20:11 2014 +0100

Fixed nco.html installation.
---
 debian/changelog | 5 +++--
 debian/compat| 2 +-
 debian/control   | 1 -
 debian/docs  | 1 +
 debian/rules | 2 --
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 485ebe5..f1fafa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,14 @@
 nco (4.4.2-1) unstable; urgency=medium
 
   * New upstream release.
+(closes: #611673)
   * Added missing watch flle.
   * Policy bumped to 3.9.5.
   * Added build-dep on autotools-dev and update/clean step in debian/rules.
 (closes: #727470)
   * Changed Vcs-* url to canonicali ones.
-  * Added libcurl4-gnutls-dev to b-d.
-(closes: #611673)
+  * Debhelper level set to 9.
+  * Now nco.html is a single file.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Wed, 26 Mar 2014 16:54:51 
+0100
 
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 0ff887b..d025830 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Build-Depends: debhelper (= 9)
  , libudunits2-dev
  , libdap-dev
  , autotools-dev
- , libcurl4-gnutls-dev
 Standards-Version: 3.9.5
 Homepage: http://nco.sourceforge.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/nco.git
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 000..96d143b
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+doc/nco.html
diff --git a/debian/rules b/debian/rules
index 6ca9a3d..0ae4966 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,8 +121,6 @@ binary-common:
dh_testroot
dh_installchangelogs doc/ChangeLog
dh_installdocs
-   install -d debian/nco/usr/share/doc/nco/html
-   install -m 644 doc/nco.html/*.html debian/nco/usr/share/doc/nco/html
rm -f debian/nco/usr/share/info/dir
dh_installinfo
dh_installman

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


nco_4.4.2-1_i386.changes ACCEPTED into unstable

2014-03-26 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 26 Mar 2014 16:54:51 +0100
Source: nco
Binary: nco
Architecture: source i386
Version: 4.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 nco- Command-line operators to analyze netCDF files
Closes: 611673 727470
Changes: 
 nco (4.4.2-1) unstable; urgency=medium
 .
   * New upstream release.
 (closes: #611673)
   * Added missing watch flle.
   * Policy bumped to 3.9.5.
   * Added build-dep on autotools-dev and update/clean step in debian/rules.
 (closes: #727470)
   * Changed Vcs-* url to canonicali ones.
   * Debhelper level set to 9.
   * Now nco.html is a single file.
Checksums-Sha1: 
 5397359c6c03115d026ab1abce46f79bb893aa8c 1356 nco_4.4.2-1.dsc
 6253e0d3b00359e1ef2c95f0c86e940697286a10 7801937 nco_4.4.2.orig.tar.gz
 d13ae947712c3bffba6f387e12317bd5f378e49c 9652 nco_4.4.2-1.debian.tar.xz
 8a5794d50437e1420f777ebf8c3b425a28a2ee68 1210544 nco_4.4.2-1_i386.deb
Checksums-Sha256: 
 14a3b1800b66c9528d1a53c38a35c641b5bcfd3b6412d7bd106d8ece694e0159 1356 
nco_4.4.2-1.dsc
 6b2f48ac4618ba50306885a6358925956c2b178dee6348ada3195a3fc2a425d8 7801937 
nco_4.4.2.orig.tar.gz
 27c0f3be0058bcf9ead74e0bb32f0f429a37dfe400179cabc43393d4666d0a9b 9652 
nco_4.4.2-1.debian.tar.xz
 b7548c40128eb975f259eb80d6603a937898084c6f689aec3f168a219dd78e83 1210544 
nco_4.4.2-1_i386.deb
Files: 
 e0292750670a8fb237b94cb372f9 1356 science optional nco_4.4.2-1.dsc
 a733b47d1c3806f51064ace76ea53e56 7801937 science optional nco_4.4.2.orig.tar.gz
 e238832c026cb6a477adf23a8de38392 9652 science optional 
nco_4.4.2-1.debian.tar.xz
 02d5924b1834772052117b306a628239 1210544 science optional nco_4.4.2-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlMzAAQACgkQpFNRmenyx0ccrwCfY8eEyUGvRLDsz5CsbcCZJewp
GegAoO6S/XnbIQhMGHykFmCa0L7LRwxm
=7Gvl
-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


[nco] branch upstream updated (4d57086 - 9f19f05)

2014-03-26 Thread Francesco Lovergine
This is an automated email from the git hooks/post-receive script.

frankie pushed a change to branch upstream
in repository nco.

  from  4d57086   Imported Upstream version 4.0.9
   new  ebc0d12   Imported Upstream version 4.3.9
   new  9f19f05   Imported Upstream version 4.4.2

The 2 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:
 AUTHORS| 7 +
 INSTALL| 9 +-
 Makefile.am|11 +-
 Makefile.in|   413 +-
 aclocal.m4 |  9106 +
 autobld/config.guess   |   207 +-
 autobld/config.sub |   161 +-
 autobld/depcomp|74 +-
 autobld/install-sh |29 +-
 autobld/ltmain.sh  |95 +-
 autobld/missing|   461 +-
 autobld/test-driver|   127 +
 autobld/texinfo.tex|  2457 +-
 autobld/ylwrap |34 +-
 bld/Makefile   |   228 +-
 bld/nco.spec   |75 +-
 bld/nco_dst.pl |43 +-
 bld/pvmgetarch | 6 +-
 bm/NCO_benchmarks.pm   |14 +-
 bm/NCO_bm.pm   |30 +-
 bm/NCO_rgr.pm  |  4261 ++-
 bm/nco_bm.pl   |25 +-
 config.h.in|39 +-
 configure  |  1463 +-
 configure.in = configure.ac   |   236 +-
 configure.eg   |30 +-
 data/Makefile.am   |48 +-
 data/Makefile.in   |   170 +-
 data/big.cdl   |16 +-
 data/buggy.cdl |   268 +
 data/cmip5.cdl |38 +
 data/dsm.cdl   |   146 +
 data/{in.cdl = hdf.cdl}   |   364 +-
 data/hdn.cdl   |63 +
 data/hdr_pad.sh|78 +
 data/in.cdl|   318 +-
 data/in_1.cdl  |14 +
 data/in_2.cdl  |15 +
 data/in_4.cdl  |   469 +-
 data/in_grp.cdl|   472 +-
 data/in_grp_1.cdl  |23 +
 data/in_grp_2.cdl  |31 +
 data/in_grp_3.cdl  |   685 +
 data/mdl.cdl   |95 +
 data/mdl2.cdl  |76 +
 data/ncap2.in  | 8 +-
 data/ncap2_tst.nco | 6 +-
 data/nco_gsl.cdl   |28 +
 data/nco_gsl.nco   |32 +
 data/netcdf4.nco   | 5 +-
 data/obs.cdl   |12 +
 data/snc.cdl   |   133 +
 data/snc_grp.cdl   |   714 +
 data/snc_ncwa.cdl  |  2062 +
 data/snd.cdl   |   137 +
 data/snd_grp.cdl   |   722 +
 data/snd_ncwa.cdl  |  2086 +
 doc/ANNOUNCE   |   247 +-
 doc/AUTHORS| 7 +
 doc/ChangeLog  |  3665 +-
 doc/MANIFEST   |43 +-
 doc/Makefile.am|43 +-
 doc/Makefile.in|   292 +-
 doc/README | 4 +-
 doc/TAG| 2 +-
 doc/TODO   |   445 +-
 doc/VERSION| 2 +-
 doc/beta.txt   |28 +-
 doc/debian.txt |   185 +-
 doc/i18n.txt   | 9 +-
 doc/index.shtml|  1044 +-
 doc/logo_nco_stk.png   |   Bin 0 - 133416 bytes
 doc/logo_qt.png|   Bin 0 - 3654 bytes
 doc/logo_srl.svg   |   371 +
 doc/logo_srl.xcf   |   Bin 0 - 1033586 bytes
 doc/logo_vs2010.png|   Bin 0 - 4046 bytes
 doc/man_end.txt|10 +-
 doc/nco.dvi|   Bin 956980 - 1295552 bytes
 doc/nco.html   | 17196 +
 doc/nco.info   | 11448 --
 doc/nco.pdf|   Bin 1293915 - 1201173 bytes
 doc/nco.ps | 71640 ++-
 doc/nco.texi   |  6421 +++-
 doc/nco.txt| 15950 +---
 doc/nco.xml| 23366 
 doc/nco_news.shtml | 4 +-
 doc/nco_qt_msvc.shtml  |   129 +
 doc/nco_src_frg.txt| 4 +-
 doc/opendap.sh | 8 +-
 doc/surfit_2013.txt|88 +
 doc/xmp/add_crd.sh |36 +
 doc/xmp/ann_avg.sh |   154 +
 

Bug#742688: Plugins cannot be updated/installed

2014-03-26 Thread Francesco P. Lovergine
severity 742688 minor
thanks

On Wed, Mar 26, 2014 at 02:08:51PM +0100, Francesco P. Lovergine wrote:
 On Wed, Mar 26, 2014 at 01:32:57PM +0100, Francesco Paolo Lovergine wrote:
  Package: qgis
  Version: 2.2.0-1
  Severity: important
  
  Once updated to the current sid version, I'm not more able to update current
  (python) plugins to new versions or install new plugins. That renders the 
  program quite
  unusable in many situations. It suggests verifying permissions on
  $HOME/.qgis2/plugins/directory and other silly checks.
  
 
 Apparently http://plugins.qgis.org/plugins/plugins.xml is currently a bit 
 slow 
 and qgis soon gives up download. It seems to me that the initial timeout needs
 adjustment under these conditions.
 

Ok, the plugins server have been moved to a new host and download now proceed
with decent timing. That was a transient status. For sure a better diagnostic
would be appreciated as well as more redundancy in support infrastructure.

-- 
Francesco P. Lovergine

___
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#727470: marked as done (nco: run dh-autoreconf to update config.{sub,guess} and {libtool,aclocal}.m4)

2014-03-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Mar 2014 16:34:50 +
with message-id e1wsqmw-00074u...@franck.debian.org
and subject line Bug#727470: fixed in nco 4.4.2-1
has caused the Debian Bug report #727470,
regarding nco: run dh-autoreconf to update config.{sub,guess} and 
{libtool,aclocal}.m4
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.)


-- 
727470: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727470
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:nco
Version: 4.0.9-1
Severity: normal
User: debian-...@lists.debian.org
Usertags: arm64

The package fails to build on arm64 (aarch64-linux-gnu), because the
config.{guess,sub} files are out of date, and are not updated during
the build.  If possible, please do not update these files directly,
but build-depend on autotools-dev instead, and use the tools provided
by autotools-dev to update these files.

  - For dh, call dh --with autotools_dev (yes, underscore).

  - For other rules files, call dh_autotools-dev_updateconfig before
calling configure (in the build or configure target), and call
dh_autotools-dev_restoreconfig before calling dh_clean in the clean
target.

After the build on any architecture, and before a clean, a grep for
aarch64 in the config.sub file(s) should print some lines.

The full build log can be found at:
http://people.debian.org/~doko/logs/arm64-20131023/logs/buildlog_ubuntu-trusty-arm64.nco_4.0.9-1build1_FAILEDTOBUILD.txt
The last lines of the build log are at the end of this report.

Please note that these build were done in an Ubuntu development,
environment there may be a few false positives in these bug reports.

[...]
Adding debian:Visa_eCommerce_Root.pem
Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem
Adding debian:Wells_Fargo_Root_CA.pem
Adding debian:XRamp_Global_CA_Root.pem
Adding debian:certSIGN_ROOT_CA.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:spi-cacert-2008.pem
done.
done.
Checking correctness of source dependencies...
Toolchain package versions: libc6-dev_2.17-93ubuntu4 make_3.81-8.2ubuntu3 
dpkg-dev_1.16.12ubuntu1 gcc-4.8_4.8.1-10ubuntu8 g++-4.8_4.8.1-10ubuntu8 
binutils_2.23.52.20130913-0ubuntu1 libstdc++-4.8-dev_4.8.1-10ubuntu8 
libstdc++6_4.8.1-10ubuntu8
--
dpkg-source: warning: -sn is not a valid option for 
Dpkg::Source::Package::V3::quilt
gpgv: Signature made Sat Jun  2 13:45:01 2012 UTC using RSA key ID B913E271
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./nco_4.0.9-1build1.dsc
dpkg-source: info: extracting nco in nco-4.0.9
dpkg-source: info: unpacking nco_4.0.9.orig.tar.gz
dpkg-source: info: unpacking nco_4.0.9-1build1.debian.tar.gz
dpkg-buildpackage: source package nco
dpkg-buildpackage: source version 4.0.9-1build1
 dpkg-source --before-build nco-4.0.9
dpkg-buildpackage: host architecture arm64
 /usr/bin/fakeroot debian/rules clean
dh_testdir
dh_testroot
rm -f build-arch-stamp build-indep-stamp config-stamp
[ ! -f Makefile ] || /usr/bin/make distclean
rm -f data/big.nc
dh_clean
 debian/rules build-arch
dh_testdir
LD_LIBRARY_PATH='' LDFLAGS='' NETCDF_INC='/usr/include' NETCDF_LIB='/usr/lib' 
NETCDF_ROOT='/usr' NETCDF4_ROOT='/usr' \
./configure --build=aarch64-linux-gnu --enable-dap-netcdf 
--enable-netcdf4 --enable-udunits2 \
--prefix=/usr \
--infodir=/usr/share/info \
--libdir=/usr/lib/nco \
--mandir=/usr/share/man \
--enable-gsl \
--enable-ncap2 \
--disable-nco_cplusplus \
--disable-udunits \
--disable-static
checking build system type... Invalid configuration `aarch64-linux-gnu': 
machine `aarch64' not recognized
configure: error: /bin/bash autobld/config.sub aarch64-linux-gnu failed
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
---End Message---
---BeginMessage---
Source: nco
Source-Version: 4.4.2-1

We believe that the bug you reported is fixed in the latest version of
nco, 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 727...@bugs.debian.org,
and the 

Bug#611673: marked as done (probably should no longer --disable-dap-netcdf )

2014-03-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Mar 2014 16:34:50 +
with message-id e1wsqmw-00074n...@franck.debian.org
and subject line Bug#611673: fixed in nco 4.4.2-1
has caused the Debian Bug report #611673,
regarding probably should no longer --disable-dap-netcdf 
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.)


-- 
611673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nco
Version: 4.0.2-1

The nco package currently in Debian Sid is built without OPeNDAP
support, which is somewhat unfortunate, since OPeNDAP is already
provided by the version of NetCDF there.

To enable the OPeNDAP support, I've toggled the
--disable-dap-netcdf and --disable-netcdf4 switches, and also
added libcurl4-gnutls-dev (since NetCDF's OPeNDAP implementation
relies on it) to Build-Depends:.

For the test, I've tried:

$ ncks \
  -d time,4,60,1 \
  -d lat,286,287,1 \
  -d lon,167,168,1 \
  
http://nomads.ncep.noaa.gov:9090/dods/gfs_hd/gfs_hd20110129/gfs_hd_00z?tmp2m \
  xxx.nc 

(The command should retrieve a time series data on the
temperature on 2 m above the ground for a particular location
from the GFS data available from NOMADS.)  Which just worked.

TYC.

NB: I haven't put much time into testing as of yet.

$ interdiff \
  (zcat nco_4.0.2-1.diff.gz) \
  (zcat nco_4.0.2-1.0+is+0.2.diff.gz) 
diff -u nco-4.0.2/debian/control nco-4.0.2/debian/control
--- nco-4.0.2/debian/control
+++ nco-4.0.2/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Charlie Zender zen...@uci.edu
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
-Build-Depends: debhelper (= 7), antlr, bison, flex, gsl-bin, libgsl0-dev, 
libantlr-dev, netcdf-bin, libnetcdf-dev, texinfo
+Build-Depends: debhelper (= 7), antlr, bison, flex, gsl-bin, libgsl0-dev, 
libantlr-dev, netcdf-bin, libnetcdf-dev, libcurl4-gnutls-dev, texinfo
 Standards-Version: 3.8.4
 Homepage: http://nco.sourceforge.net/
 
diff -u nco-4.0.2/debian/rules nco-4.0.2/debian/rules
--- nco-4.0.2/debian/rules
+++ nco-4.0.2/debian/rules
@@ -53,10 +53,10 @@
--mandir=/usr/share/man \
--enable-gsl \
--enable-ncoxx \
-   --disable-dap-netcdf \
+   --enable-dap-netcdf \
--disable-dap-opendap \
--disable-nco_cplusplus \
-   --disable-netcdf4 \
+   --enable-netcdf4 \
--disable-udunits \
--disable-udunits2 \
--disable-static
diff -u nco-4.0.2/debian/changelog nco-4.0.2/debian/changelog
--- nco-4.0.2/debian/changelog
+++ nco-4.0.2/debian/changelog
@@ -1,3 +1,15 @@
+nco (4.0.2-1.0+is+0.2) 1gray-misc; urgency=low
+
+  * Added libcurl4-gnutls-dev to Build-Depends:.
+
+ -- Ivan Shmakov oneing...@gmail.com  Mon, 31 Jan 2011 20:12:37 +
+
+nco (4.0.2-1.0+is+0.1) 1gray-misc; urgency=low
+
+  * Enable both NetCDF4 and NetCDF OPeNDAP support, for future's there.
+
+ -- Ivan Shmakov oneing...@gmail.com  Mon, 31 Jan 2011 19:45:09 +
+
 nco (4.0.2-1) unstable; urgency=low
 
   * new upstream version (netCDF4_classic behavior)
$ 

-- 
FSF associate member #7257


pgpuioJR0YZ5E.pgp
Description: PGP signature
---End Message---
---BeginMessage---
Source: nco
Source-Version: 4.4.2-1

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

Debian distribution maintenance software
pp.
Francesco Paolo Lovergine fran...@debian.org (supplier of updated nco 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: SHA1

Format: 1.8
Date: Wed, 26 Mar 2014 16:54:51 +0100
Source: nco
Binary: nco
Architecture: source i386
Version: 4.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 nco- Command-line operators to analyze netCDF files
Closes: 611673 727470
Changes: 
 nco 

geos 3.4.2-4 MIGRATED to testing

2014-03-26 Thread Debian testing watch
FYI: The status of the geos source package
in Debian's testing distribution has changed.

  Previous version: 3.4.2-1.1
  Current version:  3.4.2-4

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

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


Processed: [tech_...@wildintellect.com: Re: Bug#742688: Plugins cannot be updated/installed]

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

 severity 742688 minor
Bug #742688 [qgis] Plugins cannot be updated/installed
Severity set to 'minor' from 'important'
 thanks
Stopping processing here.

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