libisoburn (1.5.6-1.2) unstable; urgency=medium * Non-maintainer upload. * Drop hardcoded libburn4 and libisofs6 dependencies from libisoburn1t64. The correct dependencies are generated by dh_shlibdeps. Closes: #1067103 -- Benjamin Drung Fri, 22 Mar 2024 12:07:42 +0100 libisoburn (1.5.6-1.1) unstable; urgency=medium * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062380 -- Benjamin Drung Wed, 28 Feb 2024 13:26:15 +0000 libisoburn (1.5.6-1) unstable; urgency=low [ Thomas Schmitt ] * Changed Standards-Version to 4.6.2 No changes needed according to packaging-manuals/upgrading-checklist.txt * Removed version demand (>= 1.22) from Build-Depends libjte-dev * Added symbol file libisoburn1.symbols. * New upstream version 1.5.6 + Bug fix: False -status failure with -boot_image --interval:appended_partition + Bug fix: -no_rc prevented pre-scanning of arguments for stdio output and others. Introduced by mistake in a62f6af5, 2011.10.18.162119. + Bug fix: -not_leaf and -not_paths were not applied to -extract and alike + Bug fix: -report_system_area cmd misperceived -part_like_isohybrid with -isohybrid-gpt-basdat + Bug fix: -report_system_area cmd misperceived combination of isohybrid and appended partition in GPT + Bug fix: -as mkisofs option -part_like_isohybrid did not cause a MBR partition table if the partitions are data files in the ISO rather than appended + Bug fix: Split file directories (-split_size) were created with wrong permissions + Bug fix: libisofs did not mark clones of imported files as imported. This could cause that original and clone occupy data storage in the newly written session. Thanks to Ivan Shmakov. + Bug fix: Partition offset was preserved from -indev rather than from -outdev + Bug fix: libisofs could misrepresent Rock Ridge information if many symbolic links or AAIP data were recorded in a directory + Bug fix: Data files named /boot.catalog or ./boot.cat could be left out of the emerging ISO if the boot catalog was set to be hidden + Bug fix: -toc reported wrong track LBA with overwritable media with unrecognized content (pseudo-closed) + Bug fix: -find test -has_xattr matched "isofs." attributes in -xattr mode "any" + New API call isoburn_assess_written_features() + New API calls isoburn_igopt_set_max_ce_entries(), isoburn_igopt_get_max_ce_entries() + New flag bit12 with isoburn_read_iso_head(): Read even if start of multi-session emulation is damaged + New -boot_image settings gpt_iso_bootable= and gpt_iso_not_ro= + New -as mkisofs options --gpt-iso-bootable and --gpt-iso-not-ro + New -as cdrecord option --obs_pad. Automatic no_emul_toc with -as cdrecord. + New parameters "obs_pad" and "bdr_obs_exempt" for -dvd_obs + New -as cdrecord option --bdr_obs_exempt + New command -assess_indev_features + New -find test -size + New -compliance rules max_ce_entries=, max_ce_drop= + Allowed lseekable device files with -cut_out. Proof-of-concept by Ivan Shmakov on bugs.debian.org. (Closes: #1010098) -- Thomas Schmitt Sat, 09 Sep 2023 19:20:46 +0200 libisoburn (1.5.4-4) unstable; urgency=low * Added "file" to the "Depends:" list of debian/tests/control -- Thomas Schmitt Tue, 20 Sep 2022 19:41:16 +0200 libisoburn (1.5.4-3) unstable; urgency=low * Patched releng/run_all_auto to return non-zero exit value on failure and introduced debian/tests/control (Closes: #1013313) * Added "Multi-Arch: foreign" to the package descriptions of xorriso, xorriso-tcltk, xorriso-dd-target. (Closes: #1019935) * watch file: set version to 4 and use https * control: declare compliance with policy 4.6.1 -- Thomas Schmitt Sun, 18 Sep 2022 15:15:07 +0200 libisoburn (1.5.4-2) unstable; urgency=low * Patched configure.ac to match the work of autoupdate * Improved description of xorriso-dd-target in debian/control (Closes: #993646) * README.source: simplify mentor instructions -- Thomas Schmitt Sat, 18 Sep 2021 10:13:15 +0200 libisoburn (1.5.4-1) unstable; urgency=low [ Debian Janitor ] * Trim trailing whitespace. * Drop unnecessary dependency on dh-autoreconf. * Update standards version to 4.5.0, no changes needed. [ Thomas Schmitt ] * Changed Standards-Version to 4.5.1 No changes needed according to packaging-manuals/upgrading-checklist.txt * Removed recognition of Debian kfreebsd as system where libcam provides SCSI command passthrough, because libcam vanished from Debian kfreebsd * New upstream version 1.5.4 + Bug fix: -report_system_area as_mkisofs misrepresented GPT with appended partition and forced boot flag as -part_like_isohybrid + Bug fix: Boot catalog could get a wrong name if cat_path= is explicitly given but not containing a slash character + New helper script xorriso-dd-target + New command -truncate_overwritable + Switched to usage of libjte-2.0.0 + New -jigdo parameters "checksum_algorithm", "demand_checksum", "-checksum-list" + New -as mkisofs options "-jigdo-checksum-algorithm", "-checksum-list", "-jigdo-force-checksum" + New -read_speed prefixes "soft_force:" and "soft_corr:" + New -check_media option data_to="-" for standard output + New -zisofs parameters version_2=, block_size_v2=, max_bpt=, max_bpt_f=, bpt_target=, bpt_free_ratio=, by_magic=v2, susp_z2= + New -as mkisofs options --zisofs-version-2, --zisofs2-susp-z2, --zisofs2-susp-zf + Enabled recognition of zisofs by magic without zlib support + New -osirrox option sparse= controls extraction into sparse files + New libisoburn extension options isoburn_ropt_map_joliet_stripped and isoburn_ropt_map_joliet_unmapped + New command -joliet_map * fix (rules): exclude .la files * fix dh_missing warnings * fix (lintian-override): update to new lintian output * add debian/not-installed file -- Thomas Schmitt Thu, 02 Sep 2021 11:58:22 +0200 libisoburn (1.5.2-1) unstable; urgency=low * New upstream release + Bug fix: -disk_pattern on -add ./ -- mistook "./" for the root directory. Thanks JBThiel. + Bug fix: -disk_pattern on -add "" -- yielded SIGSEGV + Bug fix: -osirrox "concat_split_on" worked only together with -split_size larger than 0. Thanks William Willems. + New API calls isoburn_igopt_set_part_type_guid(), isoburn_igopt_get_part_type_guid(), isoburn_igopt_set_iso_type_guid(), isoburn_igopt_get_iso_type_guid() + New command -drive_access, new -as cdrecord option --drive_not_exclusive + Enabled GPT type GUIDs with -append_partition, -boot_image any iso_mbr_part_type=, and -as mkisofs -iso_mbr_part_type + Made libisoburn and GNU xorriso ready for building out-of-source. Thanks Ross Burton. * Patch taken from upstream development + Let libisofs demand libjte version >= 2.0.0 (libjte2 from jigit >= 1.22). libjte2 is able to produce Jigdo with SHA256 instead of MD5. * Changed Build-Depends: "debhelper (>= 9)" to "debhelper-compat (= 12)" and removed debian/compat by cme "fix" "dpkg". * Changed Standards-Version to 4.4.1 No changes needed according to packaging-manuals/upgrading-checklist.txt * Removed AUTHORS README NEWS from libisoburn-doc.docs because already in -dev. * control: removed unnecessary dep on dh-autoreconf -- Thomas Schmitt Mon, 09 Dec 2019 17:16:12 +0100 libisoburn (1.5.0-1) unstable; urgency=low * New upstream release + Bug fix: Multi-session emulation was not recognized with non-zero partition offset + New bit10 of isoburn_drive_aquire() to accept all xattr namespaces + New -xattr mode "any" to process all xattr namespaces of local filesystem + New -as mkisofs option --xattr-any + New -as mkisofs options -uid and -gid * xorriso now suggests xorriso-tcltk * Changed Standards-Version to 4.2.1 No changes needed according to packaging-manuals/upgrading-checklist.txt * Replaced in control file alioth repo URL by salsa repo URL: + Vcs-Git: https://salsa.debian.org/optical-media-team/libisoburn.git * Updated debian/copyright * Copied debian/README.source from libisofs -- Thomas Schmitt Tue, 09 Oct 2018 13:21:28 +0200 libisoburn (1.4.8-3) unstable; urgency=low * New "binary" package xorriso-tcltk. + man page and info document by patch 01-xorriso-tcltk-man-info.patch * Changed Standards-Version to 4.1.1 No changes needed according to packaging-manuals/upgrading-checklist.txt -- Thomas Schmitt Sat, 30 Sep 2017 21:14:35 +0200 libisoburn (1.4.8-2) unstable; urgency=low * Fixed insufficient version number requirement for libburn4 and libisofs6 + need 1.4.8 instead of 1.4.6 * Removed ${shlibs:Depends} from packages -dev and -dbg. + "cme modify dpkg-control" additionally re-arranged some definitions. * Removed explicit -dbg package definition from control and rules. * Deactivated lintian overrides against text splitting C compiler. -- Thomas Schmitt Wed, 27 Sep 2017 20:30:08 +0200 libisoburn (1.4.8-1) unstable; urgency=low * New upstream release + Bug fix: -as mkisofs -no-emul-boot without -boot-load-size defaulted to size 4, instead of full boot image size + Bug fix: -read_fs "norock" did not prevent reading of root Rock Ridge info + Bug fix: Mix of absolute and relative disk paths could cause SIGSEGV with pattern expansion + Bug fix: --mbr-force-bootable did not get into effect with -append_partition + Bug fix: Exit value of failed -mount command was reported as 0 + Bug fix: -boot_image actions "keep" and "patch" did not work any more. Regression by libisofs 1.4.4. + New -find tests -maxdepth and -mindepth + New commands -update_lxi and -update_li + New API calls isoburn_igopt_set_iso_mbr_part_type(), isoburn_igopt_get_iso_mbr_part_type() + New -boot_image bootspec iso_mbr_part_type= + New -as mkisofs option -iso_mbr_part_type + New -as mkisofs option -eltorito-platform + Properly refusing on Pseudo Overwritable formatted BD-R * Changed Standards-Version to 4.1.0 + Removed "Priority: extra" from Package: libisoburn-dbg -- Thomas Schmitt Sat, 16 Sep 2017 13:52:16 +0200 libisoburn (1.4.6-1) unstable; urgency=low * New upstream release + Bug fix: The default setting of -compliance did not apply rec_mtime to Joliet and ISO:1999. mkisofs emulation was not affected by this bug. + Bug fix: -file_size_limit did not increase ISO level if necessary. Thanks to Mattias Schlenker. + New API calls isoburn_igopt_set_gpt_guid(), isoburn_igopt_get_gpt_guid() + New command -use_immed_bit, new -as cdrecord option use_immed_bit= + New -volume_date mode "all_file_dates" + New -as mkisofs option --set_all_file_dates + New bootspec "gpt_disk_guid=", new -as mkisofs option --gpt_disk_guid + New -report_system_area modes "gpt_disk_guid", "make_guid" + New environment variable SOURCE_DATE_EPOCH + New -find action "set_to_mtime" * Reacted on lintian warning binary-control-field-duplicates-source * Changed Vcs-Browser URI in debian/control to https * Excluded kfreebsd-any from cdck suggestion * Adapted Priority of libisoburn-dev and libisoburn-doc to FTP Master overrides * Marked libisoburn-doc as Multi-Arch: foreign -- Thomas Schmitt Sat, 17 Sep 2016 18:49:28 +0200 libisoburn (1.4.4-1) unstable; urgency=low * New upstream release + Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs + Bug fix: -boot_image "any" "system_area=/dev/zero" did not zeroize loaded data + Bug fix: -pathspecs "on" did not properly handle "\\=" + Bug fix: HFS+ production could cause MBR partition of type 0xEE without GPT + Bug fix: HFS+ directories could announce more children than they actually have + Bug fix: The HFS+ filesystem was not marked by in GPT of GRUB2 hybrid layout + Bug fix: When reading an ISO filesystem, the presence of --protective-msdos-label was not recognized if a partition is appended + Bug fix: xorrisofs option --protective-msdos-label did not work if no system area data were given by option -G or alike + Bug fix: -modesty_on_drive properties timeout_sec, min_usec, max_usec read wrong numbers from the parameter text + Letting -as mkisofs --norock revoke the special effect of -r + Letting -blank on overwritable media invalidate UDF extended descriptors + New -pathspecs mode "as_mkisofs" + New -boot_image setting mbr_force_bootable=, -as mkisofs --mbr-force-bootable + New -boot_image bootspecs appended_part_as=apm, part_like_isohybrid=on + New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid + New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family= * Changed Standards-Version to 3.9.8 No changes needed according to packaging-manuals/upgrading-checklist.txt * Removed obsolete patches * Added a lintian override for gcc<->strings confusion * Applied cme "fix" "dpkg" to change debian/copyright header "Format:" -- Thomas Schmitt Sun, 10 Jul 2016 08:52:46 +0200 libisoburn (1.4.2-4) unstable; urgency=low * Changed Standards-Version to 3.9.7 No changes needed according to packaging-manuals/upgrading-checklist.txt * Reacted on lintian hardening warnings by debian/rules variable DEB_BUILD_MAINT_OPTIONS = hardening=+all -- Thomas Schmitt Fri, 5 Feb 2016 18:43:30 +0200 libisoburn (1.4.2-3) unstable; urgency=low * Multiarchify the library packages. by Matthias Klose * Removed uversionmangle rule from debian/watch -- Thomas Schmitt Sat, 30 Jan 2016 20:22:12 +0200 libisoburn (1.4.2-2) unstable; urgency=low * Fix for buildd failure on kfreebsd: Build-Depend on libcam-dev [kfreebsd-any] -- Thomas Schmitt Mon, 07 Dec 2015 13:31:02 +0200 libisoburn (1.4.2-1) unstable; urgency=low * New upstream release. + Bug fix: -backslash_codes "on" did not work outside quotes and with showing "\r" + New API calls isoburn_ropt_set_truncate_mode() isoburn_ropt_get_truncate_mode() + New options with isoburn_ropt_set_extensions(): isoburn_ropt_map_* + New command -modesty_on_drive, new -as cdrecord -immed, minbuf=, modesty_on_drive= + New command -ecma119_map + New command -read_fs + New -boot_image action "replay" + New command -file_name_limit, -as mkisofs -file_name_limit + New -find test -name_limit_blocker. + Result of a Coverity audit: 50+ code changes, but no easy-to-trigger bugs * Raised dependency on libburn-dev and libisofs-dev to >= 1.4.2 * Clarified description of API relations * Added override for false lintian typo warning (caused by "gcc" and "strings") * Removed patch 01-silence-warning-libpthread.patch * Changed Priority of libisoburn-dev and libisoburn-doc to "extra" -- Thomas Schmitt Tue, 01 Dec 2015 14:39:34 +0200 libisoburn (1.4.0-3) unstable; urgency=low * Introduced debian/xorriso.info list. (Closes: #731023) -- Thomas Schmitt Sat, 12 Sep 2015 11:13:31 +0200 libisoburn (1.4.0-2) unstable; urgency=low * New upstream release. (Closes: #787793) + Bug fix: Command -blank "as_needed" formatted blank BD-R. + Bug fix: -as mkisofs option -log-file put the log file into the image + Bug fix: -cut_out did not add x-permission to r-permission of directory + Bug fix: Command -zisofs did not accept all options emitted by -status -zisofs + Bug fix: -blank force:... failed on appendable or closed media + Bug fix: Paths with symbolic links preceding ".." were not interpreted properly (Closes: #738359) + Bug fix: -blank force:all on DVD+RW had no effect + Bug fix: -dev or -indev of medium with non-ISO data caused SIGSEGV by NULL + New command -read_speed + New -close mode "as_needed", new -as cdrecord option --multi_if_possible + New -alter_date types: a-c , m-c , b-c , c + New -compliance rule joliet_utf16, new -as mkisofs option -joliet-utf16 + New -find test -bad_outname, new -find action print_outname + New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO + New -find pseudo tests -use_pattern , -or_use_pattern + New -find action report_sections + New command -concat + New commands -report_system_area and -report_el_torito + New -find action "show_stream_id" + Optional libisofs interval reader with -append_partition and System Area + New -boot_image bootspec "appended_part_as=", new -as mkisofs option -appended_part_as_gpt + New API call isoburn_conv_name_chars() + New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 + New API calls isoburn_igopt_set_stdio_endsync() and isoburn_igopt_get_stdio_endsync + New API calls isoburn_igopt_set_appended_as_gpt(), isoburn_igopt_get_appended_as_gpt() + New API call isoburn_igopt_set_part_flag() and libisofs interval reader flags + New -report_system_area formats "cmd" and "as_mkisofs" + Corrected license statement if GPL-3 libreadline is linked. (Closes: #749801) * Closing older fixed bug: libisoburn-1.2.6 (Closes: #688527) * Removed dependency on doxygen * Added all content of libisoburn-*/doc/ to debian/libisoburn-doc.docs * Updated debian/local/libisoburn.3 * Silenced warning of dpkg-buildpackage about libpthread by patches/01-silence-warning-libpthread.patch . (Also Applied-Upstream.) * Corrected license of upstream to GPL-2+ (from GPL-2) * Migrated to debhelper 9 and applied changes proposed by cme. * Added myself to Uploaders after becoming co-admin of the maintainer project -- Thomas Schmitt Wed, 09 Sep 2015 15:21:05 +0200 libisoburn (1.3.2-1.1) unstable; urgency=medium [ Aurelien Jarno ] * Non-maintainer upload. [ Colin Watson ] * Use dh-autoreconf to regenerate configure script (Closes: #732719). -- Aurelien Jarno Sat, 30 Aug 2014 02:13:26 +0200 libisoburn (1.3.2-1) unstable; urgency=low * New upstream release (Closes: #709561) * Drop patches appliad upstream * Build-depend on libburn-dev (>= 1.3.2) * Build-depend on libisofs-dev (>= 1.3.2) -- George Danchev Sun, 08 Sep 2013 15:09:47 +0200 libisoburn (1.2.2-2) unstable; urgency=low * Bug fix patch: SIGSEGV-by-uninitialized-local-variable Prevent a SIGSEGV due to usage of uninitialized local variable with -check_media patch_lba0="on" option. Regression introduced by version 1.0.6 (Closes: #683248) -- George Danchev Fri, 27 Jul 2012 10:26:57 +0200 libisoburn (1.2.2-1) unstable; urgency=low * New upstream release libisoburn novelties: + New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba() + New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc() + New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache() + Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values xorriso novelties: + New commands -x, -list_arg_sorting + New command -rr_reloc_dir + New command -data_cache_size + New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved + Ignore -as mkisofs -no-split-symlink-components -no-split-symlink-fields + Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing + Bug fix: -as mkisofs without -graft-points could not handle names with "=" * Build-depend on libisofs 1.2.2 (no need to b-depend on newer libburn) * Drop build-dependency of libcam-dev [kfreebsd-any] - it is not needed (resp. linked) by libisoburn source package, and it is only libburn which uses/links CAM directly on kFreeBSD. Thanks to Robert Millan (Closes: #659621) * Likewise, drop build-dependency of zlib1g-dev, libacl1-dev, and libattr1-dev. These are only used (linked) by libisofs. * 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 Tue, 03 Apr 2012 16:27:33 +0300 libisoburn (1.2.0-1) unstable; urgency=low * New upstream release libisoburn novelties: + New relaxations isoburn_igopt_joliet_rec_mtime, isoburn_igopt_iso1999_rec_mtime. xorriso novelties: + Bug fix: mkisofs emulation did not record mtime in ECMA-119 directories. + Made -compliance "rec_mtime" default for xorriso. * Build depend on libburn >= 1.2.0 and libisofs >= 1.2.0. * Convert debian/copyright to DEP5 format. * Drop Section: libs for libisoburn1 package, inherited by Source. * Fix the short description of the libisoburn-doc package. -- George Danchev Wed, 01 Feb 2012 15:13:40 +0200 libisoburn (1.1.8-1) unstable; urgency=low * New upstream release + libisoburn novelties - none + xorriso - info document and man page for xorrecord + xorriso - new option -sleep + xorrsio - enabled recognition of QEMU DVD-ROM 0.12 + xorriso - enabled out-of the box use of xorriso on Linux guest on qemu virtio-blk-pci * Build-Depend on libburn-dev >= 1.1.8. * Include xorrecord.1 as a separate man page. -- George Danchev Mon, 21 Nov 2011 14:06:47 +0200 libisoburn (1.1.6-2) unstable; urgency=low * Fix funny typo in xorriso binary package description. Thanks to Davide Prina (Closes: #643993). -- George Danchev Sun, 02 Oct 2011 09:37:34 +0300 libisoburn (1.1.6-1) unstable; urgency=low * New upstream release libisoburn novelties: + Test suite for all three libburnia libraries. See file releng/README in libisoburn source if you are interested how to run the test suite yourself. xorriso novelties: + Bug fix: -extract_single extracted directory content + Bug fix: -extract was not immediately aborted if -abort_on was triggered + Bug fix: xorriso did not write to files in filesystems with >= 4 TB free space + New option -list_extras + New -osirrox option strict_acl + New -find and -findx action list_extattr + Workaround for collision with Linux udev which lets device links vanish. xorriso runs which use devce links like /dev/cdrw could abort after successfully writing a session, because udev removed the link due to inability to open the device file for examination. * Build depend on libburn and libisofs 1.1.6. -- George Danchev Thu, 29 Sep 2011 16:00:39 +0300 libisoburn (1.1.4-1) unstable; urgency=low * New upstream release + Bug fix: xorriso native mode on some drives wrote unreadble ISO images to CD. + Bug fix: -assert_volid did not work. Regression since version 1.1.0. + Bug fix: -acl or -xattr worked with -extract only on Linux and FreeBSD + New option -device_links * Build depend on libburn 1.1.4 and libisofs 1.1.4. * Build depend on kfreebsd-any instead of kfreebsd-$arch. * Use xorriso.{manpages|examples} rather than xorriso.install for installation of manpages and examples. -- George Danchev Sun, 14 Aug 2011 16:56:21 +0300 libisoburn (1.1.2-1) unstable; urgency=low * New upstream release + Bug fix: since 1.0.6, an unreadable image is produced by: xorrisofs ... > image.iso. Closes: #632865 + Bug fix: -update_r scheduled non-existing files for hardlink update + Enabled extraction of the boot catalog file to disk filesystem + New xorriso option -list_speeds. * Build depend on libisofs >= 1.1.2. -- George Danchev Sun, 10 Jul 2011 14:48:56 +0300 libisoburn (1.1.0-1) unstable; urgency=low * New upstream release + Bug fix: -mount_opts shared worked only with -osirrox o_excl_off + Bug fix: Production of MIPS bootable images caused SIGSEGV + Bug fix: xorriso command -add_plainly "any" did not add all files to the image + Bug fix: The attempt to blank already blank DVD-RW was not gracefully blocked + Bug fix: -as mkisofs -isohybrid-mbr without -no-pad was not cylinder aligned + New option -signal_handling + New option -close_damaged + Dropped suffix .plXY from tarball name * [GD] Build depend on libburn 1.1.0 and libisofs 1.1.0 (as declared in libisoburn-1.1.0/configure.ac) * [GD] Filter around dh_listpackages to decide whether or not to call doxygen (i.e. if -doc is built), instead of hackery like: if [ -x /usr/bin/doxygen ]; then doxygen doc/doxygen.conf; fi. Drop libisoburn-doc.install, use libisoburn-doc.docs instead. * [GD] Build-Depends: libreadline-dev (to enable readline support in xorriso dialog mode). * [GD] Expose libburn and libisofs required versions from configure.ac. * [GD] Drop graphviz from Build-Depends-Indep, not needed anymore. -- George Danchev Mon, 20 Jun 2011 17:38:36 +0300 libisoburn (1.0.8.pl00-4) unstable; urgency=low * [MA] Improve package descriptions and README.Debian. * [MA] Migrate to format "3.0 (quilt)" and compatibility 8. + debian/control: Drop build-dep on 'cdbs'. Require debhelper (>= 8). + debian/rules: Reformulate using 'dh'. + debian/libisoburn{1,-dev,-doc}.docs: New files. + debian/xorriso.docs: Addition of upstream documents. * [GD] Make sure doxygen documentaton (doc package) is not built when dpkg-buildpackage -B is called (i.e. autobuilders). * [GD] Move doxygen, graphviz to Build-Depends-Indep. * [GD] Add missing copyrights for debian packaging. * [GD] Standards-Version: 3.9.2 (no changes needed). * [GD] More package description and README.Debian improvements; thanks to Tony Mancill . -- George Danchev Thu, 26 May 2011 16:21:32 +0300 libisoburn (1.0.8.pl00-3) unstable; urgency=low * [GD] Reintroduce graphviz to b-deps (it won't be needed in the next upstream release, where HAVE_DOT is dropped) -- George Danchev Wed, 18 May 2011 23:13:54 +0300 libisoburn (1.0.8.pl00-2) unstable; urgency=low * [GD] Install xorriso.h - libisoburn higher level API. * [GD] Drop graphviz from build-depends, not used anymore. * [GD] Add Mats Erik Andersson to Uploaders. * [GD] xorriso Suggests cdck. -- George Danchev Wed, 18 May 2011 21:36:27 +0300 libisoburn (1.0.8.pl00-1) unstable; urgency=low * New upstream release. Closes: #622687 xorriso: Bug fix - mkisofs emulation could ignore options. Regression in 0.1.6. (please, see a longer version of the explanation in the bug log) -- George Danchev Thu, 14 Apr 2011 13:52:48 +0300 libisoburn (1.0.6.pl00-3) unstable; urgency=low * xorriso: + Do not install /var/opt/xorriso/ directory. Closes: #622335 + Actually install startup sample file in examples directory. + Correct README.Debian about the sample startup file location. -- George Danchev Sun, 10 Apr 2011 10:27:14 +0300 libisoburn (1.0.6.pl00-2) unstable; urgency=low * Build-Depends: libjte-dev -- George Danchev Sun, 10 Apr 2011 09:31:50 +0300 libisoburn (1.0.6.pl00-1) unstable; urgency=low * New upstream release. Some notes: + xorriso - Bug fix: -as mkisofs padding did not work (regression in 1.0.4) - Bug fix: Options -gid and -uid had no effect - New option -early_stdio_test - New options -print_info and -print_mark - New -compliance option joliet_long_names - -as mkisofs option -joliet-long is now fully functional + libisoburn: - New API calls * libburn-dev (>= 1.0.6.pl00), libisofs-dev (>= 1.0.6) * libisoburn-dev: + do not install *.la files anymore. Closes: #621597 * libisoburn-doc: + install doc/comments. * xorriso: + Improve long package description to reflect recently added features in libraries and app itself. + Suggests: jigit (>= 1.17-2) since jigdo-gen-md5-list script is useful to produce a list which in turn is to be passed to xorriso --md5-list option when producing jigdo representation of the image. + Install /var/opt/xorriso/, that is the default location where 'abort media file' could be created on demand. + Install README.Debian with xorriso binary package. -- George Danchev Fri, 01 Apr 2011 09:52:50 +0300 libisoburn (1.0.4.pl00-5) unstable; urgency=low * Build depend on libisofs-dev 1.0.4-3 as it is the one built with JTE (Jigdo Template Export) support. Closes: #612302 * Remove Simon Huggins from maintainers, as he requested. (Thank you for your work) -- George Danchev Wed, 30 Mar 2011 00:03:45 +0300 libisoburn (1.0.4.pl00-4) unstable; urgency=low * Drop dependency_libs from .la files. Closes: #619690. Thanks Steve Langasek. * Build depend on libisofs 1.0.4-2 due to the above same change (in la files) in libisofs itself. -- George Danchev Sat, 26 Mar 2011 09:28:34 +0200 libisoburn (1.0.4.pl00-3) unstable; urgency=low * Install xorrisofs.1 as a real manpage, as it is, not symlinked to xorriso.1. * Standards-Version: 3.9.1.0 (no changes needed). -- George Danchev Tue, 15 Mar 2011 15:47:44 +0200 libisoburn (1.0.4.pl00-2) unstable; urgency=low * Install xorrisofs, xorrecord, osirrox symlinks reflected by xorriso via argv[0], and their corresponding manpages symlinks as well. -- George Danchev Tue, 15 Mar 2011 14:06:57 +0200 libisoburn (1.0.4.pl00-1) unstable; urgency=low * New upstream release. * Build depend on libburn & libisofs 1.0.4 -- George Danchev Sun, 13 Mar 2011 20:07:36 +0200 libisoburn (0.5.6.pl00-2) unstable; urgency=low * Do not install gifs in the doc package, since newer doxygen does not generate tab*.gif anymore. Closes: #590396 -- George Danchev Mon, 26 Jul 2010 21:25:55 +0300 libisoburn (0.5.6.pl00-1) unstable; urgency=low * New upstream release. * Build-depends on libburn >= 0.8.0, libisofs >= 0.6.32 * Added debian/source/format * Standards-Version 3.8.4 (no changes needed) -- George Danchev Tue, 04 May 2010 19:30:30 +0300 libisoburn (0.4.8.pl00-1) unstable; urgency=low * New upstream release + Bugfix: xorriso did not blank CD-RW with images that were prepared + New configure option --enable-libcdio for system adapter (based on libcdio-0.83git and not enabled, since it is still experimental) * Build depend on: libburn-dev (>= 0.7.6), libisofs-dev (>= 0.6.26), libacl1-dev, libattr1-dev, libcam-dev on kfreebsd. * Added new symbols, relaxed check level to 1 for now. -- George Danchev Tue, 26 Jan 2010 19:38:38 +0200 libisoburn (0.4.2.2-1) unstable; urgency=low * New upstream release -- Simon Huggins Wed, 14 Oct 2009 17:43:27 +0100 libisoburn (0.4.2-1) unstable; urgency=low * New upstream release -- Simon Huggins Sun, 04 Oct 2009 18:21:05 +0100 libisoburn (0.3.4-1) unstable; urgency=low [ Simon Huggins ] * New upstream release * Add symbols file * Having added a symbols file, ensure xorrisso has a fixed dependency due to runtime paranoia from upstream * Bump debhelper dependency to please lintian -- Debian Libburnia packagers Mon, 16 Mar 2009 20:59:03 +0000 libisoburn (0.3.2-1) unstable; urgency=low [ Simon Huggins ] * New upstream release [ Matthew Rosewarne ] * Added Vcs-Svn and Vcs-Browser fields. * Removed doxygen-fix.patch, merged upstream. -- Debian Libburnia packagers Sat, 28 Feb 2009 15:00:45 +0000 libisoburn (0.2.2-1) unstable; urgency=low * Initial release (Closes: #467359) [ Matthew Rosewarne ] * Bumped Debhelper compat to 6. * Bumped Standards-Version to 3.8.0. * Updated watch file for new upstream versioning scheme. * Added -dbg package. * Added dependencies on libburn-dev and libisofs-dev to libisoburn-dev. * Added doxygen-fix.patch to use the correct source directory for Doxygen. -- Debian Libburnia packagers Thu, 01 May 2008 16:56:01 -0400