]> wimlib.net Git - wimlib/blob - debian/control
Merge branch with pipable WIM support
[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: wimlib7
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
23  and later.  wimlib is an independent implementation of an API for handling WIM
24  files, available on both UNIX and Windows, that provides capabilities similar
25  to Microsoft's WIMGAPI.
26
27
28 Package: wimtools
29 Section: utils
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Suggests: genisoimage, mtools, syslinux, cabextract
33 Description: Tools to extract, create, modify, and mount WIM files
34  Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM
35  is an archive format designed primarily for archiving Windows filesystems.  It
36  features single-instancing and LZ77-based compression and is used by Microsoft
37  to distribute and deploy Windows Vista and later.  WIM files are normally
38  created by using the `imagex.exe' utility on Windows, but this package
39  contains a free implementation of ImageX called "wimlib-imagex" that is
40  designed to work on both UNIX and Windows.
41  .
42  In addition to the usual extract/create/update support, wimlib-imagex allows
43  you to mount WIM images readonly or read-write, and it even allows you to
44  extract or create a WIM image directly to/from an unmounted NTFS volume.  This
45  makes it possible to, from Linux, back up or deploy a Windows OS directly to
46  or from a WIM file,  such as the install.wim distributed on the Windows
47  installation media.
48  .
49  This package also contains a script to make a customized Windows PE image
50  based on the capabilities provided by wimlib-imagex.
51
52 Package: wimlib-dev
53 Section: libdevel
54 Architecture: any
55 Depends: wimlib7 (= ${binary:Version}), ${misc:Depends}
56 Suggests: wimlib-doc
57 Description: wimlib - development files
58  Development files for wimlib, a C library for extracting, creating, modifying,
59  and mounting WIM (Windows Imaging) files.  WIM is an archive format designed
60  primarily for archiving Windows filesystems.  It features single-instancing
61  and LZ77-based compression, and is used by Microsoft to distribute and deploy
62  Windows Vista and later.  wimlib is an independent implementation of an API
63  for handling WIM files, available on both UNIX and Windows, that provides
64  capabilities similar to Microsoft's WIMGAPI.
65
66 Package: wimlib-doc
67 Section: doc
68 Architecture: all
69 Depends: ${misc:Depends}
70 Description: wimlib - API documentation
71  Documentation for library API of wimlib.  wimlib is a C library for
72  extracting, creating, modifying, and mounting WIM (Windows Imaging) files.
73  WIM is an archive format designed primarily for archiving Windows filesystems.
74  It features single-instancing and LZ77-based compression, and is used by
75  Microsoft to distribute and deploy Windows Vista and later.  wimlib is an
76  independent implementation of an API for handling WIM files, available on both
77  UNIX and Windows, that provides capabilities similar to Microsoft's WIMGAPI.