<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.gis.grass.pkg.devel">
    <title>gmane.comp.gis.grass.pkg.devel</title>
    <link>http://blog.gmane.org/gmane.comp.gis.grass.pkg.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14351"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14350"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14349"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14346"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14345"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14344"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14343"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14342"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14341"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14340"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14338"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14337"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14336"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14335"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14334"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14333"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14332"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14331"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14330"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14329"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14351">
    <title>Bug#709343: gmt-coast-low: installs files with bogus owner+group</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14351</link>
    <description>&lt;pre&gt;Package: gmt-coast-low
Version: 1:2.1.1-1
Severity: normal


Dear Maintainer,

here is the problem:

$ ls -l /usr/share/gmt/coast | grep -v root
total 80400
-rw-r--r-- 1 1117 1102   661988 mars  15  2008 binned_border_h.cdf
-rw-r--r-- 1 1117 1102  9836272 mars  15  2008 binned_GSHHS_h.cdf
-rw-r--r-- 1 1117 1102  2911364 mars  15  2008 binned_river_h.cdf


&lt;/pre&gt;</description>
    <dc:creator>Laurent Bonnaud</dc:creator>
    <dc:date>2013-05-22T14:06:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14350">
    <title>Bug#709186: mapserver: fails to build with ld that defaults to--as-needed</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14350</link>
    <description>&lt;pre&gt;Package: mapserver
Version: 6.0.1-3.2
Severity: important
Tags: patch
User: ubuntu-devel&amp;lt; at &amp;gt;lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch saucy

mapserver fails to build with a linker that defaults to --as-needed, as
shown in this Ubuntu build log:

  https://launchpadlibrarian.net/140379929/buildlog_ubuntu-saucy-i386.mapserver_6.0.1-3.2build1_FAILEDTOBUILD.txt.gz

This is quite cumbersome to fix in any autotools-normal way, because
dlopen isn't detected directly by configure, but instead HAVE_DLFCN_H is
picked up from &amp;lt;gdal/cpl_config.h&amp;gt;.  The most straightforward workaround
I found was to make debian/rules pass XTRALIBS=-ldl to configure.  You
may have a better answer ...

  * Link executables with -ldl.

diff -Nru mapserver-6.0.1/debian/rules mapserver-6.0.1/debian/rules
--- mapserver-6.0.1/debian/rules2012-08-28 19:29:25.000000000 +0100
+++ mapserver-6.0.1/debian/rules2013-05-21 13:08:41.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -59,7 +59,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 
 configure-stamp:
 dh_testdir
-./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)"
+./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" XTRALIBS=-ldl
 
 
 touch configure-stamp
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -67,7 +67,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 configure-php5-stamp: clean-first-build
 dh_testdir
 ./configure $(COMMON_CONFIG) \
---with-php=/usr/include/php5  CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)"
+--with-php=/usr/include/php5  CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" XTRALIBS=-ldl
 
 touch configure-php5-stamp
 

Thanks,

&lt;/pre&gt;</description>
    <dc:creator>Colin Watson</dc:creator>
    <dc:date>2013-05-21T12:23:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14349">
    <title>[SCM] gmt-gshhs branch, master,updated. 959921b712644b023d1cb8a61b9ea07d18f06b22</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14349</link>
    <description>&lt;pre&gt;The following commit has been merged in the master branch:
commit 959921b712644b023d1cb8a61b9ea07d18f06b22
Author: M. Hamish Bowman &amp;lt;hamish_b&amp;lt; at &amp;gt;yahoo.com&amp;gt;
Date:   Tue May 21 17:58:23 2013 +1200

    minor spelling fixes (lintian)

diff --git a/debian/NEWS b/debian/NEWS
index e064bf5..301c717 100644
--- a/debian/NEWS
+++ b/debian/NEWS
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,7 +2,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; gmt-gshhs (2.2.0-1) unstable; urgency=low
     
     This package contains all resolutions of coastline, rivers and borders
     used by GMT for rendering maps. The old gmt-coastline-low has been
-    superseeded by this new package with a new compact format.
+    superseded by this new package with a new compact format.
 
  -- Francesco Paolo Lovergine &amp;lt;frankie&amp;lt; at &amp;gt;debian.org&amp;gt;  Tue, 13 Mar 2012 11:53:04 +0100
 
diff --git a/debian/changelog b/debian/changelog
index 067f3cc..b384d09 100644
--- a/debian/changelog
+++ b/debian/changelog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -8,7 +8,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; gmt-gshhs (2.2.0-2) unstable; urgency=low
 gmt-gshhs (2.2.0-1) unstable; urgency=low
 
   * New upstream release for GMT 4.5.7+
-  * This new source package includes and superseeds gmt-coast-low source. It
+  * This new source package includes and supersedes gmt-coast-low source. It
     includes all resolutions of the GHSSHS coastline for GMT. Past package
     included only the low-res flavor. Also it adds rivers, and borders data
     set.

&lt;/pre&gt;</description>
    <dc:creator>M. Hamish Bowman</dc:creator>
    <dc:date>2013-05-21T06:03:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14346">
    <title>[SCM] grass branch, master, updated. upstream/6.4.1-113-gecc923a</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14346</link>
    <description>&lt;pre&gt;The following commit has been merged in the master branch:
commit ecc923a1200098efb3b7ecb5a78c3355ae72ad87
Author: M. Hamish Bowman &amp;lt;hamish_b&amp;lt; at &amp;gt;yahoo.com&amp;gt;
Date:   Mon May 20 17:54:16 2013 +1200

    avoid hardcoded version number

diff --git a/debian/rules b/debian/rules
index c717d65..147d6ca 100755
--- a/debian/rules
+++ b/debian/rules
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -275,7 +275,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; binary-arch: install
 dh_installman -p$(PKG_NAME) debian/$(BASE_NAME).1 -a
 dh_link -a
 dh_python2
-dh_python2 /usr/lib/grass64/etc
+dh_python2 /usr/lib/$(BASE_NAME)/etc
 dh_strip -a
 dh_compress -a -XAUTHORS
 dh_fixperms -a

&lt;/pre&gt;</description>
    <dc:creator>M. Hamish Bowman</dc:creator>
    <dc:date>2013-05-20T05:54:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14345">
    <title>Bug#708668: libvxl1-dev and libkml-dev: error when trying to installtogether</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14345</link>
    <description>&lt;pre&gt;Package: libkml-dev,libvxl1-dev
Version: libkml-dev/1.3.0~r863-4.1
Version: libvxl1-dev/1.17.0-2
Severity: serious
User: treinen&amp;lt; at &amp;gt;debian.org
Usertags: edos-file-overwrite

Date: 2013-05-17
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


WARNING: The following packages cannot be authenticated!
  libcap2 libpcre3 libwrap0 libdrm2 libglapi-mesa libxau6 libxdmcp6 libxcb1
  libx11-data libx11-6 libx11-xcb1 libxcb-glx0 libxfixes3 libxdamage1 libxext6
  libxxf86vm1 libgl1-mesa-glx libxi6 freeglut3 libasound2-data libasound2
  libasyncns0 x11-common libice6 libsm6 libxt6 libaudio2 libavutil51
  libdirac-encoder0 libgsm1 libmp3lame0 libopenjpeg2 liborc-0.4-0
  libschroedinger-1.0-0 libspeex1 libogg0 libtheora0 libva1 libvorbis0a
  libvorbisenc2 libvpx1 libx264-123 libxvidcore4 libavcodec53 librtmp0
  libavformat53 libavifile-0.7-common libexpat1 libfreetype6 ucf
  fonts-dejavu-core ttf-dejavu-core fontconfig-config libfontconfig1 libjpeg8
  libcaca0 tsconf libts-0.0-0 libdirectfb-1.2-9 libdbus-1-3 libjson0 libflac8
  libsndfile1 libxtst6 libpulse0 libsdl1.2debian libxrender1 libxft2
  libxxf86dga1 libavifile-0.7c2 libffi6 libglib2.0-0 libglu1-mesa liblcms1
  libmng1 libpng12-0 libqtcore4 fontconfig libjbig0 libtiff4 libqtgui4
  libqt4-opengl libraw1394-11 libswscale2 libtiff5 libusb-1.0-0 libdc1394-22
  liburiparser1 liburiparser-dev proj-data libproj0 libgeotiff2 libvxl1.17
  libvxl1-dev libkml0 libkml-dev

