[Pkg-libburnia-commits] r265 - trunk/libisoburn/debian

George Danchev danchev at alioth.debian.org
Sun Feb 19 09:28:52 UTC 2012


Author: danchev
Date: 2012-02-19 21:28:52 +0000 (Sun, 19 Feb 2012)
New Revision: 265

Modified:
   trunk/libisoburn/debian/changelog
   trunk/libisoburn/debian/control
Log:
improve libisoburn* package descriptions

Modified: trunk/libisoburn/debian/changelog
===================================================================
--- trunk/libisoburn/debian/changelog	2012-02-13 16:04:33 UTC (rev 264)
+++ trunk/libisoburn/debian/changelog	2012-02-19 21:28:52 UTC (rev 265)
@@ -3,6 +3,10 @@
   * Build-dependency of libcam-dev [kfreebsd-any] is not needed
     since it is only libburn which uses CAM directly on kFreeBSD.
     Thanks to Robert Millan <rmh at debian.org> (Closes: #659621)
+  * Improve package descriptions of libisoburn1, -dev, -dbg,
+    and -doc packages; also mentioning the two kind of APIs as
+    published by libisoburn/libisoburn.h (the low-level)
+    and libisoburn/xorriso.h (the higher level).
   * Remove Mats Erik Andersson from Uploaders as he requested.
 
  -- George Danchev <danchev at spnet.net>  Fri, 03 Feb 2012 14:12:20 +0200

Modified: trunk/libisoburn/debian/control
===================================================================
--- trunk/libisoburn/debian/control	2012-02-13 16:04:33 UTC (rev 264)
+++ trunk/libisoburn/debian/control	2012-02-19 21:28:52 UTC (rev 265)
@@ -15,13 +15,16 @@
 Package: libisoburn1
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: library to handle creation and inspection of ISO 9660 file systems
+Description: library to handle creation and inspection of ISO-9660 file systems
  libisoburn is a frontend for the libraries libburn and libisofs. It handles
- creation and inspection of ISO 9660 file systems on all CD/DVD media supported
- by libburn. These include media like DVD+RW, which does not support multi-
- session management at media level, as well as plain disk files and block
- devices.
- 
+ the creation, loading, manipulation and burning of ISO-9660 filesystem images.
+ This library provides a low-level API, called libisoburn API, which
+ encapsulates the API of libburn and libisofs, and a higher level API, called
+ xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
+ and is also used by the xorriso program itself.
+ .
+ This package contains the shared object files for libisoburn.
+
 Package: libisoburn-dbg
 Architecture: any
 Section: debug
@@ -29,17 +32,27 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version}), libisofs-dbg, libburn-dbg
 Description: debugging symbols for libisoburn and xorriso
  libisoburn is a frontend for the libraries libburn and libisofs. It handles
- creation and inspection of ISO 9660 file systems on all CD/DVD media supported
- by libburn.
+ the creation, loading, manipulation and burning of ISO-9660 filesystem images.
+ This library provides a low-level API, called libisoburn API, which
+ encapsulates the API of libburn and libisofs, and a higher level API, called
+ xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
+ and is also used by the xorriso program itself.
  .
  This package contains debugging files useful for investigating any problems
- with the binaries found in the packages 'libisoburn' and 'xorriso'.
-    
+ with the binaries found in the libisoburn library and the xorriso application.
+
 Package: libisoburn-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Description: documentation package for libisoburn
+ libisoburn is a frontend for the libraries libburn and libisofs. It handles
+ the creation, loading, manipulation and burning of ISO-9660 filesystem images.
+ This library provides a low-level API, called libisoburn API, which
+ encapsulates the API of libburn and libisofs, and a higher level API, called
+ xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
+ and is also used by the xorriso program itself.
+ .
  This package contains the documentation for libisoburn.
 
 Package: libisoburn-dev
@@ -48,6 +61,13 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version}), libisofs-dev, libburn-dev
 Suggests: libisoburn-doc (= ${source:Version})
 Description: development package for libisoburn
+ libisoburn is a frontend for the libraries libburn and libisofs. It handles
+ the creation, loading, manipulation and burning of ISO-9660 filesystem images.
+ This library provides a low-level API, called libisoburn API, which
+ encapsulates the API of libburn and libisofs, and a higher level API, called
+ xorriso API which encapsulates the API of libburn, libisofs, and libisoburn,
+ and is also used by the xorriso program itself.
+ .
  This package contains the headers, pkgconfig data, and static library for
  libisoburn.
 
@@ -56,13 +76,13 @@
 Section: otherosfs
 Depends: ${shlibs:Depends}, ${misc:Depends}, libisoburn1 (= ${binary:Version}), libburn4 (>= 0.7.2), libisofs6 (>= 0.6.24)
 Suggests: jigit (>= 1.17-2), cdck
-Description: command line ISO 9660 and Rock Ridge manipulation tool
+Description: command line ISO-9660 and Rock Ridge manipulation tool
  xorriso is a command line and dialog application, which creates, loads,
- manipulates, and writes ISO 9660 file system images with Rock Ridge
+ manipulates, and writes ISO-9660 file system images with Rock Ridge
  extensions.
  .
  It maps file objects from POSIX compliant file systems into Rock Ridge
- enhanced ISO 9660 file systems and features session-wise manipulation
+ enhanced ISO-9660 file systems and features session-wise manipulation
  of such file systems. It can load the management information of existing
  ISO images and write the resulting session to optical medium or as
  file system objects.
@@ -80,7 +100,7 @@
     The images carry a conventional partition table for a USB stick;
     the first partition reports the size of the ISO image, but starts at a
     non-zero address. It is nevertheless still mountable.
-  - Jigdo Template Export - jigdo representation of the resulting ISO 9660 
+  - Jigdo Template Export - jigdo representation of the resulting ISO-9660 
     image, generated on the fly.
  .
  Test suite:




More information about the Pkg-libburnia-commits mailing list