X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=debian%2Fcontrol;h=6193389fdd0dd9a061d1781d904e20c227b645af;hb=e14e4844e302870abcc6dc67c96a84665db4a671;hp=44d79eef0b30d7bdd23a491f03e8134aac317ae7;hpb=26e3a8b7ef72c555073d617cedb53af8f53b3fad;p=wimlib diff --git a/debian/control b/debian/control index 44d79eef..6193389f 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,77 @@ Source: wimlib Priority: optional Maintainer: Eric Biggers -Build-Depends: debhelper (>= 7.0.0), autotools-dev, libfuse-dev, libxml2-dev, libssl-dev -Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 8.9.7), autotools-dev, pkg-config, + libfuse-dev, libxml2-dev, libssl-dev, + ntfs-3g-dev (>= 2011.4.12), attr-dev, attr +Build-Depends-Indep: doxygen +Standards-Version: 3.9.3 Section: libs Homepage: http://sourceforge.net/projects/wimlib Vcs-Git: git://git.code.sf.net/p/wimlib/code +Package: wimlib7 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: wimtools +Description: Library to extract, create, modify, and mount WIM files + wimlib is a C library for extracting, creating, modifying, and mounting WIM + (Windows Imaging) files. WIM is an archive format designed primarily for + archiving Windows filesystems. It features single-instancing and LZ77-based + compression, and is used by Microsoft to distribute and deploy Windows Vista + and later. wimlib is an independent implementation of an API for handling WIM + files, available on both UNIX and Windows, that provides capabilities similar + to Microsoft's WIMGAPI. + + +Package: wimtools +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: genisoimage, mtools, syslinux, cabextract +Description: Tools to extract, create, modify, and mount WIM files + Tools to extract, create, modify, and mount WIM (Windows Imaging) files. WIM + is an archive format designed primarily for archiving Windows filesystems. It + features single-instancing and LZ77-based compression and is used by Microsoft + to distribute and deploy Windows Vista and later. WIM files are normally + created by using the `imagex.exe' utility on Windows, but this package + contains a free implementation of ImageX called "wimlib-imagex" that is + designed to work on both UNIX and Windows. + . + In addition to the usual extract/create/update support, wimlib-imagex allows + you to mount WIM images readonly or read-write, and it even allows you to + extract or create a WIM image directly to/from an unmounted NTFS volume. This + makes it possible to, from Linux, back up or deploy a Windows OS directly to + or from a WIM file, such as the install.wim distributed on the Windows + installation media. + . + This package also contains a script to make a customized Windows PE image + based on the capabilities provided by wimlib-imagex. + Package: wimlib-dev Section: libdevel Architecture: any -Depends: wimlib (= ${binary:Version}) -Description: Development files for wimlib +Depends: wimlib7 (= ${binary:Version}), ${misc:Depends} +Suggests: wimlib-doc +Description: wimlib - development files + Development files for wimlib, a C library for extracting, creating, modifying, + and mounting WIM (Windows Imaging) files. WIM is an archive format designed + primarily for archiving Windows filesystems. It features single-instancing + and LZ77-based compression, and is used by Microsoft to distribute and deploy + Windows Vista and later. wimlib is an independent implementation of an API + for handling WIM files, available on both UNIX and Windows, that provides + capabilities similar to Microsoft's WIMGAPI. -Package: wimlib -Section: libs -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, libssl1.0.0 -Description: Library to extract, create, and modify WIM files - wimlib is a library that can be used to create, extract, and modify files in - the Windows Imaging Format. These files are normally created by the - 'imagex.exe' program on Windows, but this library provides a free - implementation of 'imagex' for UNIX-based systems. wimlib supports mounting - WIM files, just like imagex.exe. +Package: wimlib-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Description: wimlib - API documentation + Documentation for library API of wimlib. wimlib is a C library for + extracting, creating, modifying, and mounting WIM (Windows Imaging) files. + WIM is an archive format designed primarily for archiving Windows filesystems. + It features single-instancing and LZ77-based compression, and is used by + Microsoft to distribute and deploy Windows Vista and later. wimlib is an + independent implementation of an API for handling WIM files, available on both + UNIX and Windows, that provides capabilities similar to Microsoft's WIMGAPI.