[BACK]Return to control CVS log [TXT][DIR] Up to [Development] / xfs-cmds / dmapi / debian

File: [Development] / xfs-cmds / dmapi / debian / control (download)

Revision 1.13, Tue Mar 28 15:35:32 2006 UTC (11 years, 6 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.12: +2 -2 lines

Debian packaging updates for DMAPI userspace package.
Merge of master-melb:xfs-cmds:25585a by kenmcd.

Source: dmapi
Section: admin
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Build-Depends: xfslibs-dev (>= 2.7.13), autoconf, debhelper (>= 5), libtool
Standards-Version: 3.5.9

Package: libdm0
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Provides: dmapi
Replaces: dmapi
Recommends: xfsdump (>= 2.2.34)
Architecture: any
Description: Data Management API runtime environment
 Files required by system software using the Data Management API
 (DMAPI).  This is used to implement the interface defined in the
 X/Open document:  Systems Management: Data Storage Management
 (XDSM) API dated February 1997.  This interface is implemented
 by the libdm library.

Package: libdm0-dev
Section: libdevel
Priority: extra
Depends: libc6-dev | libc-dev, libdm0, xfslibs-dev (>= 2.7.13)
Provides: dmapi-dev
Replaces: dmapi-dev
Conflicts: xfslibs-dev (<< 2.7.13)
Architecture: any
Description: Data Management API static libraries and headers
 libdm0-dev contains the libraries and header files needed to
 develop programs which make use of the Data Management API
 (DMAPI).