]> wimlib.net Git - wimlib/blob - debian/control
Allow libssl0.9.8 for dpkg dependency
[wimlib] / debian / control
1 Source: wimlib
2 Priority: optional
3 Maintainer: Eric Biggers <ebiggers3@gmail.com>
4 Build-Depends: debhelper (>= 7.0.0), autotools-dev, libfuse-dev, libxml2-dev, libssl-dev
5 Standards-Version: 3.9.2
6 Section: libs
7 Homepage: http://sourceforge.net/projects/wimlib
8 Vcs-Git: git://git.code.sf.net/p/wimlib/code
9
10 Package: wimlib-dev
11 Section: libdevel
12 Architecture: any
13 Depends: wimlib (= ${binary:Version})
14 Description: Development files for wimlib
15
16 Package: wimlib
17 Section: libs
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}, libfuse2, libxml2, libssl0.9.8 | libssl1.0.0
20 Description: Library to extract, create, and modify WIM files
21  wimlib is a library that can be used to create, extract, and modify files in
22  the Windows Imaging Format. These files are normally created by the
23  'imagex.exe' program on Windows, but this library provides a free
24  implementation of 'imagex' for UNIX-based systems. wimlib supports mounting
25  WIM files, just like imagex.exe.