lp:ubuntu/wily/xarchiver

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/wily/xarchiver
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

19. By Markus Koschany

* Imported Upstream version 0.5.4.
* Drop the following patches. They are merged or fixed upstream.
  - accept-pre-posix-tar-files.patch
  - disable-donate.patch
  - fix-double-escaping.patch
  - fix-format-is-not-a-string-literal-error.patch
  - fix-rename-and-delete-segfault.patch
  - mipsel-segfault.patch
  - open-url.patch
* Rebase desktop-file.patch and encrypted-7z-archives.patch against 0.5.4.
* Declare compliance with Debian Policy 3.9.6.
* Drop README.source. The sources are pristine now and Debian bug #505778 was
  resolved upstream.
* Add clean file and remove auto-generated config.log and config.status files.
  Add source/lintian-overrides and override lintian warning
  configure-generated-file-in-source.

18. By Markus Koschany

* Add mipsel-segfault.patch.
  - Fix a segmentation fault on mipsel by reverting the type for the size
    variable in window.c to guint64.
    Thanks to James Cowgill for the report and patch. (Closes: #757252)

17. By Markus Koschany

* Add encrypted-7z-archives.patch.
  - Detect encrypted 7z archives. This is a partial fix for #751122 but it is
    not complete yet. Opening encrypted 7z archives from the command-line
    still does not work.

16. By Markus Koschany

* Imported Upstream version 0.5.3+dfsg. (Closes: #748541)
  - New features:
    + RAR5 support.
    + Full Test/Verify support.
* Drop the following patches. They were merged or fixed upstream.
  - check-for-password-protected-files-on-double-click.patch
  - fix-7z-crash.patch
  - fix-multiextract.patch
  - fix-segfault-non-existent-archive-cmdl-switch-x.patch
  - new-homepage.patch
  - no-donators-menu.patch
  - xz-support.patch
* New patches:
  - open-url.patch: Add support for opening file:// URLs. Thanks to Frederick
    Guerin.
  - disable-donate.patch: Fix GLib-GObject-Warning on startup.
  - fix-rename-and-delete-segfault.patch: Fix a segmentation fault that
    occured when files in tar.xz or tar.bz2 archives were renamed or deleted.
* Add Forwarded headers to all patches.
* debian/control:
  - Remove unrar-free from Suggests. It is RC-buggy and incapable to work with
    modern RAR formats.
* debian/rules:
  - Remove override for dh_auto_clean.
* Drop xarchiver.docs. Do not install TODO anymore. It contains nothing
  noteworthy.
* Add README.source.

15. By Markus Koschany

* Replace desktop file Exec parameter %U with %f.
  - Since pcmanfm and spacefm do not strip the file:// prefix from URLs and
    paths and xarchiver cannot handle file URLs, the %f parameter is
    a better alternative that is understood by all popular file managers.
    (Closes: #737704)

14. By Markus Koschany

* Add support for xz compressed archives and fix multiextract feature.
  - Xarchiver is now able to open, create and modify xz archives.
    Many thanks to Frederick Guerin for providing the xz-support and
    fix-multiextract patches!
* Declare compliance with Debian Policy 3.9.5.
* debian/control:
  - Add xz-utils to Recommends.
  - Mention xz support in package description.
  - Suggest unar as an alternative rar unarchiver.
* Update desktop-file.patch.
  - MimeType key: Add support for xz compressed file types.
  - Use an appropriate Exec parameter (%U) to show the "open with" dialog in
    file managers such as Nautilus. (LP: #1270564)
* Update xarchiver.mime and support xz mime types.

13. By Markus Koschany

* [4b84604] Suggest lhasa as drop in replacement for lha. (LP: #1173869)
* [c7d1b8b] Update fix-7z-crash.patch and fix support for 7z archives.
  Display content of 7z archives and files with spaces correctly.
  (Closes: #717700)
* [e4808cb] debian/rules: Add dh_auto_clean override.
  Touch config.status to avoid build issues with git-buildpackage and
  remove the file again.

12. By Markus Koschany

* [3f6b363] Translate comment, GenericName and Name again.
  The translation strings in xarchiver's desktop file have been accidentally
  removed. Add them again.
* [2515903] Add check-for-password-protected-files-on-double-click.patch:
   - Unsafe handling of password protected archives could result in a
     complete freeze of xarchiver. The bug has been triggered by
     double-clicking on files before a valid password had been provided.
     To view an encrypted file by double-clicking on it, it is necessary
     to provide the password via the popup menu (right-click->View) or the
     "Enter password" dialog (main menu) first. (Closes: #633598)
* [a2bd7b1] Add fix-segfault-non-existent-archive-cmdl-switch-x.patch:
  - Fixes a segmentation fault when trying to extract non-existent archives
    with the command line switch -x. (Closes: #701909)
* [c40db27] Improve dep3 headers for all patches.
* [07ad3f9] Update copyright years.

11. By Markus Koschany

* New Maintainer. (Closes: #697288)
* New features and patches:
  - accept-pre-posix-tar-files.patch: Until now xarchiver only allowed to
    open tar files in UStar format because earlier formats did not use magic
    numbers to identify themselves. From now on xarchiver recognizes all tar
    files. (Closes: #574012)
  - Add Fix-format-is-not-a-string-literal-error.patch to prevent a FTBFS.
  - Drop 03-html-icon.patch. Replace the removed html-icon with a free one
    from the lxde-icon-theme which is a better solution for #505778.
  - fix-double-escaping.patch: Now xarchiver handles folders with spaces
    correctly. Special characters are not escaped twice anymore.
    Thanks Guido Berhörster for the patch. (Closes: #697493)
  - no-donators-menu.patch: The "Thanks to" donators menu is gone. A new
    Donate entry points the user to xarchiver's homepage where it is
    possible to contribute to the further development.
  - Merge mime-type.patch with desktop-file.patch.
  - Add new-homepage.patch which replaces the old address in the
    About-dialog with xarchiver's new one at sourceforge.net.
  - Remove all numbers from the patch names.
* Switch to packaging format 3.0 (quilt).
* Update debian/copyright to copright format 1.0.
* Add missing LGPL-2+ and LGPL-3+ license.
* Bump compat level to 9 and require debhelper >= 9 for automatic hardening
  build flags
* debian/control:
  - Remove build-dependency on quilt, we are using packaging format
    3.0 anyway.
  - Add Vcs-fields. Xarchiver will be maintained in a git repository at
    collab-maint from now on.
  - Bump Standards-Version to 3.9.4, no changes needed.
  - Change recommended and suggested packages. Recommend only the most widely
    used and best compressors which are supported by xarchiver and suggest
    all other ones. This means rpm, zip and arj are suggested now. Add
    also unrar-free to Suggests.
* Provide a new binary package with debugging symbols, xarchiver-dbg, to ease
  debugging in the future.
* debian/rules:
  - Build with --parallel and autotools_dev.
  - Build with hardening=+all.
  - Build with -Wl, --as-needed to avoid unnecessary dependencies.
* Remove configure-generated files config.log and config.status from the
  original sources.
* Register xarchiver manual with doc-base.
* Update menu and desktop file. Add keywords and remove deprecated UTF-8
  field.

10. By Markus Koschany

* Non-maintainer upload.
* Add patch 04-fix-7z-crash.patch and restore the ability to open and view
  7z archives again. (Closes: #665642)
* Remove discouraged MIME type multipart/x-zip from desktop file.
  (Closes: #656301)
* Don't mention xarchive in the package description because it isn't
  available in Debian. (Closes: #692261)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/saucy/xarchiver
This branch contains Public information 
Everyone can see this information.

Subscribers