Extracting templates from packages: 31%
Extracting templates from packages: 62%
Extracting templates from packages: 93%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously unselected package libcap2:amd64.
(Reading database ... 10795 files and directories currently installed.)
Unpacking libcap2:amd64 (from .../libcap2_1%3a2.22-1.2_amd64.deb) ...
Selecting previously unselected package libpcre3:amd64.
Unpacking libpcre3:amd64 (from .../libpcre3_1%3a8.31-2_amd64.deb) ...
Selecting previously unselected package libwrap0:amd64.
Unpacking libwrap0:amd64 (from .../libwrap0_7.6.q-24_amd64.deb) ...
Selecting previously unselected package libdrm2:amd64.
Unpacking libdrm2:amd64 (from .../libdrm2_2.4.40-1~deb7u2_amd64.deb) ...
Selecting previously unselected package libglapi-mesa:amd64.
Unpacking libglapi-mesa:amd64 (from .../libglapi-mesa_8.0.5-4+b1_amd64.deb) ...
Selecting previously unselected package libxau6:amd64.
Unpacking libxau6:amd64 (from .../libxau6_1%3a1.0.7-1_amd64.deb) ...
Selecting previously unselected package libxdmcp6:amd64.
Unpacking libxdmcp6:amd64 (from .../libxdmcp6_1%3a1.1.1-1_amd64.deb) ...
Selecting previously unselected package libxcb1:amd64.
Unpacking libxcb1:amd64 (from .../libxcb1_1.8.1-2_amd64.deb) ...
Selecting previously unselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.5.0-1_all.deb) ...
Selecting previously unselected package libx11-6:amd64.
Unpacking libx11-6:amd64 (from .../libx11-6_2%3a1.5.0-1_amd64.deb) ...
Selecting previously unselected package libx11-xcb1:amd64.
Unpacking libx11-xcb1:amd64 (from .../libx11-xcb1_2%3a1.5.0-1_amd64.deb) ...
Selecting previously unselected package libxcb-glx0:amd64.
Unpacking libxcb-glx0:amd64 (from .../libxcb-glx0_1.8.1-2_amd64.deb) ...
Selecting previously unselected package libxfixes3:amd64.
Unpacking libxfixes3:amd64 (from .../libxfixes3_1%3a5.0-4_amd64.deb) ...
Selecting previously unselected package libxdamage1:amd64.
Unpacking libxdamage1:amd64 (from .../libxdamage1_1%3a1.1.3-2_amd64.deb) ...
Selecting previously unselected package libxext6:amd64.
Unpacking libxext6:amd64 (from .../libxext6_2%3a1.3.1-2_amd64.deb) ...
Selecting previously unselected package libxxf86vm1:amd64.
Unpacking libxxf86vm1:amd64 (from .../libxxf86vm1_1%3a1.1.2-1_amd64.deb) ...
Selecting previously unselected package libgl1-mesa-glx:amd64.
Unpacking libgl1-mesa-glx:amd64 (from .../libgl1-mesa-glx_8.0.5-4+b1_amd64.deb) ...
Selecting previously unselected package libxi6:amd64.
Unpacking libxi6:amd64 (from .../libxi6_2%3a1.6.1-1_amd64.deb) ...
Selecting previously unselected package freeglut3:amd64.
Unpacking freeglut3:amd64 (from .../freeglut3_2.8.1-1_amd64.deb) ...
Selecting previously unselected package libasound2-data.
Unpacking libasound2-data (from .../libasound2-data_1.0.27-4_all.deb) ...
Selecting previously unselected package libasound2:amd64.
Unpacking libasound2:amd64 (from .../libasound2_1.0.27-4_amd64.deb) ...
Selecting previously unselected package libasyncns0:amd64.
Unpacking libasyncns0:amd64 (from .../libasyncns0_0.8-4_amd64.deb) ...
Selecting previously unselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.7+3_all.deb) ...
Selecting previously unselected package libice6:amd64.
Unpacking libice6:amd64 (from .../libice6_2%3a1.0.8-2_amd64.deb) ...
Selecting previously unselected package libsm6:amd64.
Unpacking libsm6:amd64 (from .../libsm6_2%3a1.2.1-2_amd64.deb) ...
Selecting previously unselected package libxt6:amd64.
Unpacking libxt6:amd64 (from .../libxt6_1%3a1.1.3-1_amd64.deb) ...
Selecting previously unselected package libaudio2:amd64.
Unpacking libaudio2:amd64 (from .../libaudio2_1.9.3-5_amd64.deb) ...
Selecting previously unselected package libavutil51:amd64.
Unpacking libavutil51:amd64 (from .../libavutil51_6%3a0.8.6-1_amd64.deb) ...
Selecting previously unselected package libdirac-encoder0:amd64.
Unpacking libdirac-encoder0:amd64 (from .../libdirac-encoder0_1.0.2-6_amd64.deb) ...
Selecting previously unselected package libgsm1:amd64.
Unpacking libgsm1:amd64 (from .../libgsm1_1.0.13-4_amd64.deb) ...
Selecting previously unselected package libmp3lame0:amd64.
Unpacking libmp3lame0:amd64 (from .../libmp3lame0_3.99.5+repack1-3_amd64.deb) ...
Selecting previously unselected package libopenjpeg2:amd64.
Unpacking libopenjpeg2:amd64 (from .../libopenjpeg2_1.3+dfsg-4.6_amd64.deb) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Unpacking liborc-0.4-0:amd64 (from .../liborc-0.4-0_1%3a0.4.17-2_amd64.deb) ...
Selecting previously unselected package libschroedinger-1.0-0:amd64.
Unpacking libschroedinger-1.0-0:amd64 (from .../libschroedinger-1.0-0_1.0.11-2_amd64.deb) ...
Selecting previously unselected package libspeex1:amd64.
Unpacking libspeex1:amd64 (from .../libspeex1_1.2~rc1-7_amd64.deb) ...
Selecting previously unselected package libogg0:amd64.
Unpacking libogg0:amd64 (from .../libogg0_1.3.1-1_amd64.deb) ...
Selecting previously unselected package libtheora0:amd64.
Unpacking libtheora0:amd64 (from .../libtheora0_1.1.1+dfsg.1-3.1_amd64.deb) ...
Selecting previously unselected package libva1:amd64.
Unpacking libva1:amd64 (from .../libva1_1.0.15-4_amd64.deb) ...
Selecting previously unselected package libvorbis0a:amd64.
Unpacking libvorbis0a:amd64 (from .../libvorbis0a_1.3.2-1.3_amd64.deb) ...
Selecting previously unselected package libvorbisenc2:amd64.
Unpacking libvorbisenc2:amd64 (from .../libvorbisenc2_1.3.2-1.3_amd64.deb) ...
Selecting previously unselected package libvpx1:amd64.
Unpacking libvpx1:amd64 (from .../libvpx1_1.1.0-1_amd64.deb) ...
Selecting previously unselected package libx264-123:amd64.
Unpacking libx264-123:amd64 (from .../libx264-123_2%3a0.123.2189+git35cf912-1_amd64.deb) ...
Selecting previously unselected package libxvidcore4:amd64.
Unpacking libxvidcore4:amd64 (from .../libxvidcore4_2%3a1.3.2-9_amd64.deb) ...
Selecting previously unselected package libavcodec53:amd64.
Unpacking libavcodec53:amd64 (from .../libavcodec53_6%3a0.8.6-1_amd64.deb) ...
Selecting previously unselected package librtmp0:amd64.
Unpacking librtmp0:amd64 (from .../librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb) ...
Selecting previously unselected package libavformat53:amd64.
Unpacking libavformat53:amd64 (from .../libavformat53_6%3a0.8.6-1_amd64.deb) ...
Selecting previously unselected package libavifile-0.7-common.
Unpacking libavifile-0.7-common (from .../libavifile-0.7-common_1%3a0.7.48~20090503.ds-13_all.deb) ...
Selecting previously unselected package libexpat1:amd64.
Unpacking libexpat1:amd64 (from .../libexpat1_2.1.0-3_amd64.deb) ...
Selecting previously unselected package libfreetype6:amd64.
Unpacking libfreetype6:amd64 (from .../libfreetype6_2.4.9-1.1_amd64.deb) ...
Selecting previously unselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu3_all.deb) ...
Moving old data out of the way
Selecting previously unselected package fonts-dejavu-core.
Unpacking fonts-dejavu-core (from .../fonts-dejavu-core_2.33+svn2514-3_all.deb) ...
Selecting previously unselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33+svn2514-3_all.deb) ...
Selecting previously unselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.9.0-7.1_all.deb) ...
Selecting previously unselected package libfontconfig1:amd64.
Unpacking libfontconfig1:amd64 (from .../libfontconfig1_2.9.0-7.1_amd64.deb) ...
Selecting previously unselected package libjpeg8:amd64.
Unpacking libjpeg8:amd64 (from .../libjpeg8_8d-1_amd64.deb) ...
Selecting previously unselected package libcaca0:amd64.
Unpacking libcaca0:amd64 (from .../libcaca0_0.99.beta18-1_amd64.deb) ...
Selecting previously unselected package tsconf.
Unpacking tsconf (from .../archives/tsconf_1.0-11_all.deb) ...
Selecting previously unselected package libts-0.0-0:amd64.
Unpacking libts-0.0-0:amd64 (from .../libts-0.0-0_1.0-11_amd64.deb) ...
Selecting previously unselected package libdirectfb-1.2-9:amd64.
Unpacking libdirectfb-1.2-9:amd64 (from .../libdirectfb-1.2-9_1.2.10.0-5_amd64.deb) ...
Selecting previously unselected package libdbus-1-3:amd64.
Unpacking libdbus-1-3:amd64 (from .../libdbus-1-3_1.6.10-1_amd64.deb) ...
Selecting previously unselected package libjson0:amd64.
Unpacking libjson0:amd64 (from .../libjson0_0.10-1.2_amd64.deb) ...
Selecting previously unselected package libflac8:amd64.
Unpacking libflac8:amd64 (from .../libflac8_1.2.1-6_amd64.deb) ...
Selecting previously unselected package libsndfile1:amd64.
Unpacking libsndfile1:amd64 (from .../libsndfile1_1.0.25-5_amd64.deb) ...
Selecting previously unselected package libxtst6:amd64.
Unpacking libxtst6:amd64 (from .../libxtst6_2%3a1.2.1-1_amd64.deb) ...
Selecting previously unselected package libpulse0:amd64.
Unpacking libpulse0:amd64 (from .../libpulse0_2.0-6.1_amd64.deb) ...
Selecting previously unselected package libsdl1.2debian:amd64.
Unpacking libsdl1.2debian:amd64 (from .../libsdl1.2debian_1.2.15-5_amd64.deb) ...
Selecting previously unselected package libxrender1:amd64.
Unpacking libxrender1:amd64 (from .../libxrender1_1%3a0.9.7-1_amd64.deb) ...
Selecting previously unselected package libxft2:amd64.
Unpacking libxft2:amd64 (from .../libxft2_2.3.1-1_amd64.deb) ...
Selecting previously unselected package libxxf86dga1:amd64.
Unpacking libxxf86dga1:amd64 (from .../libxxf86dga1_2%3a1.1.3-2_amd64.deb) ...
Selecting previously unselected package libavifile-0.7c2:amd64.
Unpacking libavifile-0.7c2:amd64 (from .../libavifile-0.7c2_1%3a0.7.48~20090503.ds-13_amd64.deb) ...
Selecting previously unselected package libffi6:amd64.
Unpacking libffi6:amd64 (from .../libffi6_3.0.13-4_amd64.deb) ...
Selecting previously unselected package libglib2.0-0:amd64.
Unpacking libglib2.0-0:amd64 (from .../libglib2.0-0_2.36.1-2build1_amd64.deb) ...
Selecting previously unselected package libglu1-mesa:amd64.
Unpacking libglu1-mesa:amd64 (from .../libglu1-mesa_8.0.5-4+b1_amd64.deb) ...
Selecting previously unselected package liblcms1:amd64.
Unpacking liblcms1:amd64 (from .../liblcms1_1.19.dfsg-1.2_amd64.deb) ...
Selecting previously unselected package libmng1:amd64.
Unpacking libmng1:amd64 (from .../libmng1_1.0.10-3_amd64.deb) ...
Selecting previously unselected package libpng12-0:amd64.
Unpacking libpng12-0:amd64 (from .../libpng12-0_1.2.49-4_amd64.deb) ...
Selecting previously unselected package libqtcore4:amd64.
Unpacking libqtcore4:amd64 (from .../libqtcore4_4%3a4.8.2+dfsg-11_amd64.deb) ...
Selecting previously unselected package fontconfig.
Unpacking fontconfig (from .../fontconfig_2.9.0-7.1_amd64.deb) ...
Selecting previously unselected package libjbig0:amd64.
Unpacking libjbig0:amd64 (from .../libjbig0_2.0-2_amd64.deb) ...
Selecting previously unselected package libtiff4:amd64.
Unpacking libtiff4:amd64 (from .../libtiff4_3.9.6-11_amd64.deb) ...
Selecting previously unselected package libqtgui4:amd64.
Unpacking libqtgui4:amd64 (from .../libqtgui4_4%3a4.8.2+dfsg-11_amd64.deb) ...
Selecting previously unselected package libqt4-opengl:amd64.
Unpacking libqt4-opengl:amd64 (from .../libqt4-opengl_4%3a4.8.2+dfsg-11_amd64.deb) ...
Selecting previously unselected package libraw1394-11:amd64.
Unpacking libraw1394-11:amd64 (from .../libraw1394-11_2.1.0-1_amd64.deb) ...
Selecting previously unselected package libswscale2:amd64.
Unpacking libswscale2:amd64 (from .../libswscale2_6%3a0.8.6-1_amd64.deb) ...
Selecting previously unselected package libtiff5:amd64.
Unpacking libtiff5:amd64 (from .../libtiff5_4.0.2-6_amd64.deb) ...
Selecting previously unselected package libusb-1.0-0:amd64.
Unpacking libusb-1.0-0:amd64 (from .../libusb-1.0-0_2%3a1.0.15-1_amd64.deb) ...
Selecting previously unselected package libdc1394-22:amd64.
Unpacking libdc1394-22:amd64 (from .../libdc1394-22_2.2.1-1_amd64.deb) ...
Selecting previously unselected package liburiparser1.
Unpacking liburiparser1 (from .../liburiparser1_0.7.5-1_amd64.deb) ...
Selecting previously unselected package liburiparser-dev.
Unpacking liburiparser-dev (from .../liburiparser-dev_0.7.5-1_amd64.deb) ...
Selecting previously unselected package proj-data.
Unpacking proj-data (from .../proj-data_4.7.0-2_amd64.deb) ...
Selecting previously unselected package libproj0.
Unpacking libproj0 (from .../libproj0_4.7.0-2_amd64.deb) ...
Selecting previously unselected package libgeotiff2.
Unpacking libgeotiff2 (from .../libgeotiff2_1.3.0+dfsg-3_amd64.deb) ...
Selecting previously unselected package libvxl1.17.
Unpacking libvxl1.17 (from .../libvxl1.17_1.17.0-2_amd64.deb) ...
Selecting previously unselected package libvxl1-dev.
Unpacking libvxl1-dev (from .../libvxl1-dev_1.17.0-2_amd64.deb) ...
Selecting previously unselected package libkml0.
Unpacking libkml0 (from .../libkml0_1.3.0~r863-4.1_amd64.deb) ...
Selecting previously unselected package libkml-dev.
Unpacking libkml-dev (from .../libkml-dev_1.3.0~r863-4.1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libkml-dev_1.3.0~r863-4.1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libminizip.so', which is also in package libvxl1-dev 1.17.0-2
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/libkml-dev_1.3.0~r863-4.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
cow-shell unlink .ilist: No such file or directory


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/libminizip.so

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.
&lt;/pre&gt;</description>
    <dc:creator>Ralf Treinen</dc:creator>
    <dc:date>2013-05-17T15:00:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14344">
    <title>totalopenstation_0.3-2_i386.changes ACCEPTED into unstable</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14344</link>
    <description>&lt;pre&gt;

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 May 2013 11:10:05 +0200
Source: totalopenstation
Binary: totalopenstation
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project &amp;lt;pkg-grass-devel&amp;lt; at &amp;gt;lists.alioth.debian.org&amp;gt;
Changed-By: Matteo F. Vescovi &amp;lt;mfv.debian&amp;lt; at &amp;gt;gmail.com&amp;gt;
Description: 
 totalopenstation - download and process data from total station devices
Changes: 
 totalopenstation (0.3-2) unstable; urgency=low
 .
   * Upload to unstable
   * debian/watch: uscan path fixed
Checksums-Sha1: 
 dc5f3dc3cae4db7b8527fae8c98b39437ff35269 1364 totalopenstation_0.3-2.dsc
 17d24d32abdfa1c2f3a8ca5441980e5263bf9d5c 2219 totalopenstation_0.3-2.debian.tar.gz
 18443d8eb9772ce11de1b23f7e741e4443403e3e 52502 totalopenstation_0.3-2_all.deb
Checksums-Sha256: 
 747f8deb824df3f973d3d13b7ee4290daee09ebb15c0774f67cf5db13b0417c0 1364 totalopenstation_0.3-2.dsc
 f7ef3034afb3bcd040d98d1b5f6879e049c857c4a3898f313f3085434707719c 2219 totalopenstation_0.3-2.debian.tar.gz
 cc1825b9bb81cef3911883f88b8bcb97c9c6d23ba9f85143db9087be61c2f01f 52502 totalopenstation_0.3-2_all.deb
Files: 
 6467aaa498a2c84d35b63b47772c0abe 1364 utils extra totalopenstation_0.3-2.dsc
 7719785c5a7391ae1e43bbc7a3465a73 2219 utils extra totalopenstation_0.3-2.debian.tar.gz
 955b8fcd9fadd251bc80f475bc07741d 52502 utils extra totalopenstation_0.3-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlGWLLUACgkQpFNRmenyx0dQvgCgtZGpFEuRJaXhSrsWrOh1uWyC
EGkAnjHTgx3ft01Mh/m2vYBIlNk1lP+I
=helO
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-17T13:18:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14343">
    <title>Processing of totalopenstation_0.3-2_i386.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14343</link>
    <description>&lt;pre&gt;totalopenstation_0.3-2_i386.changes uploaded successfully to localhost
along with the files:
  totalopenstation_0.3-2.dsc
  totalopenstation_0.3-2.debian.tar.gz
  totalopenstation_0.3-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-17T13:17:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14342">
    <title>Bug#708638: [netcdf] add a version netCDF with parallel I/O</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14342</link>
    <description>&lt;pre&gt;Package: netcdf
Severity: wishlist

It will be great to a version of netcdf with parallel I/O
support (built with hdf5-mpi-dev).
 

--- System information. ---
Architecture: amd64
Kernel:       Linux 3.2.0-4-amd64

Debian Release: jessie/sid
  500 testing-proposed-updates ftp.fr.debian.org 
  500 testing         security.debian.org 
  500 testing         http.us.debian.org 
  500 testing         ftp.fr.debian.org 
  500 testing         euler.lcmi.local 
  500 stable          dl.google.com 
  500 jessie          neuro.debian.net 
  500 data            neuro.debian.net 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.

&lt;/pre&gt;</description>
    <dc:creator>trophime</dc:creator>
    <dc:date>2013-05-17T12:47:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14341">
    <title>totalopenstation_0.3-2_i386.changes REJECTED</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14341</link>
    <description>&lt;pre&gt;

totalopenstation_0.3-2.dsc refers to non-existing file: totalopenstation_0.3.orig.tar.gz
Perhaps you need to include it in your upload?

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-17T12:33:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14340">
    <title>Processing of totalopenstation_0.3-2_i386.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14340</link>
    <description>&lt;pre&gt;totalopenstation_0.3-2_i386.changes uploaded successfully to localhost
along with the files:
  totalopenstation_0.3-2.dsc
  totalopenstation_0.3-2.debian.tar.gz
  totalopenstation_0.3-2_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-17T12:21:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14338">
    <title>Bug#708455: marked as done (libhdf5-7: enable multi-arch forlibrary packages such as libhdf5-7)</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14338</link>
    <description>&lt;pre&gt;Your message dated Wed, 15 May 2013 22:03:48 +0000
with message-id &amp;lt;E1UcjnY-00080X-1h&amp;lt; at &amp;gt;franck.debian.org&amp;gt;
and subject line Bug#708455: fixed in hdf5 1.8.10-patch1-1
has caused the Debian Bug report #708455,
regarding libhdf5-7: enable multi-arch for library packages such as libhdf5-7
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 owner&amp;lt; at &amp;gt;bugs.debian.org
immediately.)


