]> wimlib.net Git - wimlib/commitdiff
debian/: update
authorEric Biggers <ebiggers3@gmail.com>
Sat, 17 Aug 2013 01:51:24 +0000 (20:51 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 17 Aug 2013 01:51:24 +0000 (20:51 -0500)
debian/changelog
debian/control

index 0990ed1c6c3f54a2de439e1f0d87112c2043bdf2..d7b872dd68339374a5d6e2f90251e553e194138f 100644 (file)
@@ -2,7 +2,7 @@ wimlib (1.5.0-1) unstable; urgency=low
 
   * Update to v1.5.0
 
 
   * Update to v1.5.0
 
- -- Eric Biggers <ebiggers3@gmail.com>  Tue, 13 Aug 2013 00:58:52 -0500
+ -- Eric Biggers <ebiggers3@gmail.com>  Fri, 16 Aug 2013 20:51:08 -0500
 
 wimlib (1.4.2-1) unstable; urgency=low
 
 
 wimlib (1.4.2-1) unstable; urgency=low
 
index 6193389fdd0dd9a061d1781d904e20c227b645af..9a6ef51f9d078df6f1435e654e79ba7d47d46cc0 100644 (file)
@@ -10,7 +10,7 @@ Section: libs
 Homepage: http://sourceforge.net/projects/wimlib
 Vcs-Git: git://git.code.sf.net/p/wimlib/code
 
 Homepage: http://sourceforge.net/projects/wimlib
 Vcs-Git: git://git.code.sf.net/p/wimlib/code
 
-Package: wimlib7
+Package: wimlib9
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -19,10 +19,12 @@ Description: Library to extract, create, modify, and mount WIM files
  wimlib is a C library for extracting, creating, modifying, and mounting WIM
  (Windows Imaging) files.  WIM is an archive format designed primarily for
  archiving Windows filesystems.  It features single-instancing and LZ77-based
  wimlib is a C library for extracting, creating, modifying, and mounting WIM
  (Windows Imaging) files.  WIM is an archive format designed primarily for
  archiving Windows filesystems.  It features single-instancing and LZ77-based
- compression, and is used by Microsoft to distribute and deploy Windows Vista
- and later.  wimlib is an independent implementation of an API for handling WIM
- files, available on both UNIX and Windows, that provides capabilities similar
- to Microsoft's WIMGAPI.
+ compression, and is used by Microsoft to distribute and deploy Windows Vista and
+ later.  wimlib is an independent implementation of an API for handling WIM
+ files, available on both UNIX-like systems and Windows, that provides features
+ similar to Microsoft's WIMGAPI, as well as additional features such as support
+ for pipable WIM files and programatically making changes to WIM images without
+ mounting them.
 
 
 Package: wimtools
 
 
 Package: wimtools
@@ -31,47 +33,34 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: genisoimage, mtools, syslinux, cabextract
 Description: Tools to extract, create, modify, and mount WIM files
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: genisoimage, mtools, syslinux, cabextract
 Description: Tools to extract, create, modify, and mount WIM files
- Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM
is an archive format designed primarily for archiving Windows filesystems.  It
+ Tools to extract, create, modify, and mount WIM (Windows Imaging) files.  WIM is
+ an archive format designed primarily for archiving Windows filesystems.  It
  features single-instancing and LZ77-based compression and is used by Microsoft
  to distribute and deploy Windows Vista and later.  WIM files are normally
  features single-instancing and LZ77-based compression and is used by Microsoft
  to distribute and deploy Windows Vista and later.  WIM 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.
+ 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-like systems and Windows.
  .
  .
- In addition to the usual extract/create/update support, wimlib-imagex allows
- you to mount WIM images readonly or read-write, and it even allows you to
- extract or create a WIM image directly to/from an unmounted NTFS volume.  This
- makes it possible to, from Linux, back up or deploy a Windows OS directly to
- or from a WIM file,  such as the install.wim distributed on the Windows
- installation media.
+ In addition to the usual extract/create/update support, wimlib-imagex allows you
+ to mount WIM images readonly or read-write, and it even allows you to extract or
+ create a WIM image directly to/from an unmounted NTFS volume.  This makes it
+ possible to, from Linux, back up or deploy a Windows OS directly to or from a
+ WIM file, such as the install.wim distributed on the Windows installation media.
  .
  .
- This package also contains a script to make a customized Windows PE image
based on the capabilities provided by wimlib-imagex.
+ This package also contains a script to make a customized Windows PE image based
+ on the capabilities provided by wimlib-imagex.
 
 Package: wimlib-dev
 Section: libdevel
 Architecture: any
 
 Package: wimlib-dev
 Section: libdevel
 Architecture: any
-Depends: wimlib7 (= ${binary:Version}), ${misc:Depends}
+Depends: wimlib9 (= ${binary:Version}), ${misc:Depends}
 Suggests: wimlib-doc
 Description: wimlib - development files
 Suggests: wimlib-doc
 Description: wimlib - development files
- Development files for wimlib, a C library for extracting, creating, modifying,
- and mounting WIM (Windows Imaging) files.  WIM is an archive format designed
- primarily for archiving Windows filesystems.  It features single-instancing
- and LZ77-based compression, and is used by Microsoft to distribute and deploy
- Windows Vista and later.  wimlib is an independent implementation of an API
- for handling WIM files, available on both UNIX and Windows, that provides
- capabilities similar to Microsoft's WIMGAPI.
+ Development files for wimlib
 
 Package: wimlib-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Description: wimlib - API documentation
 
 Package: wimlib-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
 Description: wimlib - API documentation
- Documentation for library API of wimlib.  wimlib is a C library for
- extracting, creating, modifying, and mounting WIM (Windows Imaging) files.
- WIM is an archive format designed primarily for archiving Windows filesystems.
- It features single-instancing and LZ77-based compression, and is used by
- Microsoft to distribute and deploy Windows Vista and later.  wimlib is an
- independent implementation of an API for handling WIM files, available on both
- UNIX and Windows, that provides capabilities similar to Microsoft's WIMGAPI.
+ API documentation for wimlib