]> wimlib.net Git - wimlib/blob - debian/control
debian/: wimlib9 => wimlib15
[wimlib] / debian / control
1 Source: wimlib
2 Priority: optional
3 Maintainer: Eric Biggers <ebiggers3@gmail.com>
4 Build-Depends: debhelper (>= 8.9.7), autotools-dev, pkg-config,
5                libfuse-dev, libxml2-dev, libssl-dev,
6                ntfs-3g-dev (>= 2011.4.12), attr-dev, attr
7 Build-Depends-Indep: doxygen
8 Standards-Version: 3.9.3
9 Section: libs
10 Homepage: http://sourceforge.net/projects/wimlib
11 Vcs-Git: git://git.code.sf.net/p/wimlib/code
12
13 Package: wimlib15
14 Section: libs
15 Architecture: any
16 Depends: ${shlibs:Depends}, ${misc:Depends}
17 Suggests: wimtools
18 Description: Library to extract, create, modify, and mount WIM files
19  wimlib is a C library for extracting, creating, modifying, and mounting WIM
20  (Windows Imaging) files.  WIM is an archive format designed primarily for
21  archiving Windows filesystems.  It features single-instancing and LZ77-based
22  compression, and is used by Microsoft to distribute and deploy Windows Vista and
23  later.  wimlib is an independent implementation of an API for handling WIM
24  files, available on both UNIX-like systems and Windows, that provides features
25  similar to Microsoft's WIMGAPI, as well as additional features such as support
26  for pipable WIM files and programatically making changes to WIM images without
27  mounting them.
28
29
30 Package: wimtools
31 Section: utils
32 Architecture: any
33 Depends: ${shlibs:Depends}, ${misc:Depends}
34 Suggests: genisoimage, mtools, syslinux, cabextract
35 Description: Tools to extract, create, modify, and mount WIM files
36  Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM is
37  an archive format designed primarily for archiving Windows filesystems.  It
38  features single-instancing and LZ77-based compression and is used by Microsoft
39  to distribute and deploy Windows Vista and later.  WIM files are normally
40  created by using the `imagex.exe' utility on Windows, but this package contains
41  a free implementation of ImageX called "wimlib-imagex" that is designed to work
42  on both UNIX-like systems and Windows.
43  .
44  In addition to the usual extract/create/update support, wimlib-imagex allows you
45  to mount WIM images readonly or read-write, and it even allows you to extract or
46  create a WIM image directly to/from an unmounted NTFS volume.  This makes it
47  possible to, from Linux, back up or deploy a Windows OS directly to or from a
48  WIM file, such as the install.wim distributed on the Windows installation media.
49  .
50  This package also contains a script to make a customized Windows PE image based
51  on the capabilities provided by wimlib-imagex.
52
53 Package: wimlib-dev
54 Section: libdevel
55 Architecture: any
56 Depends: wimlib9 (= ${binary:Version}), ${misc:Depends}
57 Suggests: wimlib-doc
58 Description: wimlib - development files
59  Development files for wimlib
60
61 Package: wimlib-doc
62 Section: doc
63 Architecture: all
64 Depends: ${misc:Depends}
65 Description: wimlib - API documentation
66  API documentation for wimlib