&lt;/pre&gt;</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2013-05-15T22:06:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14337">
    <title>hdf5_1.8.10-patch1-1_amd64.changes ACCEPTED into unstable</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14337</link>
    <description>&lt;pre&gt;

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 May 2013 22:57:42 +0200
Source: hdf5
Binary: libhdf5-7 libhdf5-7-dbg libhdf5-dev libhdf5-serial-dev libhdf5-openmpi-7 libhdf5-openmpi-dev libhdf5-openmpi-7-dbg libhdf5-mpich2-7 libhdf5-mpich2-dev libhdf5-mpich2-7-dbg libhdf5-mpi-dev libhdf5-doc hdf5-helpers hdf5-tools
Architecture: source all amd64
Version: 1.8.10-patch1-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project &amp;lt;pkg-grass-devel&amp;lt; at &amp;gt;lists.alioth.debian.org&amp;gt;
Changed-By: Sylvestre Ledru &amp;lt;sylvestre&amp;lt; at &amp;gt;debian.org&amp;gt;
Description: 
 hdf5-helpers - Hierarchical Data Format 5 (HDF5) - Helper tools
 hdf5-tools - Hierarchical Data Format 5 (HDF5) - Runtime tools
 libhdf5-7  - Hierarchical Data Format 5 (HDF5) - runtime files - serial versio
 libhdf5-7-dbg - Hierarchical Data Format 5 (HDF5) - Debug package
 libhdf5-dev - Hierarchical Data Format 5 (HDF5) - development files - serial ve
 libhdf5-doc - Hierarchical Data Format 5 (HDF5) - Documentation
 libhdf5-mpi-dev - Hierarchical Data Format 5 (HDF5) - development files - MPICH2 ve
 libhdf5-mpich2-7 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2 versio
 libhdf5-mpich2-7-dbg - Hierarchical Data Format 5 (HDF5) - Mpich2 Debug package
 libhdf5-mpich2-dev - Hierarchical Data Format 5 (HDF5) - development files - MPICH2 ve
 libhdf5-openmpi-7 - Hierarchical Data Format 5 (HDF5) - runtime files - OpenMPI versi
 libhdf5-openmpi-7-dbg - Hierarchical Data Format 5 (HDF5) - OpenMPI Debug package
 libhdf5-openmpi-dev - Hierarchical Data Format 5 (HDF5) - development files - OpenMPI v
 libhdf5-serial-dev - Hierarchical Data Format 5 (HDF5) - development files - transitio
