[SCM] hdf5 branch, master, updated. upstream/1.8.4-patch1-73-g9786ff4

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 9786ff4de8608d0c2ade81038b0f95112d2398ea
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 09:49:49 2011 +0200

  * New package hdf5-helpers introduced. Contains now h5cc, h5c++  h5fc.
All hdf5 *-dev now depends on it (Closes: #629157, #637749)
(LP: #770347)

diff --git a/debian/changelog b/debian/changelog
index d661113..5c483f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,8 @@ hdf5 (1.8.7-2~exp7) experimental; urgency=low
   * Fix a mistake in the powerpc symbol file
   * mipsel and hurd-i386 symbols
   * s390x support. Thanks to Aurelien Jarno (Closes: #638363)
-  * h5cc, h5c++  h5fc moved to the dev packages (Closes: #629157, #637749)
+  * New package hdf5-helpers introduced. Contains now h5cc, h5c++  h5fc.
+All hdf5 *-dev now depends on it (Closes: #629157, #637749)
 (LP: #770347)
 
  -- Sylvestre Ledru sylves...@debian.org  Fri, 12 Aug 2011 15:19:01 +0200
diff --git a/debian/control b/debian/control
index 237f0a5..5d03349 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libhdf5-7 (= ${binary:Version}),
+ libhdf5-7 (= ${binary:Version})
 Description: Hierarchical Data Format 5 (HDF5) - Debug package
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
@@ -47,7 +47,8 @@ Description: Hierarchical Data Format 5 (HDF5) - Debug package
 Package: libhdf5-dev
 Section: libdevel
 Architecture: any
-Depends: libhdf5-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev, 
${misc:Depends}
+Depends: libhdf5-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev,
+ ${misc:Depends}, hdf5-helper
 Conflicts: libhdf5-dev
 Suggests: libhdf5-doc
 Description: Hierarchical Data Format 5 (HDF5) - development files - serial 
version
@@ -81,7 +82,8 @@ Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
 Architecture: alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 
hurd-i386
-Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev, 
libopenmpi-dev, ${misc:Depends}
+Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
+ libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helper
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -131,7 +133,8 @@ Package: libhdf5-mpich2-dev
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libhdf5-mpich2-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev, 
libmpich21.0-dev, ${misc:Depends}
+Depends: libhdf5-mpich2-7 (= ${binary:Version}), zlib1g-dev,
+ libjpeg-dev, libmpich21.0-dev, ${misc:Depends}, hdf5-helper
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -184,6 +187,20 @@ Description: Hierarchical Data Format 5 (HDF5) - 
Documentation
  .
  This package contains documentation for HDF5.
 
+Package: hdf5-helper
+Section: science
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Hierarchical Data Format 5 (HDF5) - Helper tools 
+ HDF5 is a file format and library for storing scientific data. 
+ HDF5 was designed and implemented to address the deficiencies of
+ HDF4.x. It has a more powerful and flexible data model, supports
+ files larger than 2 GB, and supports parallel I/O.
+ .
+ This package contains helper tools for HDF5.
+ .
+ These tools were provided by hdf5-tools before version 1.8.7-2.
+
 Package: hdf5-tools
 Section: science
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
index 53244fe..0e74cc2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -35,7 +35,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends},
- libhdf5-@SONAME@ (= ${binary:Version}),
+ libhdf5-@SONAME@ (= ${binary:Version})
 Description: Hierarchical Data Format 5 (HDF5) - Debug package
  HDF5 is a file format and library for storing scientific data. 
  HDF5 was designed and implemented to address the deficiencies of
@@ -47,7 +47,8 @@ Description: Hierarchical Data Format 5 (HDF5) - Debug package
 Package: libhdf5-dev
 Section: libdevel
 Architecture: any
-Depends: libhdf5-@SONAME@ (= ${binary:Version}), zlib1g-dev, libjpeg-dev, 
${misc:Depends}
+Depends: libhdf5-@SONAME@ (= ${binary:Version}), zlib1g-dev, libjpeg-dev,
+ ${misc:Depends}, hdf5-helper
 Conflicts: libhdf5-dev
 Suggests: libhdf5-doc
 Description: Hierarchical Data Format 5 (HDF5) - development files - serial 
version
@@ -81,7 +82,8 @@ Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
 Architecture: @ARCHS@
-Depends: libhdf5-openmpi-@SONAME@ (= ${binary:Version}), zlib1g-dev, 
libjpeg-dev, libopenmpi-dev, ${misc:Depends}
+Depends: libhdf5-openmpi-@SONAME@ (= ${binary:Version}), zlib1g-dev,
+ libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helper
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: 

[SCM] hdf5 branch, master, updated. upstream/1.8.4-patch1-74-gdaf9b16

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit daf9b16865520d5830e39f97991940a4a26495bf
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 10:51:15 2011 +0200

Rename the package + rules

diff --git a/debian/control b/debian/control
index 5d03349..e02515b 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Package: libhdf5-dev
 Section: libdevel
 Architecture: any
 Depends: libhdf5-7 (= ${binary:Version}), zlib1g-dev, libjpeg-dev,
- ${misc:Depends}, hdf5-helper
+ ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Suggests: libhdf5-doc
 Description: Hierarchical Data Format 5 (HDF5) - development files - serial 
version
@@ -83,7 +83,7 @@ Section: libdevel
 Priority: extra
 Architecture: alpha amd64 i386 ia64 powerpc sparc kfreebsd-i386 kfreebsd-amd64 
hurd-i386
 Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
- libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helper
+ libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -134,7 +134,7 @@ Section: libdevel
 Priority: extra
 Architecture: any
 Depends: libhdf5-mpich2-7 (= ${binary:Version}), zlib1g-dev,
- libjpeg-dev, libmpich21.0-dev, ${misc:Depends}, hdf5-helper
+ libjpeg-dev, libmpich21.0-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -187,7 +187,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
Documentation
  .
  This package contains documentation for HDF5.
 
-Package: hdf5-helper
+Package: hdf5-helpers
 Section: science
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/control.in b/debian/control.in
index 0e74cc2..b3dc211 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -48,7 +48,7 @@ Package: libhdf5-dev
 Section: libdevel
 Architecture: any
 Depends: libhdf5-@SONAME@ (= ${binary:Version}), zlib1g-dev, libjpeg-dev,
- ${misc:Depends}, hdf5-helper
+ ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Suggests: libhdf5-doc
 Description: Hierarchical Data Format 5 (HDF5) - development files - serial 
version
@@ -83,7 +83,7 @@ Section: libdevel
 Priority: extra
 Architecture: @ARCHS@
 Depends: libhdf5-openmpi-@SONAME@ (= ${binary:Version}), zlib1g-dev,
- libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helper
+ libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -134,7 +134,7 @@ Section: libdevel
 Priority: extra
 Architecture: any
 Depends: libhdf5-mpich2-@SONAME@ (= ${binary:Version}), zlib1g-dev,
- libjpeg-dev, libmpich21.0-dev, ${misc:Depends}, hdf5-helper
+ libjpeg-dev, libmpich21.0-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
 Provides: libhdf5-dev
 Suggests: libhdf5-doc
@@ -187,7 +187,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
Documentation
  .
  This package contains documentation for HDF5.
 
-Package: hdf5-helper
+Package: hdf5-helpers
 Section: science
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/rules b/debian/rules
index 7899a30..330f368 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,7 +185,7 @@ install-serial: build-stamp
dh_testroot
-mkdir debian/build/tmpinst
$(MAKE) -C debian/build/ install 
prefix=$(CURDIR)/debian/build/tmpinst/usr
-   dh_install -p$(serpack) -p$(package)-dev -phdf5-tools \
+   dh_install -p$(serpack) -p$(package)-dev -phdf5-helpers -phdf5-tools \
--sourcedir=debian/build/tmpinst
 
 install-openmpi: build-stamp-openmpi
@@ -232,6 +232,7 @@ binary-arch: prep install-serial $(install_openmpi) 
install-mpich2
dh_installchangelogs -a -k release_docs/RELEASE.txt
dh_link $(ARCH_FLAG)
dh_strip -phdf5-tools
+   dh_strip -phdf5-helpers
dh_strip -p$(serpack) --dbg-package=$(serpack)-dbg
dh_strip -p$(mpich2pack) --dbg-package=$(mpich2pack)-dbg
 ifeq ($(build_openmpi),yes)
@@ -247,6 +248,7 @@ endif
dh_installdeb $(ARCH_FLAG)
dh_shlibdeps -p$(serpack) -L$(serpack) 
-ldebian/$(serpack)/usr/lib:debian/build/test/.libs
dh_shlibdeps -phdf5-tools -L$(serpack) 
-ldebian/$(serpack)/usr/lib:debian/build/test/.libs 
+   dh_shlibdeps -phdf5-helpers -L$(serpack) 
-ldebian/$(serpack)/usr/lib:debian/build/test/.libs 
 ifeq ($(build_openmpi),yes)
dh_shlibdeps -p$(openmpipack) -L$(openmpipack) 
-ldebian/$(openmpipack)/usr/lib
 endif

-- 
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. upstream/1.8.4-patch1-75-g6f25469

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 6f254691c2eb0db28d4c3da40111a49582e9a7e2
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 11:20:02 2011 +0200

Rename the package + rules

diff --git a/debian/hdf5-helper.install b/debian/hdf5-helpers.install
similarity index 100%
rename from debian/hdf5-helper.install
rename to debian/hdf5-helpers.install

-- 
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. upstream/1.8.4-patch1-76-ge9b57dc

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit e9b57dcd48de0ed4e766e305096d0052877492ae
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 13:06:43 2011 +0200

manpages at the right place

diff --git a/debian/hdf5-helpers.manpages b/debian/hdf5-helpers.manpages
new file mode 100644
index 000..2fd715a
--- /dev/null
+++ b/debian/hdf5-helpers.manpages
@@ -0,0 +1,4 @@
+debian/man/h5cc.1
+debian/man/h5c++.1
+debian/man/h5fc.1
+
diff --git a/debian/hdf5-tools.manpages b/debian/hdf5-tools.manpages
index 13cdaf4..4fbfda4 100644
--- a/debian/hdf5-tools.manpages
+++ b/debian/hdf5-tools.manpages
@@ -1 +1,18 @@
-debian/man/*.1
+debian/man/h5mkgrp.1
+debian/man/h5copy.1
+debian/man/h52gif.1
+debian/man/h5stat.1
+debian/man/unused
+debian/man/unused/h5fc.1
+debian/man/unused/h5perf.1
+debian/man/h5import.1
+debian/man/h5unjam.1
+debian/man/h5repack.1
+debian/man/h5redeploy.1
+debian/man/h5perf_serial.1
+debian/man/gif2h5.1
+debian/man/h5diff.1
+debian/man/h5ls.1
+debian/man/h5dump.1
+debian/man/h5jam.1
+debian/man/h5repart.1

-- 
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. upstream/1.8.4-patch1-78-g9e1d00e

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit 9e1d00e7cd365cee745e912fa4abc3f88f1ceb4f
Merge: e476b4abd5a4a63bc544ec1594589a9d5d46787e 
e9b57dcd48de0ed4e766e305096d0052877492ae
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 13:16:55 2011 +0200

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


-- 
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. upstream/1.8.4-patch1-78-g9e1d00e

2011-08-21 Thread Sylvestre Ledru
The following commit has been merged in the master branch:
commit e476b4abd5a4a63bc544ec1594589a9d5d46787e
Author: Sylvestre Ledru sylvestre.le...@scilab.org
Date:   Sun Aug 21 13:06:43 2011 +0200

manpages at the right place

diff --git a/debian/control b/debian/control
index e02515b..6a7ea4b 100644
--- a/debian/control
+++ b/debian/control
@@ -189,7 +189,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
Documentation
 
 Package: hdf5-helpers
 Section: science
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Hierarchical Data Format 5 (HDF5) - Helper tools 
  HDF5 is a file format and library for storing scientific data. 
diff --git a/debian/control.in b/debian/control.in
index b3dc211..55ab3b9 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -189,7 +189,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
Documentation
 
 Package: hdf5-helpers
 Section: science
-Architecture: all
+Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Hierarchical Data Format 5 (HDF5) - Helper tools 
  HDF5 is a file format and library for storing scientific data. 
diff --git a/debian/hdf5-helpers.manpages b/debian/hdf5-helpers.manpages
new file mode 100644
index 000..2fd715a
--- /dev/null
+++ b/debian/hdf5-helpers.manpages
@@ -0,0 +1,4 @@
+debian/man/h5cc.1
+debian/man/h5c++.1
+debian/man/h5fc.1
+
diff --git a/debian/hdf5-tools.manpages b/debian/hdf5-tools.manpages
index 13cdaf4..5e7d0a2 100644
--- a/debian/hdf5-tools.manpages
+++ b/debian/hdf5-tools.manpages
@@ -1 +1,15 @@
-debian/man/*.1
+debian/man/h5mkgrp.1
+debian/man/h5copy.1
+debian/man/h52gif.1
+debian/man/h5stat.1
+debian/man/h5import.1
+debian/man/h5unjam.1
+debian/man/h5repack.1
+debian/man/h5redeploy.1
+debian/man/h5perf_serial.1
+debian/man/gif2h5.1
+debian/man/h5diff.1
+debian/man/h5ls.1
+debian/man/h5dump.1
+debian/man/h5jam.1
+debian/man/h5repart.1

-- 
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.7-2~exp7_amd64.changes

2011-08-21 Thread Debian FTP Masters
hdf5_1.8.7-2~exp7_amd64.changes uploaded successfully to localhost
along with the files:
  hdf5_1.8.7-2~exp7.dsc
  hdf5_1.8.7-2~exp7.debian.tar.gz
  libhdf5-doc_1.8.7-2~exp7_all.deb
  libhdf5-7_1.8.7-2~exp7_amd64.deb
  libhdf5-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-7_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-7_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-mpi-dev_1.8.7-2~exp7_amd64.deb
  hdf5-helpers_1.8.7-2~exp7_amd64.deb
  hdf5-tools_1.8.7-2~exp7_amd64.deb

Greetings,

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

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


hdf5_1.8.7-2~exp7_amd64.changes REJECTED

2011-08-21 Thread Debian FTP Masters



Reject Reasons:
md5sum for 
/srv/ftp-master.debian.org/ftp/pool/main/h/hdf5/hdf5_1.8.7.orig.tar.gz doesn't 
match hdf5_1.8.7-2~exp7.dsc.
size for /srv/ftp-master.debian.org/ftp/pool/main/h/hdf5/hdf5_1.8.7.orig.tar.gz 
doesn't match hdf5_1.8.7-2~exp7.dsc.



===

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.


___
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.7-2~exp7_amd64.changes

2011-08-21 Thread Debian FTP Masters
hdf5_1.8.7-2~exp7_amd64.changes uploaded successfully to localhost
along with the files:
  hdf5_1.8.7-2~exp7.dsc
  hdf5_1.8.7-2~exp7.debian.tar.gz
  libhdf5-doc_1.8.7-2~exp7_all.deb
  libhdf5-7_1.8.7-2~exp7_amd64.deb
  libhdf5-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-7_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-openmpi-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-7_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-dev_1.8.7-2~exp7_amd64.deb
  libhdf5-mpich2-7-dbg_1.8.7-2~exp7_amd64.deb
  libhdf5-mpi-dev_1.8.7-2~exp7_amd64.deb
  hdf5-helpers_1.8.7-2~exp7_amd64.deb
  hdf5-tools_1.8.7-2~exp7_amd64.deb

Greetings,

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

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


hdf5_1.8.7-2~exp7_amd64.changes is NEW

2011-08-21 Thread Debian FTP Masters
(new) hdf5-helpers_1.8.7-2~exp7_amd64.deb optional science
Hierarchical Data Format 5 (HDF5) - Helper tools
 HDF5 is a file format and library for storing scientific data.
 HDF5 was designed and implemented to address the deficiencies of
 HDF4.x. It has a more powerful and flexible data model, supports
 files larger than 2 GB, and supports parallel I/O.
 .
 This package contains helper tools for HDF5.
 .
 These tools were provided by hdf5-tools before version 1.8.7-2.
hdf5-tools_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/hdf5-tools_1.8.7-2~exp7_amd64.deb
hdf5_1.8.7-2~exp7.debian.tar.gz
  to main/h/hdf5/hdf5_1.8.7-2~exp7.debian.tar.gz
hdf5_1.8.7-2~exp7.dsc
  to main/h/hdf5/hdf5_1.8.7-2~exp7.dsc
libhdf5-7-dbg_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-7-dbg_1.8.7-2~exp7_amd64.deb
libhdf5-7_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-7_1.8.7-2~exp7_amd64.deb
libhdf5-dev_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-dev_1.8.7-2~exp7_amd64.deb
libhdf5-doc_1.8.7-2~exp7_all.deb
  to main/h/hdf5/libhdf5-doc_1.8.7-2~exp7_all.deb
libhdf5-mpi-dev_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-mpi-dev_1.8.7-2~exp7_amd64.deb
libhdf5-mpich2-7-dbg_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-mpich2-7-dbg_1.8.7-2~exp7_amd64.deb
libhdf5-mpich2-7_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-mpich2-7_1.8.7-2~exp7_amd64.deb
libhdf5-mpich2-dev_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-mpich2-dev_1.8.7-2~exp7_amd64.deb
libhdf5-openmpi-7-dbg_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-openmpi-7-dbg_1.8.7-2~exp7_amd64.deb
libhdf5-openmpi-7_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-openmpi-7_1.8.7-2~exp7_amd64.deb
libhdf5-openmpi-dev_1.8.7-2~exp7_amd64.deb
  to main/h/hdf5/libhdf5-openmpi-dev_1.8.7-2~exp7_amd64.deb
Changes: hdf5 (1.8.7-2~exp7) experimental; urgency=low
 .
  * Fix a mistake in the powerpc symbol file
  * mipsel and hurd-i386 symbols
  * s390x support. Thanks to Aurelien Jarno (Closes: #638363)
  * New package hdf5-helpers introduced. Contains now h5cc, h5c++  h5fc.
All hdf5 *-dev now depends on it (Closes: #629157, #637749)
(LP: #770347)


Override entries for your package:
hdf5-tools_1.8.7-2~exp7_amd64.deb - optional science
hdf5_1.8.7-2~exp7.dsc - source libs
libhdf5-7-dbg_1.8.7-2~exp7_amd64.deb - extra debug
libhdf5-7_1.8.7-2~exp7_amd64.deb - optional libs
libhdf5-dev_1.8.7-2~exp7_amd64.deb - optional libdevel
libhdf5-doc_1.8.7-2~exp7_all.deb - optional doc
libhdf5-mpi-dev_1.8.7-2~exp7_amd64.deb - extra libdevel
libhdf5-mpich2-7-dbg_1.8.7-2~exp7_amd64.deb - extra debug
libhdf5-mpich2-7_1.8.7-2~exp7_amd64.deb - extra libs
libhdf5-mpich2-dev_1.8.7-2~exp7_amd64.deb - extra libdevel
libhdf5-openmpi-7-dbg_1.8.7-2~exp7_amd64.deb - extra debug
libhdf5-openmpi-7_1.8.7-2~exp7_amd64.deb - extra libs
libhdf5-openmpi-dev_1.8.7-2~exp7_amd64.deb - extra libdevel

Announcing to debian-experimental-chan...@lists.debian.org
Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 629157 637749 638363 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
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#638753: libhdf5-serial-1.8.7: threadsafe memory leaks

2011-08-21 Thread Jerome BENOIT
Package: libhdf5-serial-1.8.7
Severity: wishlist

Hello:

Since a while I have noticed via valgrind some memory leaks let by the function 
`H5Zfilter_avail':
the following Code reproduce the issue:

--8---
// gcc -o test_H5Zfilter_avail test_H5Zfilter_avail.c -lhdf5
// valgrind --leak-check=yes --leak-check=full --show-reachable=yes 
./test_H5Zfilter_avail
//

#include stdio.h
#include hdf5.h

// http://wiki.hdfgroup.org
#ifndef H5Z_BZIP2
#define H5Z_BZIP2 307
#endif

int main(int nargs, char *args[]) {

fprintf(stderr,
filter with identifier `%d' is %s registered\n,
H5Z_BZIP2,
(H5Zfilter_avail(H5Z_BZIP2))?already:not
);

return (0); }
--8-

A closer look shows that the memory leakes are let by the threadsafe machinery.

hth,
Jerome



-- System Information:
Debian Release: Wheezy*
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-amd64-mbp62 (SMP w/4 CPU cores)
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



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


Processed: tagging as pending bugs that are closed by packages in NEW

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

 # Sun Aug 21 20:03:17 UTC 2011
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: subtle
 tags 638650 + pending
Bug #638650 [wnpp] ITP: subtle -- grid-based manual tiling window manager
Added tag(s) pending.
 # Source package in NEW: libfsosystem
 tags 636159 + pending
Bug #636159 [wnpp] ITP: libfsosystem -- library used by FSO stack
Added tag(s) pending.
 # Source package in NEW: hdf5
 tags 629157 + pending
Bug #629157 [hdf5-tools] hdf5-tools contains h5cc/h5c++ compiler wrappers 
better placed in libhdf5-*-dev
Added tag(s) pending.
 # Source package in NEW: hdf5
 tags 637749 + pending
Bug #637749 [hdf5] h5cc missing from hdf5-tools and libhdf5-dev
Added tag(s) pending.
 # Source package in NEW: hdf5
 tags 638363 + pending
Bug #638363 [hdf5] hdf5: please disable MPI support on s390x
Added tag(s) pending.
 # Source package in NEW: dolfin
 tags 631589 + pending
Bug #631589 [python-dolfin] python-dolfin: python -c import dolfin fails with 
MPI error
Added tag(s) pending.

End of message, stopping processing here.

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

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