[DebianGIS-dev] r2016 - packages/libhdf4/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Fri Mar 13 11:59:55 UTC 2009


Author: frankie
Date: 2009-03-13 11:59:55 +0000 (Fri, 13 Mar 2009)
New Revision: 2016

Modified:
   packages/libhdf4/trunk/debian/changelog
   packages/libhdf4/trunk/debian/control
   packages/libhdf4/trunk/debian/control.in
Log:
Introduced transitional -dev package.


Modified: packages/libhdf4/trunk/debian/changelog
===================================================================
--- packages/libhdf4/trunk/debian/changelog	2009-03-13 10:05:24 UTC (rev 2015)
+++ packages/libhdf4/trunk/debian/changelog	2009-03-13 11:59:55 UTC (rev 2016)
@@ -11,7 +11,9 @@
   * A special patch 'autotools' has been introduced to create the -alt flavor
     by changing library names and autoreconf. 
   * A lot of changes in debian/rules.
-  * Binary packages lost 'g' suffix to simplify transition.
+  * Binary packages lost 'g' suffix for transition. Still provided libhdf4g-dev
+    as a transitional dummy package to simplify rebuilding by binNMU for
+    all rdepends.
 
  -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 12 Mar 2009 14:44:37 +0100
 

Modified: packages/libhdf4/trunk/debian/control
===================================================================
--- packages/libhdf4/trunk/debian/control	2009-03-13 10:05:24 UTC (rev 2015)
+++ packages/libhdf4/trunk/debian/control	2009-03-13 11:59:55 UTC (rev 2016)
@@ -43,13 +43,29 @@
  This package includes some basic utilities to view, pack, unpack, 
  HDF files.
 
+Package: libhdf4g-dev
+Section: libdevel
+Priority: optional
+Architecture: all
+Depends: libhdf4-dev (= ${binary:Version}), ${misc:Depends}
+Description: The Hierarchical Data Format library -- transitional development 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 is provided for transitional purpose. It can be safely
+ removed after upgrading.
+
 Package: libhdf4-dev
 Section: libdevel
 Priority: optional
 Architecture: any
-Provides: libhdf4g-dev
-Replaces: libhdf4g-dev
-Conflicts: libhdf4g-dev
+Replaces: libhdf4g-dev (<< 4.2r4-1)
+Conflicts: libhdf4g-dev (<< 4.2r4-1)
 Depends: libhdf4-0 (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
 Description: The Hierarchical Data Format library -- development package
  HDF is a multi-object file format for storing and transferring
@@ -67,8 +83,7 @@
 Section: doc
 Priority: optional
 Architecture: all
-Suggests: libhdf4-dev
-Depends: ${misc:Depends}
+Suggests: libhdf4-dev, ${misc:Depends}
 Description: The 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.  
@@ -86,7 +101,7 @@
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: libhdf4-doc, libhdf4-alt-dev, hdf4-tools, libnetcdf4
+Suggests: libhdf4-doc, libhdf4-alt-dev, hdf4-tools, libnetcdf4, ${misc:Depends}
 Description: The Hierarchical Data Format library -- library package
  HDF is a multi-object file format for storing and transferring
  graphical and numerical data mainly used in scientific computing. HDF
@@ -106,8 +121,7 @@
 Architecture: any
 Replaces: libhdf4-dev
 Conflicts: libhdf4-dev
-Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
-Suggests: libnetcdf-dev
+Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends}
 Description: The Hierarchical Data Format library -- development package
  HDF is a multi-object file format for storing and transferring
  graphical and numerical data mainly used in scientific computing. HDF

Modified: packages/libhdf4/trunk/debian/control.in
===================================================================
--- packages/libhdf4/trunk/debian/control.in	2009-03-13 10:05:24 UTC (rev 2015)
+++ packages/libhdf4/trunk/debian/control.in	2009-03-13 11:59:55 UTC (rev 2016)
@@ -43,13 +43,29 @@
  This package includes some basic utilities to view, pack, unpack, 
  HDF files.
 
+Package: @PACKAGE at g-dev
+Section: libdevel
+Priority: optional
+Architecture: all
+Depends: @PACKAGE at -dev (= ${binary:Version}), ${misc:Depends}
+Description: The Hierarchical Data Format library -- transitional development 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 is provided for transitional purpose. It can be safely
+ removed after upgrading.
+
 Package: @PACKAGE at -dev
 Section: libdevel
 Priority: optional
 Architecture: any
-Provides: libhdf4g-dev
-Replaces: libhdf4g-dev
-Conflicts: libhdf4g-dev
+Replaces: @PACKAGE at g-dev (<< 4.2r4-1)
+Conflicts: @PACKAGE at g-dev (<< 4.2r4-1)
 Depends: @PACKAGE at -@SOVER@ (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
 Description: The Hierarchical Data Format library -- development package
  HDF is a multi-object file format for storing and transferring




More information about the Pkg-grass-devel mailing list