[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 29c7c0769d92d61e9b39310b71ccecfd98e0bee8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Mar 19 17:21:56 2012 +0100

Moved to split C/C++ libs.

diff --git a/debian/changelog b/debian/changelog
index 0ee5b3d..e5d7dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ liblas (1.7.0-1) unstable; urgency=low
   * Added new build-dep: libboost-dev.
   * Debhelper level set to 9.
   * debian/copyright now is in format 1.0.
+  * Now both a C and a C++ bindings are provided, so
+new binary packages have been introduced, with SONAME
+bumping.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Tue, 13 Mar 2012 23:20:57 
+0100
 
diff --git a/debian/control b/debian/control
index 6115015..5491bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://liblas.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/liblas/trunk
 
-Package: liblas1
+Package: liblas-c2
 Architecture: any
 Section: libs
 Suggests: libgeotiff-epsg
@@ -32,12 +32,30 @@ Description: ASPRS LiDAR data translation library
  target. The prevalent method to determine distance to an object or
  surface is to use laser pulses.
  .
- This package contains the shared library used by applications.
+ This package contains the C shared library used by applications.
+
+Package: liblas2
+Architecture: any
+Section: libs
+Suggests: libgeotiff-epsg
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ASPRS LiDAR data translation library
+ libLAS is a C/C++ library for reading and writing ASPRS LAS versions
+ 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
+ used to store data from sensors and as intermediate processing storage
+ by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
+ is an optical remote sensing technology that measures properties of
+ scattered light to find range and/or other information of a distant
+ target. The prevalent method to determine distance to an object or
+ surface is to use laser pulses.
+ .
+ This package contains the C++ shared library used by applications.
 
 Package: liblas-dev
 Architecture: any
 Section: libdevel
-Depends: liblas1 (= ${binary:Version}), libtiff4-dev, libgeotiff-dev, 
libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: liblas-c2 (= ${binary:Version}), libtiff5-dev, libgeotiff-dev, 
+ libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: ASPRS LiDAR data translation library - development 
  libLAS is a C/C++ library for reading and writing ASPRS LAS versions
  1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
@@ -52,7 +70,7 @@ Description: ASPRS LiDAR data translation library - 
development
 
 Package: liblas-bin
 Architecture: any
-Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libgeotiff-epsg
 Description: ASPRS LiDAR data translation toolset
  libLAS is a C/C++ library for reading and writing ASPRS LAS versions

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit b10046084dad138328482caebce08abf798859c7
Merge: 29c7c0769d92d61e9b39310b71ccecfd98e0bee8 
f6b31a105ee887ceaf8d23f2307fbcef311bcba9
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Nov 26 16:02:43 2013 +0100

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/liblas

Conflicts:
debian/control

diff --combined debian/changelog
index e5d7dbd,453c316..4265e21
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,7 -1,13 +1,13 @@@
- liblas (1.7.0-1) unstable; urgency=low
+ liblas (1.7.0-1) UNRELEASED; urgency=low
  
[ David Paleino ]
* Updated debian/watch to reflect new source location.
+   * Package moved to git, reflect the change in Vcs-* fields.
+   * Moved from CDBS to dh
+   * Added myself to Uploaders
+   * Dropped patches, no more needed
+   * Libraries split: liblas(2) and liblas-c(2), since both a C and a C++
+ version is provided. The same applies for the -dev packages.
  
[ Francesco Paolo Lovergine ]
* New upstream version with SONAME bumping.
@@@ -13,11 -19,8 +19,11 @@@
* Added new build-dep: libboost-dev.
* Debhelper level set to 9.
* debian/copyright now is in format 1.0.
 +  * Now both a C and a C++ bindings are provided, so
 +new binary packages have been introduced, with SONAME
 +bumping.
  
-  -- Francesco Paolo Lovergine fran...@debian.org  Tue, 13 Mar 2012 23:20:57 
+0100
+  -- David Paleino da...@debian.org  Mon, 23 Apr 2012 18:04:37 +0200
  
  liblas (1.2.1-1) unstable; urgency=low
  

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 8691cdeb746f5e989493a54e7669f03d2803c22a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 20 15:21:18 2013 +0100

Minor changes

diff --git a/debian/changelog b/debian/changelog
index cc29713..a2f8320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+liblas (1.7.0-2) UNRELEASED; urgency=medium
+
+  * Changed libgdal1-dev b-d in libgdal-dev.
+  * Policy bumped to 3.9.5. 
+  * Revised Vcs* fields in debian/control.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Wed, 11 Dec 2013 17:54:59 
+0100
+
 liblas (1.7.0-1) experimental; urgency=low
 
   [ David Paleino ]
diff --git a/debian/control b/debian/control
index ea15cbd..191f9b1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: liblas
 Section: science
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
  , David Paleino da...@debian.org
@@ -8,15 +8,16 @@ Build-Depends:
  debhelper (= 9)
  , cmake
  , libgeotiff-dev
- , libgdal1-dev (= 1.7.0)
+ , libgdal-dev (= 1.10.0~)
  , libtiff5-dev | libtiff-dev
  , libboost-dev
  , libboost-program-options-dev
  , libboost-thread-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://liblas.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/liblas.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/liblas.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
+
 
 Package: liblas2
 Architecture: any

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit f353de5a5c439a66387cd2fd7bbb1ccf86f4d17f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Nov 26 16:04:19 2013 +0100

Tagging for experimental.

diff --git a/debian/changelog b/debian/changelog
index 4265e21..cc29713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liblas (1.7.0-1) UNRELEASED; urgency=low
+liblas (1.7.0-1) experimental; urgency=low
 
   [ David Paleino ]
   * Updated debian/watch to reflect new source location.
@@ -23,7 +23,7 @@ liblas (1.7.0-1) UNRELEASED; urgency=low
 new binary packages have been introduced, with SONAME
 bumping.
 
- -- David Paleino da...@debian.org  Mon, 23 Apr 2012 18:04:37 +0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Nov 2013 16:03:56 
+0100
 
 liblas (1.2.1-1) unstable; urgency=low
 

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, debian/1.2, updated. debian/1.2.1-1-13-g71af4f5

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the debian/1.2 branch:
commit 71af4f54133c98aacc80091f7d68b51ba4fdae50
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Thu Mar 22 12:45:05 2012 +0100

Fixed FTBS due to new TIFF use.

diff --git a/debian/changelog b/debian/changelog
index 6a03dd8..a15bc26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+liblas (1.2.1-5) unstable; urgency=low
+
+  * Now using TIFF 4.0 instead of TIFF 3.0 API. This is required to build
+with current GeoTIFF.
+(closes: #665020, #665027, #665027)
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Thu, 22 Mar 2012 12:41:37 
+0100
+
 liblas (1.2.1-4) unstable; urgency=low
 
   * Added format-security patch to satisfy hardened building.
diff --git a/debian/control b/debian/control
index 2f91644..de8490b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
 Build-Depends: cdbs (= 0.4.49), debhelper (= 7), autotools-dev, 
- libgeotiff-dev, libgdal1-dev, quilt, libtiff4-dev
+ libgeotiff-dev, libgdal1-dev, quilt, libtiff5-dev
 Standards-Version: 3.8.3
 Homepage: http://liblas.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
@@ -30,7 +30,7 @@ Description: ASPRS LiDAR data translation library
 Package: liblas-dev
 Architecture: any
 Section: libdevel
-Depends: liblas1 (= ${binary:Version}), libtiff4-dev, libgeotiff-dev, 
libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: liblas1 (= ${binary:Version}), libtiff5-dev, libgeotiff-dev, 
libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: ASPRS LiDAR data translation library - development 
  libLAS is a C/C++ library for reading and writing ASPRS LAS versions
  1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 5c9cc358b5f081db34a1f7b8bd542f9fdb553447
Merge: 8691cdeb746f5e989493a54e7669f03d2803c22a 
3f8b88ec3f7ab0234b6e5fb136a7007ec1b2fdce
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Jan 7 11:44:18 2014 +0100

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/liblas

Conflicts:
debian/changelog
debian/control

diff --combined debian/changelog
index a2f8320,ecf6530..dfb44aa
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,23 +1,31 @@@
 +liblas (1.7.0-2) UNRELEASED; urgency=medium
 +
 +  * Changed libgdal1-dev b-d in libgdal-dev.
 +  * Policy bumped to 3.9.5. 
 +  * Revised Vcs* fields in debian/control.
 +
 + -- Francesco Paolo Lovergine fran...@debian.org  Wed, 11 Dec 2013 17:54:59 
+0100
++===
+ liblas (1.7.0+dfsg-2) unstable; urgency=medium
+ 
+   * Fixed missing linking of system boost component.
+ (closes: #733282)
+ 
+  -- Francesco Paolo Lovergine fran...@debian.org  Sun, 05 Jan 2014 17:00:29 
+0100
+ 
+ liblas (1.7.0+dfsg-1) unstable; urgency=medium
+ 
+   * Merged change accepted upstream to substitute the non-free SHA1
+ implementation with a MIT/X11 implementation as provided by 
+ http://tamale.net/sha1
+ (closes: #730754)
+   * Revised debian/copyright to reflect changes and missing licenses.
+ (closes: #730755)
+   * Policy bumped to 3.9.5, no changes required.
+   * Moved to new libgdal-dev b-d.
+   * Moved to canonical Vcs-* fields.
+ 
+  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 27 Dec 2013 18:31:02 
+0100
  
  liblas (1.7.0-1) experimental; urgency=low
  
diff --combined debian/control
index 191f9b1,ad93ad4..edf96c3
--- a/debian/control
+++ b/debian/control
@@@ -1,6 -1,6 +1,6 @@@
  Source: liblas
  Section: science
 -Priority: extra
 +Priority: optional
  Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
  Uploaders: Francesco Paolo Lovergine fran...@debian.org
   , David Paleino da...@debian.org
@@@ -18,7 -18,6 +18,6 @@@ Homepage: http://liblas.org
  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
  Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
  
- 
  Package: liblas2
  Architecture: any
  Section: libs

-- 
ASPRS LiDAR data translation library

___
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 liblas_1.7.0+dfsg-2_i386.changes

2014-01-07 Thread Debian FTP Masters
liblas_1.7.0+dfsg-2_i386.changes uploaded successfully to localhost
along with the files:
  liblas_1.7.0+dfsg-2.dsc
  liblas_1.7.0+dfsg-2.debian.tar.gz
  liblas2_1.7.0+dfsg-2_i386.deb
  liblas-c2_1.7.0+dfsg-2_i386.deb
  liblas-dev_1.7.0+dfsg-2_i386.deb
  liblas-c-dev_1.7.0+dfsg-2_i386.deb
  liblas-bin_1.7.0+dfsg-2_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


liblas_1.7.0+dfsg-2_i386.changes ACCEPTED into unstable

2014-01-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 05 Jan 2014 17:00:29 +0100
Source: liblas
Binary: liblas2 liblas-c2 liblas-dev liblas-c-dev liblas-bin
Architecture: source i386
Version: 1.7.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 liblas-bin - ASPRS LiDAR data translation toolset
 liblas-c-dev - ASPRS LiDAR data translation library - C development files
 liblas-c2  - ASPRS LiDAR data translation library - C version
 liblas-dev - ASPRS LiDAR data translation library - C++ development files
 liblas2- ASPRS LiDAR data translation library - C++ version
Closes: 733282
Changes: 
 liblas (1.7.0+dfsg-2) unstable; urgency=medium
 .
   * Fixed missing linking of system boost component.
 (closes: #733282)
Checksums-Sha1: 
 551f633f0dbf0904f347745869b12f12e374d25f 1638 liblas_1.7.0+dfsg-2.dsc
 5e0bc4ac79165411ffbbd0274c060c08e6668b3d 5463 liblas_1.7.0+dfsg-2.debian.tar.gz
 affb9d8ecbd25ace091412e6bcd3c4853d863046 252500 liblas2_1.7.0+dfsg-2_i386.deb
 cb558a3e1f5e54368aaa4aa6aea70e79a1f46f4c 65772 liblas-c2_1.7.0+dfsg-2_i386.deb
 b40de7e309ee7b637a8a0ef3bbbfb6a3f6c9b8dc 89606 liblas-dev_1.7.0+dfsg-2_i386.deb
 85cc64cdb2022e8a889a022d42b5561e58b9a805 12420 
liblas-c-dev_1.7.0+dfsg-2_i386.deb
 1819cb6268768298bc6c3ee0d05f0da238d3bde4 216600 
liblas-bin_1.7.0+dfsg-2_i386.deb
Checksums-Sha256: 
 41263aebb822604560b04789c408953eb65baf24c0ab12d0bc9bedc60adee77e 1638 
liblas_1.7.0+dfsg-2.dsc
 9f6db2ca5a7236ce5507884e5bc8a746ee2d6b4cbed2c33ff8f453c512470381 5463 
liblas_1.7.0+dfsg-2.debian.tar.gz
 2caffbc69d41f16d6940302711244b3b7ee360d9918684fee2b62ad57742c43d 252500 
liblas2_1.7.0+dfsg-2_i386.deb
 1c7f16a584ef690e33bfe36ccb1d6b3245164ff069fb4c82d694e9ae6a5b26ba 65772 
liblas-c2_1.7.0+dfsg-2_i386.deb
 e574d65876bbd8cc51fb954c82d67204d9d64315a1728979449ce38edbcbc79f 89606 
liblas-dev_1.7.0+dfsg-2_i386.deb
 90eb97e00d020f7ab26246feddf7d7f47ce049ce2645827755dd489270b78dd0 12420 
liblas-c-dev_1.7.0+dfsg-2_i386.deb
 a72d03e6d0280b6dfd183ec2fa56f029de14aeffdf554b6d158dc467b048177e 216600 
liblas-bin_1.7.0+dfsg-2_i386.deb
Files: 
 39d8a7aca9c2a7a1a129796bdcd1c2fa 1638 science optional liblas_1.7.0+dfsg-2.dsc
 0cf4eb216acd308ffb5da320de545036 5463 science optional 
liblas_1.7.0+dfsg-2.debian.tar.gz
 9c2641c7751c699fb1b3146d3c745a0c 252500 libs optional 
liblas2_1.7.0+dfsg-2_i386.deb
 b57378410e5fab412065837cb9f84c02 65772 libs optional 
liblas-c2_1.7.0+dfsg-2_i386.deb
 7391b37d7c57b463a11cf52506d7bcca 89606 libdevel optional 
liblas-dev_1.7.0+dfsg-2_i386.deb
 1544b51eaa4730ecd13c0570835ac987 12420 libdevel optional 
liblas-c-dev_1.7.0+dfsg-2_i386.deb
 c2767102546cb19e969c5aeb3cf7c49e 216600 science optional 
liblas-bin_1.7.0+dfsg-2_i386.deb

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

iEYEARECAAYFAlLL4+IACgkQpFNRmenyx0c9qQCfcexyZxf2yCPTq+ivASpoiZms
nisAoJPeD367bLh6MG1osc1ss6pq93Tb
=xZer
-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#733282: marked as done (liblas: FTBFS on multiple architectures)

2014-01-07 Thread Debian Bug Tracking System
Your message dated Tue, 07 Jan 2014 11:34:07 +
with message-id e1w0uv9-0001pi...@franck.debian.org
and subject line Bug#733282: fixed in liblas 1.7.0+dfsg-2
has caused the Debian Bug report #733282,
regarding liblas: FTBFS on multiple architectures
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.)


-- 
733282: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733282
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liblas
Version: 1.7.0+dfsg-1
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)

liblas fails to build from source on ia64, mips, mipsel and s390x as it
tries to get symbols from the system library, while not linking with it.

The patch below fixes the problem:

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -181,7 +181,7 @@ if(WIN32)
 endif(WIN32)
 
 # NOTE: Add iostreams to COMPONENTS list to enable bigfile_boost_iostreams_test
-find_package(Boost 1.38 COMPONENTS program_options thread REQUIRED)
+find_package(Boost 1.38 COMPONENTS program_options thread system REQUIRED)
 
 if(Boost_FOUND AND Boost_PROGRAM_OPTIONS_FOUND)
   include_directories(${Boost_INCLUDE_DIRS})

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: s390x

Kernel: Linux 3.2.0-4-s390x (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: liblas
Source-Version: 1.7.0+dfsg-2

We believe that the bug you reported is fixed in the latest version of
liblas, 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 733...@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 liblas 
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: Sun, 05 Jan 2014 17:00:29 +0100
Source: liblas
Binary: liblas2 liblas-c2 liblas-dev liblas-c-dev liblas-bin
Architecture: source i386
Version: 1.7.0+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 liblas-bin - ASPRS LiDAR data translation toolset
 liblas-c-dev - ASPRS LiDAR data translation library - C development files
 liblas-c2  - ASPRS LiDAR data translation library - C version
 liblas-dev - ASPRS LiDAR data translation library - C++ development files
 liblas2- ASPRS LiDAR data translation library - C++ version
Closes: 733282
Changes: 
 liblas (1.7.0+dfsg-2) unstable; urgency=medium
 .
   * Fixed missing linking of system boost component.
 (closes: #733282)
Checksums-Sha1: 
 551f633f0dbf0904f347745869b12f12e374d25f 1638 liblas_1.7.0+dfsg-2.dsc
 5e0bc4ac79165411ffbbd0274c060c08e6668b3d 5463 liblas_1.7.0+dfsg-2.debian.tar.gz
 affb9d8ecbd25ace091412e6bcd3c4853d863046 252500 liblas2_1.7.0+dfsg-2_i386.deb
 cb558a3e1f5e54368aaa4aa6aea70e79a1f46f4c 65772 liblas-c2_1.7.0+dfsg-2_i386.deb
 b40de7e309ee7b637a8a0ef3bbbfb6a3f6c9b8dc 89606 liblas-dev_1.7.0+dfsg-2_i386.deb
 85cc64cdb2022e8a889a022d42b5561e58b9a805 12420 
liblas-c-dev_1.7.0+dfsg-2_i386.deb
 1819cb6268768298bc6c3ee0d05f0da238d3bde4 216600 
liblas-bin_1.7.0+dfsg-2_i386.deb
Checksums-Sha256: 
 41263aebb822604560b04789c408953eb65baf24c0ab12d0bc9bedc60adee77e 1638 
liblas_1.7.0+dfsg-2.dsc
 9f6db2ca5a7236ce5507884e5bc8a746ee2d6b4cbed2c33ff8f453c512470381 5463 
liblas_1.7.0+dfsg-2.debian.tar.gz
 2caffbc69d41f16d6940302711244b3b7ee360d9918684fee2b62ad57742c43d 252500 
liblas2_1.7.0+dfsg-2_i386.deb
 1c7f16a584ef690e33bfe36ccb1d6b3245164ff069fb4c82d694e9ae6a5b26ba 65772 
liblas-c2_1.7.0+dfsg-2_i386.deb
 e574d65876bbd8cc51fb954c82d67204d9d64315a1728979449ce38edbcbc79f 89606 
liblas-dev_1.7.0+dfsg-2_i386.deb
 90eb97e00d020f7ab26246feddf7d7f47ce049ce2645827755dd489270b78dd0 12420 
liblas-c-dev_1.7.0+dfsg-2_i386.deb
 a72d03e6d0280b6dfd183ec2fa56f029de14aeffdf554b6d158dc467b048177e 216600 
liblas-bin_1.7.0+dfsg-2_i386.deb
Files: 
 39d8a7aca9c2a7a1a129796bdcd1c2fa 1638 science optional liblas_1.7.0+dfsg-2.dsc
 

[SCM] hdf5 branch, master, updated. debian/1.8.12-3-5-g1d70a08

2014-01-07 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 4250134132182a823144050462c621aabb056834
Author: Gilles Filippini p...@debian.org
Date:   Tue Jan 7 11:14:38 2014 +0100

Use dh_autoreconf to ease autotools files patching

diff --git a/debian/changelog b/debian/changelog
index 08a388b..95b96cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ hdf5 (1.8.12-4) UNRELEASED; urgency=medium
 
   * Fix a missed s/mpich2/mpich/g. 
   * Remove Pre-Depends for dummy transitional packages.
+  * Use dh_autoreconf{,_clean} to ease autotools files patching.
+  * Refresh patch soname.diff accordingly.
 
  -- Gilles Filippini p...@debian.org  Tue, 07 Jan 2014 11:10:16 +0100
 
diff --git a/debian/control b/debian/control
index ce8a2ee..58577d2 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Francesco Paolo Lovergine fran...@debian.org,
 Build-Depends: dpkg-dev (= 1.16.1~), libmpich-dev, zlib1g-dev,
  libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, 
debhelper (= 9~), sed (=4.1.5),
  gfortran, libibverbs-dev [!arm64 !arm !hppa !mips !mipsel !s390 !s390x 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
- sharutils, mpi-default-dev, chrpath, autotools-dev
+ sharutils, mpi-default-dev, chrpath, autotools-dev, automake, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git
diff --git a/debian/control.in b/debian/control.in
index 17e9252..abb20d4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,7 +8,7 @@ Uploaders: Francesco Paolo Lovergine fran...@debian.org,
 Build-Depends: dpkg-dev (= 1.16.1~), libmpich-dev, zlib1g-dev,
  libopenmpi-dev [!hppa !mips !mipsel !s390 !s390x !sh4 !m68k], libjpeg-dev, 
debhelper (= 9~), sed (=4.1.5),
  gfortran, libibverbs-dev [!arm64 !arm !hppa !mips !mipsel !s390 !s390x 
!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386 !sh4],
- sharutils, mpi-default-dev, chrpath, autotools-dev
+ sharutils, mpi-default-dev, chrpath, autotools-dev, automake, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://hdfgroup.org/HDF5/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/hdf5.git
diff --git a/debian/patches/soname.diff b/debian/patches/soname.diff
index 74f076e..78f8c34 100644
--- a/debian/patches/soname.diff
+++ b/debian/patches/soname.diff
@@ -17,19 +17,6 @@ Description: Rollback upstream change from soname 7 = 8.
 
 (I am not planning to put these two functions back)
 Author: Sylvestre Ledru sylvestre.le...@scilab-enterprises.com
-Index: hdf5/c++/src/Makefile.in
-===
 hdf5.orig/c++/src/Makefile.in  2013-12-07 15:20:15.0 +0100
-+++ hdf5/c++/src/Makefile.in   2013-12-07 15:22:18.0 +0100
-@@ -468,7 +468,7 @@
- # See libtool versioning documentation online.
- LT_VERS_INTERFACE = 8
- LT_VERS_REVISION = 1
--LT_VERS_AGE = 0
-+LT_VERS_AGE = 1
- 
- # Include src directory
- INCLUDES = -I$(top_srcdir)/src
 Index: hdf5/config/lt_vers.am
 ===
 --- hdf5.orig/config/lt_vers.am2013-12-07 15:20:15.0 +0100
@@ -43,68 +30,3 @@ Index: hdf5/config/lt_vers.am
  
  ## If the API changes *at all*, increment LT_VERS_INTERFACE and
  ## reset LT_VERS_REVISION to 0.
-Index: hdf5/fortran/src/Makefile.in
-===
 hdf5.orig/fortran/src/Makefile.in  2013-12-07 15:20:15.0 +0100
-+++ hdf5/fortran/src/Makefile.in   2013-12-07 15:22:42.0 +0100
-@@ -519,7 +519,7 @@
- # See libtool versioning documentation online.
- LT_VERS_INTERFACE = 8
- LT_VERS_REVISION = 1
--LT_VERS_AGE = 0
-+LT_VERS_AGE = 1
- 
- # Include src directory in both Fortran and C flags (C compiler is used
- # for linking).
-Index: hdf5/hl/c++/src/Makefile.in
-===
 hdf5.orig/hl/c++/src/Makefile.in   2013-12-07 15:20:15.0 +0100
-+++ hdf5/hl/c++/src/Makefile.in2013-12-07 15:22:58.0 +0100
-@@ -459,7 +459,7 @@
- # See libtool versioning documentation online.
- LT_VERS_INTERFACE = 8
- LT_VERS_REVISION = 1
--LT_VERS_AGE = 0
-+LT_VERS_AGE = 1
- 
- # Include src directory
- INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src
-Index: hdf5/hl/fortran/src/Makefile.in
-===
 hdf5.orig/hl/fortran/src/Makefile.in   2013-12-07 15:20:15.0 
+0100
-+++ hdf5/hl/fortran/src/Makefile.in2013-12-07 15:23:12.0 +0100
-@@ -475,7 +475,7 @@
- # See libtool versioning documentation online.
- LT_VERS_INTERFACE = 8
- LT_VERS_REVISION = 1
--LT_VERS_AGE = 0
-+LT_VERS_AGE = 1
- INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src 
-I$(top_builddir)/hl/src \
-  -I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src
- 
-Index: hdf5/hl/src/Makefile.in

[SCM] hdf5 branch, master, updated. debian/1.8.12-3-5-g1d70a08

2014-01-07 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit 7a4ca8e9740eeabcd6634610e171a60a75be18e2
Author: Gilles Filippini p...@debian.org
Date:   Tue Jan 7 11:11:53 2014 +0100

Remove Pre-Depends for dummy transitional packages

diff --git a/debian/changelog b/debian/changelog
index 6351e38..08a388b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 hdf5 (1.8.12-4) UNRELEASED; urgency=medium
 
   * Fix a missed s/mpich2/mpich/g. 
+  * Remove Pre-Depends for dummy transitional packages.
 
  -- Gilles Filippini p...@debian.org  Tue, 07 Jan 2014 11:10:16 +0100
 
diff --git a/debian/control b/debian/control
index be8cd65..ce8a2ee 100644
--- a/debian/control
+++ b/debian/control
@@ -168,7 +168,6 @@ Section: oldlibs
 Priority: extra
 Architecture: any
 Depends: libhdf5-mpich-7
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - MPICH version
  HDF5 is a file format and library for storing scientific data.
diff --git a/debian/control.in b/debian/control.in
index f7c5c5e..17e9252 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -168,7 +168,6 @@ Section: oldlibs
 Priority: extra
 Architecture: any
 Depends: libhdf5-mpich-@SONAME@
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
 Description: Hierarchical Data Format 5 (HDF5) - runtime files - MPICH version
  HDF5 is a file format and library for storing scientific data.

-- 
Hierarchical Data Format 5 (HDF5)

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


[SCM] hdf5 tag, debian/1.8.12-4, created. debian/1.8.12-3-5-g1d70a08

2014-01-07 Thread Gilles Filippini
The tag, debian/1.8.12-4 has been created
at  1d70a08b3647626a43cd5962de7f16c36a8d240e (commit)

- Shortlog 
commit 1d70a08b3647626a43cd5962de7f16c36a8d240e
Author: Gilles Filippini p...@debian.org
Date:   Tue Jan 7 14:20:29 2014 +0100

Upload release 1.8.12-4 to experimental.
---

-- 
Hierarchical Data Format 5 (HDF5)

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


[SCM] hdf5 branch, master, updated. debian/1.8.12-3-5-g1d70a08

2014-01-07 Thread Gilles Filippini
The following commit has been merged in the master branch:
commit c3d2204f3a1bcb713b7cdc3f8dd1087ef61bb82b
Author: Gilles Filippini p...@debian.org
Date:   Tue Jan 7 11:10:38 2014 +0100

Fix a missed s/mpich2/mpich/g.

diff --git a/debian/changelog b/debian/changelog
index d477d47..6351e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdf5 (1.8.12-4) UNRELEASED; urgency=medium
+
+  * Fix a missed s/mpich2/mpich/g. 
+
+ -- Gilles Filippini p...@debian.org  Tue, 07 Jan 2014 11:10:16 +0100
+
 hdf5 (1.8.12-3) experimental; urgency=medium
 
   * debian/rules:
diff --git a/debian/shlibs.in b/debian/shlibs.in
index 89ef08b..4e233a3 100644
--- a/debian/shlibs.in
+++ b/debian/shlibs.in
@@ -1,5 +1,5 @@
 libhdf5_fortran 7 libhdf5-@SONAME@
-libhdf5 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | libhdf5-mpich2-@SONAME@
-libhdf5_hl 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | 
libhdf5-mpich2-@SONAME@
-libhdf5hl_fortran 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | 
libhdf5-mpich2-@SONAME@
+libhdf5 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | libhdf5-mpich-@SONAME@
+libhdf5_hl 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | 
libhdf5-mpich-@SONAME@
+libhdf5hl_fortran 7 libhdf5-@SONAME@ | libhdf5-openmpi-@SONAME@ | 
libhdf5-mpich-@SONAME@
 

-- 
Hierarchical Data Format 5 (HDF5)

___
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 hdf5_1.8.12-4_i386.changes

2014-01-07 Thread Debian FTP Masters
hdf5_1.8.12-4_i386.changes uploaded successfully to localhost
along with the files:
  hdf5_1.8.12-4.dsc
  hdf5_1.8.12-4.debian.tar.gz
  libhdf5-doc_1.8.12-4_all.deb
  libhdf5-7_1.8.12-4_i386.deb
  libhdf5-7-dbg_1.8.12-4_i386.deb
  libhdf5-cpp-7_1.8.12-4_i386.deb
  libhdf5-cpp-7-dbg_1.8.12-4_i386.deb
  libhdf5-dev_1.8.12-4_i386.deb
  libhdf5-openmpi-7_1.8.12-4_i386.deb
  libhdf5-openmpi-dev_1.8.12-4_i386.deb
  libhdf5-openmpi-7-dbg_1.8.12-4_i386.deb
  libhdf5-mpich-7_1.8.12-4_i386.deb
  libhdf5-mpich2-7_1.8.12-4_i386.deb
  libhdf5-mpich-dev_1.8.12-4_i386.deb
  libhdf5-mpich2-dev_1.8.12-4_i386.deb
  libhdf5-mpich-7-dbg_1.8.12-4_i386.deb
  libhdf5-mpich2-7-dbg_1.8.12-4_i386.deb
  libhdf5-mpi-dev_1.8.12-4_i386.deb
  hdf5-helpers_1.8.12-4_i386.deb
  hdf5-tools_1.8.12-4_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


hdf5_1.8.12-4_i386.changes ACCEPTED into experimental

2014-01-07 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 07 Jan 2014 14:20:16 +0100
Source: hdf5
Binary: libhdf5-7 libhdf5-7-dbg libhdf5-cpp-7 libhdf5-cpp-7-dbg libhdf5-dev 
libhdf5-openmpi-7 libhdf5-openmpi-dev libhdf5-openmpi-7-dbg libhdf5-mpich-7 
libhdf5-mpich2-7 libhdf5-mpich-dev libhdf5-mpich2-dev libhdf5-mpich-7-dbg 
libhdf5-mpich2-7-dbg libhdf5-mpi-dev libhdf5-doc hdf5-helpers hdf5-tools
Architecture: source all i386
Version: 1.8.12-4
Distribution: experimental
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Gilles Filippini p...@debian.org
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-cpp-7 - Hierarchical Data Format 5 (HDF5) - C++ libraries
 libhdf5-cpp-7-dbg - Hierarchical Data Format 5 (HDF5) - C++ 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 - 
default M
 libhdf5-mpich-7 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH2 
versio
 libhdf5-mpich-7-dbg - Hierarchical Data Format 5 (HDF5) - Mpich Debug package
 libhdf5-mpich-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH ver
 libhdf5-mpich2-7 - Hierarchical Data Format 5 (HDF5) - runtime files - MPICH 
version
 libhdf5-mpich2-7-dbg - Hierarchical Data Format 5 (HDF5) - Mpich Debug package
 libhdf5-mpich2-dev - Hierarchical Data Format 5 (HDF5) - development files - 
MPICH ver
 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
Changes: 
 hdf5 (1.8.12-4) experimental; urgency=medium
 .
   * Fix a missed s/mpich2/mpich/g.
   * Remove Pre-Depends for dummy transitional packages.
   * Use dh_autoreconf{,_clean} to ease autotools files patching.
   * Refresh patch soname.diff accordingly.
   * Improve the template based mechanism for debhelper files.
Checksums-Sha1: 
 4436cdd2d2fda34700d6200b828db95c33752df8 2863 hdf5_1.8.12-4.dsc
 13140dc6271b30e24c16948a5cbb334d32f89d43 107263 hdf5_1.8.12-4.debian.tar.gz
 9596683120ed95a35ddaabf4c81b802e47fe207f 101212 libhdf5-doc_1.8.12-4_all.deb
 067f0c33e2a0a8d69a2c14a41d60881c2eabef41 927702 libhdf5-7_1.8.12-4_i386.deb
 1553cee76cf978956a2544926c608f2f508fc36b 2561896 
libhdf5-7-dbg_1.8.12-4_i386.deb
 e8652d18c69d4b10acd3a908943cd61b1cebf984 105922 libhdf5-cpp-7_1.8.12-4_i386.deb
 2fdfdcf45bf6acfedc36e8bd85f632d6461b135c 348224 
libhdf5-cpp-7-dbg_1.8.12-4_i386.deb
 b3e520d580a36958511138b72ce22edd3568bfcf 4340204 libhdf5-dev_1.8.12-4_i386.deb
 5c4de39f09375566d092944412b44703e34c2537 946726 
libhdf5-openmpi-7_1.8.12-4_i386.deb
 7d020b65a164cd8ace9ee0f53e97ad0ecebd2d51 3913786 
libhdf5-openmpi-dev_1.8.12-4_i386.deb
 edc1b108564650867b2e9784ffac80d2ab580f36 2441092 
libhdf5-openmpi-7-dbg_1.8.12-4_i386.deb
 ce0afaf0c6f8ac9c9ae9c60b844dae6c4f6a2a79 948590 
libhdf5-mpich-7_1.8.12-4_i386.deb
 3efbd1aaf602da102796c07c643be00814bf34c6 23520 
libhdf5-mpich2-7_1.8.12-4_i386.deb
 ed13df93b56facc185ffd2d40fb96f66c540fca5 4057012 
libhdf5-mpich-dev_1.8.12-4_i386.deb
 4ecc444f9c942ba11a0208d728a253824ea9d93d 23504 
libhdf5-mpich2-dev_1.8.12-4_i386.deb
 5eacffdd7987edb6d3e7972e1ccb6600dbca0e44 2602890 
libhdf5-mpich-7-dbg_1.8.12-4_i386.deb
 0f87f4eac530526ea2f2002727ad7da857c1d0c2 23512 
libhdf5-mpich2-7-dbg_1.8.12-4_i386.deb
 165b4b67c8a48db6a94a8a6ce3302372cb945bae 23524 
libhdf5-mpi-dev_1.8.12-4_i386.deb
 9eb10db2ce2bcecf889da440838079db37f9691f 31616 hdf5-helpers_1.8.12-4_i386.deb
 81d9c2e80cf2b79eec77fa07a64a4bccb4301d0b 348302 hdf5-tools_1.8.12-4_i386.deb
Checksums-Sha256: 
 bdd055158df616662976aab8349b3441ec7c979efe991d406180cbc6aef253ab 2863 
hdf5_1.8.12-4.dsc
 6b26b58a7ff9e601aa1ce6e5298f7f90f93bd0e063638cb78ff34e7b90844bde 107263 
hdf5_1.8.12-4.debian.tar.gz
 515a8de440d076a24ddcdc71a9f59538026985b5ad199111d3922118c400f8fa 101212 
libhdf5-doc_1.8.12-4_all.deb
 7c395820578cebf8b8b176722b3a6b357e4db75bd9dc2f752fa70f78305bc05b 927702 
libhdf5-7_1.8.12-4_i386.deb
 4e229f22e3ae2fac316b71d93521c6fd586b2e3c42898b3b4c4fb91a07778f1c 2561896 
libhdf5-7-dbg_1.8.12-4_i386.deb
 c57698f3b919336202e0debd84be0c498f1b6653380c89fd5429f47f3f0b07c5 105922 
libhdf5-cpp-7_1.8.12-4_i386.deb
 7b0090916de48bdbf74eb1c92e88a0ca58fe05cc512157f0bb5664f9f589f7d8 348224 
libhdf5-cpp-7-dbg_1.8.12-4_i386.deb
 469df57d8f5229fbaccc9a83d2788e25bdc853d449d7f3a81b18fd118ac53764 4340204 
libhdf5-dev_1.8.12-4_i386.deb
 c2c6c5daa46905182ab74ba1836a4838abcf878a8036009a832eb30e1daddb3d 946726 

tilestache 1.31.0-1 MIGRATED to testing

2014-01-07 Thread Debian testing watch
FYI: The status of the tilestache source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.31.0-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See 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


[SCM] pg_comparator branch, pristine-tar, created. 75e1fb31fb1cee008ebacdfbeec4bc23b4981320

2014-01-07 Thread Ivan Mincik
The branch, pristine-tar has been created
at  75e1fb31fb1cee008ebacdfbeec4bc23b4981320 (commit)

- Shortlog 
commit 75e1fb31fb1cee008ebacdfbeec4bc23b4981320
Author: Ivan Mincik ivan.min...@gmail.com
Date:   Mon Jun 10 21:45:37 2013 +0200

pristine-tar data for pg-comparator_2.2.1.orig.tar.bz2

commit 3bb4aaea202de8ac72778d769fc498973375e4ec
Author: Ivan Mincik ivan.min...@gmail.com
Date:   Tue Apr 23 17:22:07 2013 +0200

pristine-tar data for pg-comparator_2.2.0.orig.tar.bz2

---

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator branch, upstream, created. b575d5eed25743b8c8253dbde55030f4dd9ddb35

2014-01-07 Thread Ivan Mincik
The branch, upstream has been created
at  b575d5eed25743b8c8253dbde55030f4dd9ddb35 (commit)

- Shortlog 
---

-- 
Packaging of pg_comparator in 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


[SCM] pg_comparator branch, ubuntu/precise, created. 608637d095c79d2d6583c460ec5877cd93a7166a

2014-01-07 Thread Ivan Mincik
The branch, ubuntu/precise has been created
at  608637d095c79d2d6583c460ec5877cd93a7166a (commit)

- Shortlog 
---

-- 
Packaging of pg_comparator in 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#734565: mapserver: CVE-2013-7262

2014-01-07 Thread Sebastiaan Couwenberg
On 01/08/2014 08:25 AM, Salvatore Bonaccorso wrote:
 If you fix the vulnerability please also make sure to include the
 CVE (Common Vulnerabilities  Exposures) id in your changelog entry.

The new mapserver packages were prepared before the CVE was available.

 Please adjust the affected versions in the BTS as needed, at least
 unstable from looking at source seems affected.

Unstable is no longer affect with the upload of mapserver 6.4.1, wheezy
and squeeze still are, but the proposed updates for both are waiting for
feedback from the release team:

Bug#734099:  pu: package mapserver/6.0.4-1
Bug#734118: opu: package mapserver/5.6.9-1

Kind Regards,

Bas

-- 
GnuPG: 0xE88D4AF1 (new) / 0x77A975AD (old)

___
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#734565: Fixed versions

2014-01-07 Thread Sebastiaan Couwenberg
Control: fixed -1 mapserver/6.4.1-1
Control: fixed -1 mapserver/6.0.4-1
Control: fixed -1 mapserver/5.6.9-1
Control: tags -1 pending

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