libisoburn 1.2.4-0ubuntu2 source package in Ubuntu

Changelog

libisoburn (1.2.4-0ubuntu2) saucy; urgency=low

  * Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.
 -- Colin Watson <email address hidden>   Thu, 10 Oct 2013 12:46:01 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Saucy
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libisoburn_1.2.4.orig.tar.gz 1.2 MiB be5c3adfcf8c32e8489ac77de5842c39cfefd8e994edebabb8353262945a85bf
libisoburn_1.2.4-0ubuntu2.debian.tar.gz 12.6 KiB ff0b1adf49154450d0106ca0ba27c805d33c293f9d729dc814c541f6cfcbedd6
libisoburn_1.2.4-0ubuntu2.dsc 2.4 KiB 8c0be2dfd908ab1b72156588001f4204e0b905e805b6226d43d2a699e3537de2

Available diffs

View changes file

Binary packages built by this source

libisoburn-dbg: No summary available for libisoburn-dbg in ubuntu saucy.

No description available for libisoburn-dbg in ubuntu saucy.

libisoburn-dev: No summary available for libisoburn-dev in ubuntu saucy.

No description available for libisoburn-dev in ubuntu saucy.

libisoburn-doc: 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.

libisoburn1: library to handle creation and inspection of ISO-9660 file systems

 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 shared object files for libisoburn.

xorriso: 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
 extensions.
 .
 It maps file objects from POSIX compliant file systems into Rock Ridge
 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.
 .
 Supported optical media types:
  - CD-R, CD-RW
  - DVD-R, DVD-R DL, DVD-RW, DVD+R, DVD+R DL, DVD+RW, DVD-RAM
  - BD-R, BD-RE
 .
 Some interesting features:
  - Emulation of the mkisofs and cdrecord programs.
  - Data backup and restore capabilities - compression, ACLs, and filters.
  - Isohybrid MBR with partition offset - features booting ISOLINUX from
    USB sticks, or from other devices that appear to PC-BIOS as hard disks.
    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
    image, generated on the fly.
 .
 Test suite:
  xorriso source code comes with a release engineering test-suite called
  `releng', which aims to cover most of the functionality of the xorriso
  and the underlying libraries of libburn, libisofs, and libisoburn.