X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=debian%2Fcontrol;h=4b1e6e8fc1d7a15d4f81f6980d7f8cf29c1a6303;hb=cdf7299e77148206b8a4cb665ddd7a00a0e8ed91;hp=44d79eef0b30d7bdd23a491f03e8134aac317ae7;hpb=26e3a8b7ef72c555073d617cedb53af8f53b3fad;p=wimlib diff --git a/debian/control b/debian/control index 44d79eef..4b1e6e8f 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,11 +14,18 @@ Section: libdevel Architecture: any Depends: wimlib (= ${binary:Version}) Description: Development files for wimlib + 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 Section: libs Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, libssl1.0.0 +Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, + libssl0.9.8 | libssl1.0.0, ntfs-3g (>= 2011.4.12), attr +Suggests: genisoimage, mtools, syslinux, cabextract, ntfsprogs 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