[hdf4] 02/05: Reorder binary packages in control file.
Bas Couwenberg
sebastic at debian.org
Fri Jul 1 18:28:48 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository hdf4.
commit 92f0bc6ffdce04656397f92ad4c42ab34b645258
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 1 18:05:02 2016 +0200
Reorder binary packages in control file.
---
debian/control | 97 ++++++++++++++++++++++++++++---------------------------
debian/control.in | 97 ++++++++++++++++++++++++++++---------------------------
2 files changed, 98 insertions(+), 96 deletions(-)
diff --git a/debian/control b/debian/control
index 4d15ad8..00130fa 100644
--- a/debian/control
+++ b/debian/control
@@ -39,11 +39,17 @@ Description: Hierarchical Data Format library (embedded NetCDF)
.
This package contains the HDF run-time libraries.
-Package: hdf4-tools
+Package: libhdf4-dev
Architecture: any
-Depends: ${shlibs:Depends},
+Section: libdevel
+Depends: libhdf4-0 (= ${binary:Version}),
+ zlib1g-dev,
+ libjpeg-dev,
${misc:Depends}
-Description: Hierarchical Data Format library -- runtime package
+Breaks: libhdf4g-dev (<< 4.2r4-1)
+Conflicts: libhdf4-alt-dev
+Replaces: libhdf4g-dev (<< 4.2r4-1)
+Description: Hierarchical Data Format development files (embedded NetCDF)
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
@@ -52,8 +58,8 @@ Description: Hierarchical Data Format library -- runtime package
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
- This package includes some basic utilities to view, pack, unpack,
- HDF files.
+ This package contains development stuff, including files and static
+ library for the HDF package and some HDF API reference manpages.
Package: libhdf4g-dev
Architecture: all
@@ -72,48 +78,6 @@ Description: Hierarchical Data Format library -- transitional development packag
This package is provided for transitional purpose. It can be safely
removed after upgrading.
-Package: libhdf4-dev
-Architecture: any
-Section: libdevel
-Depends: libhdf4-0 (= ${binary:Version}),
- zlib1g-dev,
- libjpeg-dev,
- ${misc:Depends}
-Breaks: libhdf4g-dev (<< 4.2r4-1)
-Conflicts: libhdf4-alt-dev
-Replaces: libhdf4g-dev (<< 4.2r4-1)
-Description: Hierarchical Data Format development files (embedded NetCDF)
- HDF is a multi-object file format for storing and transferring
- graphical and numerical data mainly used in scientific computing. HDF
- supports several different data models, including multidimensional
- arrays, raster images, and tables.
- Each defines a specific aggregate data type and provides an API for
- reading, writing, and organizing the data and metadata. New data models
- can be added by the HDF developers or users.
- .
- This package contains development stuff, including files and static
- library for the HDF package and some HDF API reference manpages.
-
-Package: libhdf4-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: libhdf4-dev
-Breaks: libhdf4g-doc (<< 4.2r4-1)
-Provides: libhdf4g-doc
-Replaces: libhdf4g-doc (<< 4.2r4-1)
-Description: Hierarchical Data Format library -- documentation
- HDF is a multi-object file format for storing and transferring
- graphical and numerical data mainly used in scientific computing.
- HDF supports several different data models, including multidimensional
- arrays, raster images, and tables.
- Each defines a specific aggregate data type and provides an API for
- reading, writing, and organizing the data and metadata. New data models
- can be added by the HDF developers or users.
- .
- This package contains user guide and reference manual for HDF format
- and API
-
Package: libhdf4-0-alt
Architecture: any
Section: libs
@@ -157,6 +121,43 @@ Description: Hierarchical Data Format development files (without NetCDF)
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
- This package contains development stuff, including files and static
+ This package contains development stuff, including files and static
library for the HDF package in the flavor compatible with the
NetCDF library.
+
+Package: libhdf4-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: libhdf4-dev
+Breaks: libhdf4g-doc (<< 4.2r4-1)
+Provides: libhdf4g-doc
+Replaces: libhdf4g-doc (<< 4.2r4-1)
+Description: Hierarchical Data Format library -- documentation
+ HDF is a multi-object file format for storing and transferring
+ graphical and numerical data mainly used in scientific computing.
+ HDF supports several different data models, including multidimensional
+ arrays, raster images, and tables.
+ Each defines a specific aggregate data type and provides an API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package contains user guide and reference manual for HDF format
+ and API
+
+Package: hdf4-tools
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Hierarchical Data Format library -- runtime package
+ HDF is a multi-object file format for storing and transferring
+ graphical and numerical data mainly used in scientific computing. HDF
+ supports several different data models, including multidimensional
+ arrays, raster images, and tables.
+ Each defines a specific aggregate data type and provides an API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package includes some basic utilities to view, pack, unpack,
+ HDF files.
+
diff --git a/debian/control.in b/debian/control.in
index 823c121..228ca5b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -39,11 +39,17 @@ Description: Hierarchical Data Format library (embedded NetCDF)
.
This package contains the HDF run-time libraries.
-Package: hdf4-tools
+Package: @PACKAGE at -dev
Architecture: any
-Depends: ${shlibs:Depends},
+Section: libdevel
+Depends: @PACKAGE at -0 (= ${binary:Version}),
+ zlib1g-dev,
+ libjpeg-dev,
${misc:Depends}
-Description: Hierarchical Data Format library -- runtime package
+Breaks: @PACKAGE at g-dev (<< 4.2r4-1)
+Conflicts: @PACKAGE at -alt-dev
+Replaces: @PACKAGE at g-dev (<< 4.2r4-1)
+Description: Hierarchical Data Format development files (embedded NetCDF)
HDF is a multi-object file format for storing and transferring
graphical and numerical data mainly used in scientific computing. HDF
supports several different data models, including multidimensional
@@ -52,8 +58,8 @@ Description: Hierarchical Data Format library -- runtime package
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
- This package includes some basic utilities to view, pack, unpack,
- HDF files.
+ This package contains development stuff, including files and static
+ library for the HDF package and some HDF API reference manpages.
Package: @PACKAGE at g-dev
Architecture: all
@@ -72,48 +78,6 @@ Description: Hierarchical Data Format library -- transitional development packag
This package is provided for transitional purpose. It can be safely
removed after upgrading.
-Package: @PACKAGE at -dev
-Architecture: any
-Section: libdevel
-Depends: @PACKAGE at -0 (= ${binary:Version}),
- zlib1g-dev,
- libjpeg-dev,
- ${misc:Depends}
-Breaks: @PACKAGE at g-dev (<< 4.2r4-1)
-Conflicts: @PACKAGE at -alt-dev
-Replaces: @PACKAGE at g-dev (<< 4.2r4-1)
-Description: Hierarchical Data Format development files (embedded NetCDF)
- HDF is a multi-object file format for storing and transferring
- graphical and numerical data mainly used in scientific computing. HDF
- supports several different data models, including multidimensional
- arrays, raster images, and tables.
- Each defines a specific aggregate data type and provides an API for
- reading, writing, and organizing the data and metadata. New data models
- can be added by the HDF developers or users.
- .
- This package contains development stuff, including files and static
- library for the HDF package and some HDF API reference manpages.
-
-Package: @PACKAGE at -doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Suggests: @PACKAGE at -dev
-Breaks: @PACKAGE at g-doc (<< 4.2r4-1)
-Provides: @PACKAGE at g-doc
-Replaces: @PACKAGE at g-doc (<< 4.2r4-1)
-Description: Hierarchical Data Format library -- documentation
- HDF is a multi-object file format for storing and transferring
- graphical and numerical data mainly used in scientific computing.
- HDF supports several different data models, including multidimensional
- arrays, raster images, and tables.
- Each defines a specific aggregate data type and provides an API for
- reading, writing, and organizing the data and metadata. New data models
- can be added by the HDF developers or users.
- .
- This package contains user guide and reference manual for HDF format
- and API
-
Package: @PACKAGE at -@SOVER at -alt
Architecture: any
Section: libs
@@ -157,6 +121,43 @@ Description: Hierarchical Data Format development files (without NetCDF)
reading, writing, and organizing the data and metadata. New data models
can be added by the HDF developers or users.
.
- This package contains development stuff, including files and static
+ This package contains development stuff, including files and static
library for the HDF package in the flavor compatible with the
NetCDF library.
+
+Package: @PACKAGE at -doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}
+Suggests: @PACKAGE at -dev
+Breaks: @PACKAGE at g-doc (<< 4.2r4-1)
+Provides: @PACKAGE at g-doc
+Replaces: @PACKAGE at g-doc (<< 4.2r4-1)
+Description: Hierarchical Data Format library -- documentation
+ HDF is a multi-object file format for storing and transferring
+ graphical and numerical data mainly used in scientific computing.
+ HDF supports several different data models, including multidimensional
+ arrays, raster images, and tables.
+ Each defines a specific aggregate data type and provides an API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package contains user guide and reference manual for HDF format
+ and API
+
+Package: hdf4-tools
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Hierarchical Data Format library -- runtime package
+ HDF is a multi-object file format for storing and transferring
+ graphical and numerical data mainly used in scientific computing. HDF
+ supports several different data models, including multidimensional
+ arrays, raster images, and tables.
+ Each defines a specific aggregate data type and provides an API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package includes some basic utilities to view, pack, unpack,
+ HDF files.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git
More information about the Pkg-grass-devel
mailing list