Source: libpmount
Priority: optional
Section: libs
Maintainer: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.hadrons.org/cgit/debian/pkgs/libpmount.git
Vcs-Git: https://git.hadrons.org/git/debian/pkgs/libpmount.git
Homepage: https://www.hadrons.org/software/libpmount/
Standards-Version: 4.2.1
Rules-Requires-Root: no
Build-Depends:
 debhelper (>= 11),
 e2fsprogs <!nocheck>,
 genisoimage <!nocheck>,

Package: libpmount-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libpmount0 (= ${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
Architecture: any
Multi-Arch: same
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.
