X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=debian%2Fcontrol;h=c1b84c01a54a023700cb894797db191d3c4db8e4;hb=4c13f7cc42a1629e18f810ffe8d4656efe8a6ec1;hp=f42524fff7a36dc071748113325a59afdaca066e;hpb=c488bc38989476e75f4354915591c4471477c16c;p=wimlib diff --git a/debian/control b/debian/control index f42524ff..c1b84c01 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,9 @@ Source: wimlib Priority: optional Maintainer: Eric Biggers -Build-Depends: debhelper (>= 7.0.0), autotools-dev, libfuse-dev, libxml2-dev, libssl-dev +Build-Depends: debhelper (>= 7.0.0), autotools-dev, pkg-config, + libfuse-dev, libxml2-dev, libssl-dev, + ntfs-3g-dev (>= 2011.4.12), attr-dev, bash, attr Standards-Version: 3.9.2 Section: libs Homepage: http://sourceforge.net/projects/wimlib @@ -12,14 +14,26 @@ Section: libdevel Architecture: any Depends: wimlib (= ${binary:Version}) Description: Development files for wimlib + Development files for wimlib Package: wimlib Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, libssl0.9.8 | 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. +Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, + libssl0.9.8 | libssl1.0.0, ntfs-3g (>= 2011.4.12), attr +Description: Library to extract, create, modify, and mount WIM files + wimlib is a C library for creating, extracting, modifying, and mounting files + in the Windows Imaging Format (WIM files). It is similar to Microsoft's + WIMGAPI but is designed for both UNIX and Windows. + +Package: wimtools +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: genisoimage, mtools, syslinux, cabextract, ntfsprogs +Description: Tools to create, extract, modify, and mount WIM files + Tools to create, extract, modify, and mount files in the Windows Imaging + Format (WIM files). These 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.