]> wimlib.net Git - wimlib/commitdiff
Update Debian package
authorEric Biggers <ebiggers3@gmail.com>
Wed, 15 May 2013 05:30:50 +0000 (00:30 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Wed, 15 May 2013 05:30:50 +0000 (00:30 -0500)
debian/changelog
debian/control
debian/docs
debian/wimlib.install
debian/wimtools.install [new file with mode: 0644]

index 08adf3c0fef2c211535b74d3dd8cae38884e4357..aadc25d5ca453818be4d7a163d4324053eaf4976 100644 (file)
@@ -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 <ebiggers3gmail.com>  Sun, 12 May 2013 22:59:55 -0500
 
index 4b1e6e8fc1d7a15d4f81f6980d7f8cf29c1a6303..c1b84c01a54a023700cb894797db191d3c4db8e4 100644 (file)
@@ -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.
index 5502ed8f40fc4c37d8385e57c16b8d2642ecff18..6f83607c14aa1cd7cb72686f7cda5ddd090b09ae 100644 (file)
@@ -1,3 +1,3 @@
+AUTHORS
 NEWS
 README
-TODO
index 5cdf88470bd090e4b6a60105841182af3511bb37..f473331110479e2787ddaa3ef9c4375a59e7be57 100644 (file)
@@ -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 (file)
index 0000000..68671de
--- /dev/null
@@ -0,0 +1,2 @@
+usr/bin/*
+usr/share/man/man1/*