From c4468ca6cf1ff81322fc8be9026363ffac13bb60 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 15 May 2013 00:30:50 -0500 Subject: [PATCH] Update Debian package --- debian/changelog | 3 ++- debian/control | 27 ++++++++++++++++----------- debian/docs | 2 +- debian/wimlib.install | 5 +++-- debian/wimtools.install | 2 ++ 5 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 debian/wimtools.install diff --git a/debian/changelog b/debian/changelog index 08adf3c0..aadc25d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ wimlib (1.4.0-1) unstable; urgency=low - * Update to v1.4.0 + * Update to v1.4.0; moved wimlib-imagex and mkwinpeimg to "wimtools" + package. -- Eric Biggers Sun, 12 May 2013 22:59:55 -0500 diff --git a/debian/control b/debian/control index 4b1e6e8f..c1b84c01 100644 --- a/debian/control +++ b/debian/control @@ -14,21 +14,26 @@ 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. + Development files for wimlib Package: wimlib Section: libs Architecture: any 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: 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. +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. diff --git a/debian/docs b/debian/docs index 5502ed8f..6f83607c 100644 --- a/debian/docs +++ b/debian/docs @@ -1,3 +1,3 @@ +AUTHORS NEWS README -TODO diff --git a/debian/wimlib.install b/debian/wimlib.install index 5cdf8847..f4733311 100644 --- a/debian/wimlib.install +++ b/debian/wimlib.install @@ -1,3 +1,4 @@ usr/lib/libwim.so.* -usr/bin/* -usr/share/man/man1/* +README +NEWS +AUTHORS diff --git a/debian/wimtools.install b/debian/wimtools.install new file mode 100644 index 00000000..68671deb --- /dev/null +++ b/debian/wimtools.install @@ -0,0 +1,2 @@ +usr/bin/* +usr/share/man/man1/* -- 2.43.0