]> wimlib.net Git - wimlib/blob - debian/control
Dynamically load Find{Find,Next}StreamW()
[wimlib] / debian / control
1 Source: wimlib
2 Priority: optional
3 Maintainer: Eric Biggers <ebiggers3@gmail.com>
4 Build-Depends: debhelper (>= 7.0.0), autotools-dev, pkg-config,
5                libfuse-dev, libxml2-dev, libssl-dev,
6                ntfs-3g-dev (>= 2011.4.12), attr-dev, bash, attr
7 Standards-Version: 3.9.2
8 Section: libs
9 Homepage: http://sourceforge.net/projects/wimlib
10 Vcs-Git: git://git.code.sf.net/p/wimlib/code
11
12 Package: wimlib-dev
13 Section: libdevel
14 Architecture: any
15 Depends: wimlib (= ${binary:Version})
16 Description: Development files for wimlib
17  wimlib is a library that can be used to create, extract, and modify files in
18  the Windows Imaging Format. These files are normally created by the
19  'imagex.exe' program on Windows, but this library provides a free
20  implementation of 'imagex' for UNIX-based systems. wimlib supports mounting
21  WIM files, just like imagex.exe.
22
23 Package: wimlib
24 Section: libs
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2,
27          libssl0.9.8 | libssl1.0.0, ntfs-3g (>= 2011.4.12), attr
28 Suggests: genisoimage, mtools, syslinux, cabextract, ntfsprogs
29 Description: Library to extract, create, and modify WIM files
30  wimlib is a library that can be used to create, extract, and modify files in
31  the Windows Imaging Format. These files are normally created by the
32  'imagex.exe' program on Windows, but this library provides a free
33  implementation of 'imagex' for UNIX-based systems. wimlib supports mounting
34  WIM files, just like imagex.exe.