Closes: 708455
Changes: 
 hdf5 (1.8.10-patch1-1) unstable; urgency=low
 .
   [ Helmut Grohne ]
   * Enable Multi-Arch:
     + Bump debhelper dependency to 8.1.3.
     + Add Multi-Arch:same markers and ${misc:Pre-Depends} to libraries.
     + Override --libdir for configure.
     + Updated .install files accordingly.
   (Closes: #708455)
 .
   [ Sylvestre Ledru ]
   * Upload to unstable
   * Standards-Version updated to 3.9.4
Checksums-Sha1: 
 37aa49a102b072178904d35ecb6e0beafe680f9a 2311 hdf5_1.8.10-patch1-1.dsc
 251d42d096c21bf6339b2ef854f22af2d893636b 101383 hdf5_1.8.10-patch1-1.debian.tar.gz
 50e1ac3941b8adebebd73a57e6bf14d26dde86a2 85904 libhdf5-doc_1.8.10-patch1-1_all.deb
 f7d97d5bf61d0b4c83c63bc0340f2c3b371cb008 1491304 libhdf5-7_1.8.10-patch1-1_amd64.deb
 61c4413fbc372402ccfc9e3d1e1d8e6c8436ceb4 3411308 libhdf5-7-dbg_1.8.10-patch1-1_amd64.deb
 c039af9d069204464f45dc5b117fb3c69fecb559 7970842 libhdf5-dev_1.8.10-patch1-1_amd64.deb
 8a28c83ca0ddb82ebb1256e5f996777a082b664a 22800 libhdf5-serial-dev_1.8.10-patch1-1_amd64.deb
 b6c07b3ed0a6394520d7eb8da7c1f683c2023152 1410976 libhdf5-openmpi-7_1.8.10-patch1-1_amd64.deb
 8ad6187a874a634b39ded9af3b23e48b439176e2 7135620 libhdf5-openmpi-dev_1.8.10-patch1-1_amd64.deb
 45f4fd6bcb4212442bac9a0a5e1b3ad5172feb9a 2986052 libhdf5-openmpi-7-dbg_1.8.10-patch1-1_amd64.deb
 d8945e859db84ae6dbaccbf2cf5cdf9077e5866c 1411762 libhdf5-mpich2-7_1.8.10-patch1-1_amd64.deb
 51e918630fce1c792441030f74d065cc336cecc4 7277368 libhdf5-mpich2-dev_1.8.10-patch1-1_amd64.deb
 2de170b9e654e9f78b3183de87ad7a40c43e96c2 3102762 libhdf5-mpich2-7-dbg_1.8.10-patch1-1_amd64.deb
 d03a729c568d3f90b814228b10a064e0cecc104b 22824 libhdf5-mpi-dev_1.8.10-patch1-1_amd64.deb
 c3ef3c945dc325c960b95b903f5e7a6bc369ab71 31618 hdf5-helpers_1.8.10-patch1-1_amd64.deb
 e1c2c172aa2d33626b6da9bf4eabf918540aebd8 871052 hdf5-tools_1.8.10-patch1-1_amd64.deb
Checksums-Sha256: 
 f9cef74b3160ca95e4625309ba6bf3127b90686d720a2f0b3b5a3e3bf6cf8eef 2311 hdf5_1.8.10-patch1-1.dsc
 c55f7198836346ed82b8cee4aa500e66e51bf2842a3bf105cdb9621f8fc33856 101383 hdf5_1.8.10-patch1-1.debian.tar.gz
 432cd28ec9e1ef6f704f7559e18aff41ed53f86f3ee7b96d9dbd188c723cac3a 85904 libhdf5-doc_1.8.10-patch1-1_all.deb
 bb979505de34a9796b591a709dc9a4e9e9b5a35fab7b40251745b8901e94af92 1491304 libhdf5-7_1.8.10-patch1-1_amd64.deb
 0d015541b46b4fb8b39865067ea85fb48e724e2d124bd122523156049f78e67d 3411308 libhdf5-7-dbg_1.8.10-patch1-1_amd64.deb
 bfe3523fd7319a004eb6f131b2de5a16f098ad89dbd05fc126621304143068e7 7970842 libhdf5-dev_1.8.10-patch1-1_amd64.deb
 052eaff02c469f49915bde9bd8cc637bf1e4a3702facb19b48f13018d0dc9b54 22800 libhdf5-serial-dev_1.8.10-patch1-1_amd64.deb
 d784b723a3b89b59169bbc4564f6d18335e87e8bcdcca498c526b1ce2ca8dc28 1410976 libhdf5-openmpi-7_1.8.10-patch1-1_amd64.deb
 3e44b5fe6709535c40179917b9fca3dc9651fc15626de9e7798c255fce388ef0 7135620 libhdf5-openmpi-dev_1.8.10-patch1-1_amd64.deb
 9720f526e9c0fde77f6c07c6042e891300e33eccf12dbb49116595ec4b643f32 2986052 libhdf5-openmpi-7-dbg_1.8.10-patch1-1_amd64.deb
 82290afd8ca028bcda8aa05f75e2cc81f18a724d996e66548f88215a99485eeb 1411762 libhdf5-mpich2-7_1.8.10-patch1-1_amd64.deb
 d23f4f38bbd1aa8be9b8a11201ede0cb238ff370fa8b7b56c6f529ccae4436ad 7277368 libhdf5-mpich2-dev_1.8.10-patch1-1_amd64.deb
 aee4308833960bef1206b8e39027aa89dc5e4c58a2031a82f7130676e2100c97 3102762 libhdf5-mpich2-7-dbg_1.8.10-patch1-1_amd64.deb
 66efc4b38a735b065d715dea0c435bc513d28a5f34c224e13270d9f372f25f2a 22824 libhdf5-mpi-dev_1.8.10-patch1-1_amd64.deb
 76021b05d23dc30e2abec9a5e1b353085de8cec5efd1faa8ecac7694b3c708b2 31618 hdf5-helpers_1.8.10-patch1-1_amd64.deb
 601bb7efdd8e3c8ebb92214340be0070e1413ffa4c5c7d5886bc6370b5bc78f8 871052 hdf5-tools_1.8.10-patch1-1_amd64.deb
Files: 
 41b2f6873f669f229663366ef2a90fc7 2311 science optional hdf5_1.8.10-patch1-1.dsc
 fcb958d4541807c8498fac2d76e5a1cd 101383 science optional hdf5_1.8.10-patch1-1.debian.tar.gz
 a191db042ea6d1cb3faf8e29aa302ebf 85904 doc optional libhdf5-doc_1.8.10-patch1-1_all.deb
 a1c4ff3286558fe89dab1c5100f39ab5 1491304 libs optional libhdf5-7_1.8.10-patch1-1_amd64.deb
 5ac49f11ecd20803da4603a571e5c06a 3411308 debug extra libhdf5-7-dbg_1.8.10-patch1-1_amd64.deb
 d9d5983fe02b169472d4a57e9a03a2e4 7970842 libdevel optional libhdf5-dev_1.8.10-patch1-1_amd64.deb
 3aec6d8d3996de5fac2f7cdd5c58eec4 22800 libdevel optional libhdf5-serial-dev_1.8.10-patch1-1_amd64.deb
 18052519118e3e5a0bb69fc0e4fead2f 1410976 libs extra libhdf5-openmpi-7_1.8.10-patch1-1_amd64.deb
 964cb675e6cec466a93f449a59231f09 7135620 libdevel extra libhdf5-openmpi-dev_1.8.10-patch1-1_amd64.deb
 f42ed4e6d7c526b71841c6fe0ff7253e 2986052 debug extra libhdf5-openmpi-7-dbg_1.8.10-patch1-1_amd64.deb
 40f758519c7a29b4ba658fac240fe7ad 1411762 libs extra libhdf5-mpich2-7_1.8.10-patch1-1_amd64.deb
 47321f526bd28b22ddf67c9d3a21b0ea 7277368 libdevel extra libhdf5-mpich2-dev_1.8.10-patch1-1_amd64.deb
 4968ff7b455b72df218bfd5305fde019 3102762 debug extra libhdf5-mpich2-7-dbg_1.8.10-patch1-1_amd64.deb
 8acaf91c61dc3432279b952ab3f8d2b3 22824 libdevel extra libhdf5-mpi-dev_1.8.10-patch1-1_amd64.deb
 ad884c09a6280595793d9efe5b2b2890 31618 science optional hdf5-helpers_1.8.10-patch1-1_amd64.deb
 c4b91ee30b94fd5014658aea15297953 871052 science optional hdf5-tools_1.8.10-patch1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlGUA64ACgkQiOXXM92JlhC0WwCfdF5tudJKbyWSEj55ciF1aWoL
yuYAoIkYVdig7mv3shRE+p7ozfpZh4fh
=bVKS
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-15T22:03:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14336">
    <title>Processing of hdf5_1.8.10-patch1-1_amd64.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14336</link>
    <description>&lt;pre&gt;hdf5_1.8.10-patch1-1_amd64.changes uploaded successfully to localhost
along with the files:
  hdf5_1.8.10-patch1-1.dsc
  hdf5_1.8.10-patch1-1.debian.tar.gz
  libhdf5-doc_1.8.10-patch1-1_all.deb
  libhdf5-7_1.8.10-patch1-1_amd64.deb
  libhdf5-7-dbg_1.8.10-patch1-1_amd64.deb
  libhdf5-dev_1.8.10-patch1-1_amd64.deb
  libhdf5-serial-dev_1.8.10-patch1-1_amd64.deb
  libhdf5-openmpi-7_1.8.10-patch1-1_amd64.deb
  libhdf5-openmpi-dev_1.8.10-patch1-1_amd64.deb
  libhdf5-openmpi-7-dbg_1.8.10-patch1-1_amd64.deb
  libhdf5-mpich2-7_1.8.10-patch1-1_amd64.deb
  libhdf5-mpich2-dev_1.8.10-patch1-1_amd64.deb
  libhdf5-mpich2-7-dbg_1.8.10-patch1-1_amd64.deb
  libhdf5-mpi-dev_1.8.10-patch1-1_amd64.deb
  hdf5-helpers_1.8.10-patch1-1_amd64.deb
  hdf5-tools_1.8.10-patch1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-15T21:56:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14335">
    <title>Processed: Re: Bug#708448: eiskaltdcpp: FTBFS: xtime.hpp:23:5:error: expected identifier before numeric constant</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14335</link>
    <description>&lt;pre&gt;Processing control commands:

Bug #708448 [src:eiskaltdcpp] eiskaltdcpp: FTBFS: xtime.hpp:23:5: error: expected identifier before numeric constant
Bug reassigned from package 'src:eiskaltdcpp' to 'libboost1.49-dev'.
No longer marked as found in versions eiskaltdcpp/2.2.6-4.
Ignoring request to alter fixed versions of bug #708448 to the same values previously set
Bug #695826 {Done: smr&amp;lt; at &amp;gt;debian.org (Steve M. Robbins)} [libboost1.49-dev] libboost1.49-dev: unable to compile applicatios using boost_thread
Bug #695826 {Done: smr&amp;lt; at &amp;gt;debian.org (Steve M. Robbins)} [libboost1.49-dev] libboost1.49-dev: unable to compile applicatios using boost_thread
Added tag(s) sid and jessie.
Bug #708448 [libboost1.49-dev] eiskaltdcpp: FTBFS: xtime.hpp:23:5: error: expected identifier before numeric constant
Severity set to 'important' from 'serious'
701310 was blocked by: 695826
701310 was not blocking any bugs.
Added blocking bug(s) of 701310: 708448
701374 was blocked by: 695826
701374 was not blocking any bugs.
Added blocking bug(s) of 701374: 708448
701318 was blocked by: 695826
701318 was not blocking any bugs.
Added blocking bug(s) of 701318: 708448
708448 was not blocked by any bugs.
708448 was blocking: 701310 701318 701374
Added blocking bug(s) of 708448: 704032
Marked Bug as done
Added indication that 708448 affects libmapnik2-2.0
Marked as fixed in versions boost1.49/1.49.0-4.
Marked as found in versions boost1.49/1.49.0-3.1.
Added tag(s) wontfix.
Merged 695826 708448

&lt;/pre&gt;</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2013-05-15T20:18:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14334">
    <title>Bug#708455: libhdf5-7: enable multi-arch for library packages such aslibhdf5-7</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14334</link>
    <description>&lt;pre&gt;Package: libhdf5-7
Version: 1.8.10-patch1-1~exp3
Severity: normal
Tags: patch

Dear maintainer,

In my counting libhdf5-7 has 39 reverse dependencies that would profit
from it being multi-arch capable. So please do that. Your package made
it very easy to come up with a patch. Thanks!

You can find the general multiarch conversion documentation at:
http://wiki.debian.org/Multiarch/Implementation

If you need help or have any questions, don't hesitate to ask.

Helmut
diff -Nru hdf5-1.8.10-patch1/debian/changelog hdf5-1.8.10-patch1/debian/changelog
--- hdf5-1.8.10-patch1/debian/changelog2013-04-11 17:51:25.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/changelog2013-05-15 16:44:01.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,3 +1,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+hdf5 (1.8.10-patch1-1~exp3.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Enable Multi-Arch:
+    + Bump debhelper dependency to 8.1.3.
+    + Add Multi-Arch:same markers and ${misc:Pre-Depends} to libraries.
+    + Override --libdir for configure.
+    + Updated .install files accordingly.
+
+ -- Helmut Grohne &amp;lt;helmut&amp;lt; at &amp;gt;subdivi.de&amp;gt;  Wed, 15 May 2013 16:36:44 +0200
+
 hdf5 (1.8.10-patch1-1~exp3) experimental; urgency=low
 
   * Fix the FTBFS on powerpc, powerpcspe, and ppc64
diff -Nru hdf5-1.8.10-patch1/debian/control hdf5-1.8.10-patch1/debian/control
--- hdf5-1.8.10-patch1/debian/control2013-04-11 17:52:38.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/control2013-05-15 19:02:12.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,7 +5,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Uploaders: Francesco Paolo Lovergine &amp;lt;frankie&amp;lt; at &amp;gt;debian.org&amp;gt;,
  Sylvestre Ledru &amp;lt;sylvestre&amp;lt; at &amp;gt;debian.org&amp;gt;
 Build-Depends: dpkg-dev (&amp;gt;= 1.16.1~), libmpich2-dev, zlib1g-dev,
- libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (&amp;gt;&amp;gt; 7), sed (&amp;gt;=4.1.5), 
+ libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (&amp;gt;= 8.1.3), sed (&amp;gt;=4.1.5), 
  gfortran, libibverbs-dev [!arm !hppa !mips !mipsel !s390 !s390x !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
  sharutils, mpi-default-dev
 Standards-Version: 3.9.3
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -17,11 +17,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-7, libhdf5-1.8,
  libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, libhdf5-serial-1.8.6,
  libhdf5-1.8.7, libhdf5-serial-1.8.7
 Provides: libhdf5-7, libhdf5-1.8
 Replaces: libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, libhdf5-serial-1.8.6, libhdf5-1.8.7, libhdf5-serial-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - serial version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,12 +80,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Priority: extra
 Architecture: alpha armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-7, libhdf5-1.8,
  libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
  libhdf5-1.8.7, libhdf5-openmpi-1.8.7
 Provides: libhdf5-7, libhdf5-1.8
 Replaces: libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
  libhdf5-1.8.7, libhdf5-openmpi-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - OpenMPI version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -128,12 +132,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-7, libhdf5-1.8, 
  libhdf5-1.8.4,  libhdf5-mpich2-1.8.4, libhdf5-1.8.6,  libhdf5-mpich2-1.8.6,
  libhdf5-1.8.7, libhdf5-mpich2-1.8.7
 Provides: libhdf5-7, libhdf5-1.8
 Replaces: libhdf5-1.8.4, libhdf5-mpich2-1.8.4, libhdf5-1.8.6, libhdf5-mpich2-1.8.6,
  libhdf5-1.8.7, libhdf5-mpich2-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2 version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
diff -Nru hdf5-1.8.10-patch1/debian/control.in hdf5-1.8.10-patch1/debian/control.in
--- hdf5-1.8.10-patch1/debian/control.in2013-04-11 17:51:25.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/control.in2013-05-15 19:02:04.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,7 +5,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Uploaders: Francesco Paolo Lovergine &amp;lt;frankie&amp;lt; at &amp;gt;debian.org&amp;gt;,
  Sylvestre Ledru &amp;lt;sylvestre&amp;lt; at &amp;gt;debian.org&amp;gt;
 Build-Depends: dpkg-dev (&amp;gt;= 1.16.1~), libmpich2-dev, zlib1g-dev,
- libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (&amp;gt;&amp;gt; 7), sed (&amp;gt;=4.1.5), 
+ libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, debhelper (&amp;gt;= 8.1.3), sed (&amp;gt;=4.1.5), 
  gfortran, libibverbs-dev [!arm !hppa !mips !mipsel !s390 !s390x !kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
  sharutils, mpi-default-dev
 Standards-Version: 3.9.3
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -17,11 +17,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;,
  libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, libhdf5-serial-1.8.6,
  libhdf5-1.8.7, libhdf5-serial-1.8.7
 Provides: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;
 Replaces: libhdf5-1.8.4, libhdf5-serial-1.8.4, libhdf5-1.8.6, libhdf5-serial-1.8.6, libhdf5-1.8.7, libhdf5-serial-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - serial version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -78,12 +80,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Priority: extra
 Architecture: &amp;lt; at &amp;gt;ARCHS&amp;lt; at &amp;gt;
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;,
  libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
  libhdf5-1.8.7, libhdf5-openmpi-1.8.7
 Provides: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;
 Replaces: libhdf5-1.8.4, libhdf5-openmpi-1.8.4, libhdf5-1.8.6, libhdf5-openmpi-1.8.6,
  libhdf5-1.8.7, libhdf5-openmpi-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - OpenMPI version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -128,12 +132,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;, 
  libhdf5-1.8.4,  libhdf5-mpich2-1.8.4, libhdf5-1.8.6,  libhdf5-mpich2-1.8.6,
  libhdf5-1.8.7, libhdf5-mpich2-1.8.7
 Provides: libhdf5-&amp;lt; at &amp;gt;SONAME&amp;lt; at &amp;gt;, libhdf5-&amp;lt; at &amp;gt;MAJOR_VERSION&amp;lt; at &amp;gt;
 Replaces: libhdf5-1.8.4, libhdf5-mpich2-1.8.4, libhdf5-1.8.6, libhdf5-mpich2-1.8.6,
  libhdf5-1.8.7, libhdf5-mpich2-1.8.7
+Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2 version
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
diff -Nru hdf5-1.8.10-patch1/debian/install_devlib hdf5-1.8.10-patch1/debian/install_devlib
--- hdf5-1.8.10-patch1/debian/install_devlib2013-04-11 17:51:25.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/install_devlib2013-05-15 16:43:19.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 usr/include
-usr/lib/libhdf5*.so
-usr/lib/libhdf5*.settings
-usr/lib/libhdf5*.a
+usr/lib/*/libhdf5*.so
+usr/lib/*/libhdf5*.settings
+usr/lib/*/libhdf5*.a
diff -Nru hdf5-1.8.10-patch1/debian/install_shlib hdf5-1.8.10-patch1/debian/install_shlib
--- hdf5-1.8.10-patch1/debian/install_shlib2013-04-11 17:51:25.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/install_shlib2013-05-15 16:43:24.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1 +1 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-usr/lib/libhdf5*.so.*
+usr/lib/*/libhdf5*.so.*
diff -Nru hdf5-1.8.10-patch1/debian/rules hdf5-1.8.10-patch1/debian/rules
--- hdf5-1.8.10-patch1/debian/rules2013-04-11 17:51:25.000000000 +0200
+++ hdf5-1.8.10-patch1/debian/rules2013-05-15 16:42:14.000000000 +0200
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,6 +24,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) 
 
 DEFAULT_MPI=$(shell dpkg -s mpi-default-dev | grep Depends | sed "s/Depends: lib//" | sed "s/Depends: //" | sed "s/-dev//")
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -90,6 +91,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 CONFIGURE_FLAGS = --prefix=/usr --host=$(DEB_HOST_GNU_TYPE) \
   --build=$(DEB_BUILD_GNU_TYPE) \
   --mandir=\$${prefix}/share/man \
+  --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
   --with-pthread --enable-linux-lfs --enable-unsupported \
   --enable-shared --enable-production=$(USE_PROD) \
   --disable-sharedlib-rpath --with-zlib --with-default-api-version=v18
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel&lt;/pre&gt;</description>
    <dc:creator>Helmut Grohne</dc:creator>
    <dc:date>2013-05-15T20:07:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14333">
    <title>Bug#639503: marked as done (gpsprune: please add "nautical mile(nm)" to unit selector)</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14333</link>
    <description>&lt;pre&gt;Your message dated Wed, 15 May 2013 09:19:34 +0000
with message-id &amp;lt;E1UcXry-0005Sy-Lu&amp;lt; at &amp;gt;franck.debian.org&amp;gt;
and subject line Bug#639503: fixed in gpsprune 15-1
has caused the Debian Bug report #639503,
regarding gpsprune: please add "nautical mile (nm)" to unit selector
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 owner&amp;lt; at &amp;gt;bugs.debian.org
immediately.)


&lt;/pre&gt;</description>
    <dc:creator>Debian Bug Tracking System</dc:creator>
    <dc:date>2013-05-15T09:21:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14332">
    <title>gpsprune_15-1_i386.changes ACCEPTED into unstable</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14332</link>
    <description>&lt;pre&gt;

Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 May 2013 10:26:51 +0200
Source: gpsprune
Binary: gpsprune
Architecture: source all
Version: 15-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project &amp;lt;pkg-grass-devel&amp;lt; at &amp;gt;lists.alioth.debian.org&amp;gt;
Changed-By: Mònica Ramírez Arceda &amp;lt;monica&amp;lt; at &amp;gt;debian.org&amp;gt;
Description: 
 gpsprune   - visualize, edit, convert and prune GPS data
Closes: 639503
Changes: 
 gpsprune (15-1) unstable; urgency=low
 .
   * New upstream version
     - "nautical mile" is added to unit selector (Closes: #639503)
   * debian/control:
     - Add myself as an uploader
     - Standards-Version bump to 3.9.4, no changes needed
   * debian/copyright:
     - Add required Copyright field to tim/prune/function/srtm/gen/ files
     - Update years
   * debian/scripts/gpsprune:
     - Fix sed commands, when there is no host/port, proxyhost/proxyport
       variables must be empty.
       Thanks to Simó Albert i Beltran &amp;lt;sim6&amp;lt; at &amp;gt;probeta.net&amp;gt; and to
       &amp;lt;debian&amp;lt; at &amp;gt;activityworkshop.net&amp;gt; for the patch!
Checksums-Sha1: 
 91cb6c00c10e4091d4c0daa73d2a3d70561745c5 2123 gpsprune_15-1.dsc
 d000d6c5830bdc245435b50168b70d5bac3bcaac 419391 gpsprune_15.orig.tar.bz2
 5a45928d70e1e29f4c126f0317ffc24d4c530a85 6204 gpsprune_15-1.debian.tar.gz
 ec92111c5c94e245deafa44719d455f05ebf1543 909764 gpsprune_15-1_all.deb
Checksums-Sha256: 
 815313ac146f6fa2c97dec618299eb2ea0c1749d358c957e0f84b88191421900 2123 gpsprune_15-1.dsc
 365d3304cc79877535f06f1e8aee01dec8af76d7a550df4e12b30f56c5a30c0b 419391 gpsprune_15.orig.tar.bz2
 66905acc7bf825eb0d39086117addb5d363bc3ef70ad1744be1663ed57d666d6 6204 gpsprune_15-1.debian.tar.gz
 83c4ff66371684bad692a8e4c5203861cc16f6488be01abfc2672a9919e5f4c9 909764 gpsprune_15-1_all.deb
Files: 
 1f571bb63f3e72d9a09219c1a5996738 2123 utils optional gpsprune_15-1.dsc
 bbb00ba3d910eb2a4648c03ae06ec974 419391 utils optional gpsprune_15.orig.tar.bz2
 7e4122f0966e438078d79ae020606d35 6204 utils optional gpsprune_15-1.debian.tar.gz
 7e82556a4b34e3b016e9326294caa730 909764 utils optional gpsprune_15-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBAgAGBQJRk0kEAAoJEB7+sYAaScDSMPgP/0f5Hl3sIagLOSfvJs9w0gvl
T5+CMOD+uZO0VAq6bTLSi63Lszfs9cE8x/ZFZJrOvuObndSUc6VQOcWPgH/HtmUT
D3jeoFk4uotbTX86XZaMnyNUkWXke02bobQ/WV+egkgDbYyBsZTle7EN/mhzzTpS
/lLbtHW4hIIUoWMRxVQPFobTJja1C5RvMvQbbPcocHIN4hq+A/HGvBPsGz/5ELWQ
+/heJtVfvPWh37qGCcQayeJGmOoLf3nTaPLZZelDYJYkQWzOPgKWTVaHkvlY77oh
ysvBcLeB+f2wpE8nIQamPyre3PwGWGdRedb/LH1kzdy4ok+Yt5N5fdsn9eSm8R4R
Rqyrs1byQei6QfeziswEuNwASCUEmNhf3C4i3OLf8NhssBy2yt8LeaHiwoGUSs7N
SNCLpT1GDFOI+XJaJ5p9gQ8SBZOrLS9bOZT4cfS2433o49iwOQp5OY/CbkNEBj4E
WRze/11Z1Mo486aaFkwmk/EDE2wUpZrnbZ7ZIkl8jCAgjp7eFvlQfNhfpIbNOIxk
j5s6+MvVrdPwDNY/yrXow4BYTQtTfnQ5Sts/mc3DD8qpCVwba2bI2qIOyJDTVsfD
P6DYczk6vj4Spe1AIj+yhQAyMZMroBlTX2uR13ao9cPdueb6PEQIaR29l7BugW0l
qpdN0QkKlojUUHp0W3cw
=RXo5
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-15T09:19:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14331">
    <title>Processing of gpsprune_15-1_i386.changes</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14331</link>
    <description>&lt;pre&gt;gpsprune_15-1_i386.changes uploaded successfully to localhost
along with the files:
  gpsprune_15-1.dsc
  gpsprune_15.orig.tar.bz2
  gpsprune_15-1.debian.tar.gz
  gpsprune_15-1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)
&lt;/pre&gt;</description>
    <dc:creator>Debian FTP Masters</dc:creator>
    <dc:date>2013-05-15T08:43:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14330">
    <title>[SCM] gpsprune annotated tag, debian/15-1, created. debian/15-1</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14330</link>
    <description>&lt;pre&gt;The annotated tag, debian/15-1 has been created
        at  e983161ec8f13ede876d06eb933b17f8a0d1308c (tag)
   tagging  06718d14653b5de98ac4763af38b5bff46fd5570 (commit)
  replaces  debian/13.4-1
 tagged by  Mònica Ramírez Arceda
        on  Wed May 15 10:33:13 2013 +0200

- Shortlog ------------------------------------------------------------
gpsprune Debian release 15-1

Mònica Ramírez Arceda (10):
      Imported Upstream version 15
      Merge tag 'upstream/15'
      New upstream version
      Add myself as an uploader
      Add required Copyright field to tim/prune/function/srtm/gen/ files
      Update years in debian/copyright
      Close #639503 since "nautical mile" is added to unit selector
      Standards-Version bump to 3.9.4, no changes needed
      Fix sed commands in debian/scripts/gpsprune
      Releasing to sid

-----------------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Mònica Ramírez Arce?UTF-8?Q?da</dc:creator>
    <dc:date>2013-05-15T08:43:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14329">
    <title>[SCM] gpsprune branch, master, updated. debian/13.4-1-10-g06718d1</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14329</link>
    <description>&lt;pre&gt;The following commit has been merged in the master branch:
commit 06718d14653b5de98ac4763af38b5bff46fd5570
Author: Mònica Ramírez Arceda &amp;lt;monica&amp;lt; at &amp;gt;debian.org&amp;gt;
Date:   Wed May 15 10:27:20 2013 +0200

    Releasing to sid

diff --git a/debian/changelog b/debian/changelog
index def2d67..8d33df0 100644
--- a/debian/changelog
+++ b/debian/changelog
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,4 +1,4 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
-gpsprune (15-1) UNRELEASED; urgency=low
+gpsprune (15-1) unstable; urgency=low
 
   * New upstream version
     - "nautical mile" is added to unit selector (Closes: #639503)
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -14,7 +14,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; gpsprune (15-1) UNRELEASED; urgency=low
       Thanks to Simó Albert i Beltran &amp;lt;sim6&amp;lt; at &amp;gt;probeta.net&amp;gt; and to
       &amp;lt;debian&amp;lt; at &amp;gt;activityworkshop.net&amp;gt; for the patch!
 
- -- Mònica Ramírez Arceda &amp;lt;monica&amp;lt; at &amp;gt;debian.org&amp;gt;  Sat, 13 Apr 2013 23:55:39 +0200
+ -- Mònica Ramírez Arceda &amp;lt;monica&amp;lt; at &amp;gt;debian.org&amp;gt;  Wed, 15 May 2013 10:26:51 +0200
 
 gpsprune (13.4-1) unstable; urgency=low
 

&lt;/pre&gt;</description>
    <dc:creator>Mònica Ramírez Arce?UTF-8?Q?da</dc:creator>
    <dc:date>2013-05-15T08:42:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14328">
    <title>[SCM] gpsprune annotated tag, upstream/15, created. upstream/15</title>
    <link>http://permalink.gmane.org/gmane.comp.gis.grass.pkg.devel/14328</link>
    <description>&lt;pre&gt;The annotated tag, upstream/15 has been created
        at  45d440476a6233da017c5fae53b8b309fa3f2bd1 (tag)
   tagging  ab2b0c1655056a5eeeeab59b2ee394f12cafe91e (commit)
  replaces  upstream/13.4
 tagged by  Mònica Ramírez Arceda
        on  Sat Apr 13 23:53:04 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 15

Mònica Ramírez Arceda (1):
      Imported Upstream version 15

-----------------------------------------------------------------------

&lt;/pre&gt;</description>
    <dc:creator>Mònica Ramírez Arce?UTF-8?Q?da</dc:creator>
    <dc:date>2013-05-15T08:18:25</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gis.grass.pkg.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gis.grass.pkg.devel</link>
  </textinput>
</rdf:RDF>
