File: control

package info (click to toggle)
libpmount 0.0.16
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 104 kB
  • ctags: 48
  • sloc: ansic: 609; makefile: 105
file content (35 lines) | stat: -rw-r--r-- 1,378 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: libpmount
Priority: optional
Section: libs
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: http://git.hadrons.org/?p=libpmount.git
Vcs-Git: git://git.hadrons.org/git/libpmount.git
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7)
Standards-Version: 3.9.2

Package: libpmount-dev
Section: libdevel
Architecture: any
Depends: libpmount0.0 (= ${binary:Version}), ${misc:Depends}
Description: portable mount library - development files
 This library implements functions pmount() and pumount() as wrappers to
 the real mount/unmount unportable interfaces on each platform.
 .
 Its goal is to provide a consistent interface application programmers can
 rely on for mounting and umounting filesystems without having to address
 kernel-related portability problems.
 .
 This package contains the static object and header files of libpmount.

Package: libpmount0.0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: portable mount library - shared library
 This library implements functions pmount() and pumount() as wrappers to
 the real mount/unmount unportable interfaces on each platform.
 .
 Its goal is to provide a consistent interface application programmers can
 rely on for mounting and umounting filesystems without having to address
 kernel-related portability problems.
 .
 This package contains the libpmount shared object.