File: control

package info (click to toggle)
dmapi 2.2.10-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,376 kB
  • ctags: 755
  • sloc: sh: 9,404; ansic: 3,009; makefile: 317
file content (35 lines) | stat: -rw-r--r-- 1,178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: dmapi
Section: admin
Priority: optional
Maintainer: Nathan Scott <nathans@debian.org>
Uploaders: Anibal Monsalve Salazar <anibal@debian.org>, Niv Sardi <xaiki@debian.org>
Build-Depends: xfslibs-dev (>= 2.7.13), autoconf, debhelper (>= 7), libtool
Standards-Version: 3.8.1

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