The following commit has been merged in the master branch:
commit 1e2d05bcfbe3642f5f6f911cdbd0dc4cf3fd7437
Author: Sylvestre Ledru <sylvestre.le...@scilab.org>
Date:   Thu Aug 11 18:10:38 2011 +0200

      * Debug packages libhdf5-7-dbg, libhdf5-mpich2-7-dbg &
        libhdf5-mpich2-7 added (Closes: #604913)

diff --git a/debian/changelog b/debian/changelog
index be31e4b..6ca84ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
 hdf5 (1.8.7-2~exp6) experimental; urgency=low
 
   * Close to the end: mips & powerpc symbols
-  * h5cc/h5c++/h5fc compiler wrappers moved from hdf5-tools to libhdf5-*-dev
-    (Closes: #629157) (LP: #770347)
+  * Debug packages libhdf5-7-dbg, libhdf5-mpich2-7-dbg &
+    libhdf5-mpich2-7 added (Closes: #604913)
+  * debian/rules: Some lam old commands removed 
+  * debian/html.tgz.uu: Repack with a correctly formated pdf (Closes: #585491)
+  * Do not compress the pdfs of the documentation
 
  -- Sylvestre Ledru <sylves...@debian.org>  Wed, 10 Aug 2011 20:21:46 +0200
 
diff --git a/debian/control b/debian/control
index 34a2e25..96ab815 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,20 @@ Description: Hierarchical Data Format 5 (HDF5) - runtime 
files - serial version
  .
  This package contains runtime files for serial platforms.
 
+Package: libhdf5-7-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ 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
+ 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 debug libraries.
+
 Package: libhdf5-dev
 Section: libdevel
 Architecture: any
@@ -79,6 +93,20 @@ Description: Hierarchical Data Format 5 (HDF5) - development 
files - OpenMPI ver
  .
  This package contains development files for use with OpenMPI.
 
+Package: libhdf5-openmpi-7-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libhdf5-openmpi-7 (= ${binary:Version}),
+Description: Hierarchical Data Format 5 (HDF5) - OpenMPI Debug package
+ 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 debug hdf5/openmpi libraries.
+
 Package: libhdf5-mpich2-7
 Section: libs
 Priority: extra
@@ -116,6 +144,20 @@ Description: Hierarchical Data Format 5 (HDF5) - 
development files - MPICH2 vers
  This package contains development files for use with MPICH2. Warning:
  the C++ interface is not provided for this version.
 
+Package: libhdf5-mpich2-7-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libhdf5-mpich2-7 (= ${binary:Version}),
+Description: Hierarchical Data Format 5 (HDF5) - Mpich2 Debug package
+ 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 debug hdf5/mpich2 libraries.
+
 Package: libhdf5-mpi-dev
 Section: libdevel
 Priority: extra
diff --git a/debian/control.in b/debian/control.in
index 4b358c3..31087bd 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -30,6 +30,20 @@ Description: Hierarchical Data Format 5 (HDF5) - runtime 
files - serial version
  .
  This package contains runtime files for serial platforms.
 
+Package: libhdf5-@SONAME@-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ 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
+ 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 debug libraries.
+
 Package: libhdf5-dev
 Section: libdevel
 Architecture: any
@@ -79,6 +93,20 @@ Description: Hierarchical Data Format 5 (HDF5) - development 
files - OpenMPI ver
  .
  This package contains development files for use with OpenMPI.
 
+Package: libhdf5-openmpi-@SONAME@-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libhdf5-openmpi-@SONAME@ (= ${binary:Version}),
+Description: Hierarchical Data Format 5 (HDF5) - OpenMPI Debug package
+ 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 debug hdf5/openmpi libraries.
+
 Package: libhdf5-mpich2-@SONAME@
 Section: libs
 Priority: extra
@@ -116,6 +144,20 @@ Description: Hierarchical Data Format 5 (HDF5) - 
development files - MPICH2 vers
  This package contains development files for use with MPICH2. Warning:
  the C++ interface is not provided for this version.
 
+Package: libhdf5-mpich2-@SONAME@-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libhdf5-mpich2-@SONAME@ (= ${binary:Version}),
+Description: Hierarchical Data Format 5 (HDF5) - Mpich2 Debug package
+ 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 debug hdf5/mpich2 libraries.
+
 Package: libhdf5-mpi-dev
 Section: libdevel
 Priority: extra
diff --git a/debian/install_devlib b/debian/install_devlib
index 9626974..09c4f4c 100644
--- a/debian/install_devlib
+++ b/debian/install_devlib
@@ -2,6 +2,4 @@ usr/include
 usr/lib/libhdf5*.so
 usr/lib/libhdf5*.settings
 usr/lib/libhdf5*.a
-usr/bin/h5c++
-usr/bin/h5cc
-usr/bin/h5fc
+
diff --git a/debian/rules b/debian/rules
index 28f1a92..48d8e40 100755
--- a/debian/rules
+++ b/debian/rules
@@ -229,7 +229,12 @@ binary-arch: prep install-serial $(install_openmpi) 
install-mpich2
        dh_installman $(ARCH_FLAG)
        dh_installchangelogs -a -k release_docs/RELEASE.txt
        dh_link $(ARCH_FLAG)
-       dh_strip $(ARCH_FLAG)
+       dh_strip -phdf5-tools
+       dh_strip -p$(serpack) --dbg-package=$(serpack)-dbg
+       dh_strip -p$(mpich2pack) --dbg-package=$(mpich2pack)-dbg
+ifeq ($(build_openmpi),yes)
+       dh_strip -p$(openmpipack) --dbg-package=$(openmpipack)-dbg
+endif
        dh_compress $(ARCH_FLAG)
        dh_fixperms $(ARCH_FLAG)
 ifeq ($(build_openmpi),yes)

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

Reply via email to