]> wimlib.net Git - wimlib/blob - debian/control
Add imagex symlink on UNIX
[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  Development files for wimlib
18
19 Package: wimlib
20 Section: libs
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2,
23          libssl0.9.8 | libssl1.0.0, ntfs-3g (>= 2011.4.12), attr
24 Description: Library to extract, create, modify, and mount WIM files
25  wimlib is a C library for creating, extracting, modifying, and mounting files
26  in the Windows Imaging Format (WIM files).  It is similar to Microsoft's
27  WIMGAPI but is designed for both UNIX and Windows.
28
29 Package: wimtools
30 Section: libs
31 Architecture: any
32 Depends: ${shlibs:Depends}, ${misc:Depends}
33 Suggests: genisoimage, mtools, syslinux, cabextract, ntfsprogs
34 Description: Tools to create, extract, modify, and mount WIM files
35  Tools to create, extract, modify, and mount files in the Windows Imaging
36  Format (WIM files).  These files are normally created by using the
37  `imagex.exe' utility on Windows, but this package contains a free
38  implementation of ImageX called "wimlib-imagex" that is designed to work on
39  both UNIX and Windows.