debian/0000775000000000000000000000000012303662551007173 5ustar debian/copyright0000664000000000000000000000403712303662551011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: file-roller Source: http://ftp.gnome.org/pub/GNOME/sources/file-roller/ Files: * Copyright: 2001, 2003-2008 Free Software Foundation, Inc. License: GPL-2.0+ Files: copy-n-paste/* Copyright: 2007 Novell, Inc. License: LGPL-2.0+ Files: src/egg* Copyright: 2007 Mathias Hasselmann 2001 Ben Tea Spoons, Inc. 2005 Free Software Foundation, Inc. 2001 Red Hat, Inc. License: LGPL-2.0+ License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". License: LGPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-2". debian/changelog0000664000000000000000000011365312303662551011056 0ustar file-roller (3.10.2.1-0ubuntu4) trusty; urgency=medium * debian/patches/git_handle_command_line.patch: - backport fix to allow several instances, it should fix issues where opening or extracting several archives doesn't work (lp: #1262062) * debian/patches/git_user_extract_iso.patch: - let users extract isos without hitting permission errors (lp: #1264337) -- Sebastien Bacher Thu, 27 Feb 2014 17:18:23 +0100 file-roller (3.10.2.1-0ubuntu3) trusty; urgency=medium * debian/patches/revert_remove_menubar.patch: - use a standard menubar like our others softwares (lp: #1131664) -- Sebastien Bacher Thu, 20 Feb 2014 21:39:47 +0100 file-roller (3.10.2.1-0ubuntu2) trusty; urgency=low * debian/patches/revert_gtk_3-9.patch: - drop revert workaround, we have a GTK new enough to build without that -- Sebastien Bacher Wed, 11 Dec 2013 16:17:10 +0100 file-roller (3.10.2.1-0ubuntu1) trusty; urgency=low * New upstream version - don't segfault in _fr_window_ask_overwrite_dialog (lp: #1228606) -- Sebastien Bacher Tue, 12 Nov 2013 12:45:16 +0100 file-roller (3.10.1-0ubuntu1) saucy; urgency=low * New upstream version, fixes extracting tar archives issues (lp: #1238266) -- Sebastien Bacher Mon, 21 Oct 2013 15:11:31 -0400 file-roller (3.10.0-0ubuntu1) saucy; urgency=low * New upstream version * debian/patches/git_correct_attribute_handling.patch: backport from git, "libarchive: fixed failure when extracting some tar archives" -- Sebastien Bacher Mon, 30 Sep 2013 13:40:09 +0200 file-roller (3.9.92-0ubuntu1) saucy; urgency=low * New upstream release - Restore folder modification time correctly (LP: #1166971) - Ask the password again when wrong password is provided for a zip - Translation updates * debian/control.in: - Build-depend on desktop-file-utils -- Jeremy Bicha Tue, 17 Sep 2013 10:18:43 -0400 file-roller (3.9.90-0ubuntu1) saucy; urgency=low * Sync with Debian. Remaining changes: - Depend on zip and unzip instead of p7zip which is in universe - Suggest p7zip-full (LP: #918107) - Recommend sessioninstaller * Dropped change: - Use the Ubuntu epoch for the Nautilus depends (Ubuntu 11.10 and newer include Nautilus 3.0 or higher) * New upstream release - Restore directory modification time when extracting (LP: #1076716) - Allow viewing the password when creating an encrypted archive (LP: #772556) - Avoid unnecessary word break when wrapping text to new lines (LP: #1193921) * debian/patches/revert_gtk_3-9.patch: - Revert commit that requires GTK 3.9 since GTK 3.9 won't be in Saucy * debian/control.in, debian/rules: - Run dh-autoreconf for above patch -- Jeremy Bicha Mon, 26 Aug 2013 10:16:27 -0400 file-roller (3.8.4-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4. No further changes. -- Michael Biebl Mon, 26 Aug 2013 15:05:04 +0200 file-roller (3.8.3-1) unstable; urgency=low * New upstream release. -- Michael Biebl Wed, 03 Jul 2013 23:10:09 +0200 file-roller (3.8.2-1) unstable; urgency=low * New upstream release. * Upload to unstable. -- Andreas Henriksson Sat, 25 May 2013 13:13:26 +0200 file-roller (3.8.0-1) experimental; urgency=low [ Thomas Bechtold ] * New upstream release. -- Andreas Henriksson Thu, 04 Apr 2013 13:35:15 +0200 file-roller (3.7.92-1) experimental; urgency=low * New upstream release. * Drop debian/patches/git_handle_cab.patch, from upstream now in release. * Bump libgtk-3-dev build-dependency to (>= 3.6.0) - source uses GtkMenuButton which is new in 3.6 -- Andreas Henriksson Mon, 25 Mar 2013 14:07:41 +0100 file-roller (3.6.3-1) experimental; urgency=low [ Benjamin Drung ] * Team upload. * New upstream release. * Drop 11_search_as_you_type.patch (fixed upstream). * Replace build-depends on gnome-doc-utils with yelp-tools. * Build-Depends on libarchive-dev and libnotify-dev. * Recommend unar instead of non-free unrar | p7zip-rar (Closes: #620650, LP: #965757, #1025588). * Build depend on libjson-glib-dev (needed for unar support). * Drop suggesting binutils (for ar) and cpio. libarchive is used instead. * Document support for .cab and .xar (through libarchive). * debian/patches/git_handle_cab.patch: List vnd.ms-cab-compressed as supported type, thanks Mantas Kriaučiūnas (LP: #1064377) [ Jeremy Bicha ] * debian/control.in: - Drop scrollkeeper build-depends - Recommend yelp -- Benjamin Drung Wed, 05 Dec 2012 15:46:34 +0100 file-roller (3.4.2-1) unstable; urgency=low * New upstream translation release. -- Michael Biebl Mon, 14 May 2012 23:43:37 +0200 file-roller (3.4.1-1) unstable; urgency=low * New upstream translation release. * Update debian/copyright using the machine-readable copyright format 1.0. -- Michael Biebl Tue, 17 Apr 2012 21:51:58 +0200 file-roller (3.4.0-1) unstable; urgency=low * New upstream stable release. -- Jordi Mallach Mon, 26 Mar 2012 22:25:49 +0200 file-roller (3.3.92-1) unstable; urgency=low * New upstream development release. * Use debian/file-roller.manpages to install the man page instead of a cdbs-specific macro. * Refresh patches. -- Michael Biebl Tue, 20 Mar 2012 07:37:58 +0100 file-roller (3.3.91-1) unstable; urgency=low * New upstream release. * Refresh 99_ltmain_as-needed.patch with newer copy in dh-autoreconf. * Update to Standards-Version 3.9.3, no changes needed. -- Jordi Mallach Fri, 09 Mar 2012 19:32:38 +0100 file-roller (3.2.2-2) unstable; urgency=low * Upload to unstable. -- Michael Biebl Sat, 19 Nov 2011 01:39:44 +0100 file-roller (3.2.2-1) experimental; urgency=low * New upstream release. * Refresh patches. -- Michael Biebl Thu, 17 Nov 2011 22:49:08 +0100 file-roller (3.2.1-1) experimental; urgency=low * New upstream release. * Enable PackageKit support. * Bump Build-Depends to libglib2.0-dev (>= 2.29.14). * Demote rpm2cpio to Suggests. * Add 01_package_names.patch to fix PK package name matches for xz and rpm files. -- Jordi Mallach Sun, 13 Nov 2011 22:39:33 +0100 file-roller (3.0.2-2) unstable; urgency=low [ Josselin Mouette ] * file-roller.mime: dropped. We don’t do necromancy anymore. * Drop desktop-check-mime-types call too. [ Michael Biebl ] * Upload to unstable. * debian/control.in: - Set pkg-gnome-maintainers@lists.alioth.debian.org as Maintainer. * debian/watch: - Switch to .xz tarballs. -- Michael Biebl Thu, 13 Oct 2011 22:43:53 +0200 file-roller (3.0.2-1) experimental; urgency=low * New upstream release. * debian/watch: Switch to .bz2 tarballs. * Refresh debian/patches/11_search_as_you_type.patch. * Drop debian/patches/90_relibtoolize.patch, unused. * Drop initial article from short description. * Bump debhelper compatibility level to 8. Update Build-Depends accordingly. -- Michael Biebl Sun, 12 Jun 2011 20:51:52 +0200 file-roller (3.0.0-1) experimental; urgency=low * New upstream stable release. * Bump Build-Dependencies to new requirements. * Enable libmagic support. * Depend on nautilus-data, as file-roller relies on nautilus' gsettings schemas. * Drop ancient conflict on file-roller2. * Drop dependencies on tar and gzip (essential) and make bzip2 unversioned, as the version requirements have been available in Debian since 2000/2001. * Bump Standards-Version to 3.9.2 (no changes required). -- Jordi Mallach Sun, 17 Apr 2011 11:56:29 +0200 file-roller (2.91.93-1) experimental; urgency=low * New upstream release. -- Frederic Peters Sun, 27 Mar 2011 12:41:34 +0530 file-roller (2.91.92-1) experimental; urgency=low * New upstream release. [ Josselin Mouette ] * 11_search_as_you_type.patch: patch from Siegfried-Angel Gevatter Pujals. Allow search-as-you-type in the file-roller window. Closes: #598131. [ Frederic Peters ] * debian/control.in: + build-deps: updateded: switched to libgtk-3-dev, removed libgconf, bumped libnautilus-extension-dev. * debian/patches/: + 01_rar_crasher.patch: removed, upstream + 02_escape_newlines.patch: removed, upstream + 03_tar_xz_update.patch: removed, upstream + 10_command_dpkg.patch: removed, upstream * debian/file-roller.mime: + added application/x-lrzip + added application/x-lrzip-compressed-tar + added application/x-ms-wim -- Frederic Peters Thu, 24 Mar 2011 22:39:03 +0100 file-roller (2.30.2-2) unstable; urgency=low * Only suggest lzma. Closes: #595117. * Include some patches sitting in the upstream repository: + 01_rar_crasher.patch: fix a crasher with the rar command. + 02_escape_newlines.patch: handle the case of files with newlines in their name. + 03_tar_xz_update.patch: update .tar.xz files without losing the data in them. Closes: #594839. -- Josselin Mouette Sat, 18 Sep 2010 13:37:15 +0200 file-roller (2.30.2-1) unstable; urgency=low * New upstream translation release. * 90_relibtoolize.patch: updated for the new version. -- Josselin Mouette Fri, 23 Jul 2010 18:22:49 +0200 file-roller (2.30.1.1-2) unstable; urgency=low * 10_command_dpkg.patch: new patch. Add support for .deb files using dpkg. Closes: #515175. * 90_relibtoolize.patch: re-run the autotools on top of that. -- Josselin Mouette Thu, 10 Jun 2010 04:56:03 +0200 file-roller (2.30.1.1-1) unstable; urgency=low * New upstream bugfix release. * Switch to source format 3.0 (quilt) - Add debian/source/format. - Drop Build-Depends on quilt. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules. * debian/patches/01_nodbus_build.patch - Removed, merged upstream. * debian/control.in - Bump Standards-Version to 3.8.4. No further changes. - Add Vcs-* fields. -- Michael Biebl Tue, 04 May 2010 18:17:28 +0200 file-roller (2.30.0-2) unstable; urgency=low * 01_nodbus_build.patch: new patch. Fix FTBFS with PackageKit support disabled. -- Josselin Mouette Thu, 08 Apr 2010 09:27:05 +0200 file-roller (2.30.0-1) unstable; urgency=low * New upstream release. * Disable packagekit support. -- Josselin Mouette Wed, 07 Apr 2010 22:22:39 +0200 file-roller (2.28.2-1) unstable; urgency=low * New upstream release. -- Andreas Henriksson Tue, 15 Dec 2009 12:56:53 +0100 file-roller (2.28.1-1) unstable; urgency=low * New upstream release. * Standards-Version is 3.8.3, no changes needed. -- Emilio Pozuelo Monfort Thu, 22 Oct 2009 20:50:03 +0200 file-roller (2.28.0-1) unstable; urgency=low * New upstream release. * debian/file-roller.mime: add new supported formats lzip and xz. * debian/control{,in}: mention new formats in description, and suggest lzip and xz-utils, bump build-dependency on gtk+ to >= 2.16. -- Andreas Henriksson Tue, 22 Sep 2009 18:37:32 +0200 file-roller (2.26.3-1) unstable; urgency=low [ Emilio Pozuelo Monfort ] * debian/patches/20_am-maintainer-mode.patch debian/patches/70_autotools.patch: - Removed, no point in keeping them now that we don't patch configure.ac or any makefile. [ Josselin Mouette ] * Recommend rpm2cpio instead of rpm. Closes: #541856. * New upstream release. -- Josselin Mouette Mon, 17 Aug 2009 00:37:57 +0200 file-roller (2.26.2-1) unstable; urgency=low [ Luca Bruno ] * New upstream release. * debian/control.in: - Remove libglade, libgnome2 and libgnomeui Build-Depends. * debian/patches/70_autotools.patch: - Update to apply cleanly. [ Josselin Mouette ] * New upstream release. * 70_autotools.patch: regenerated for the new version. * Remove some autogenerated files in the clean target, the make the build fail. -- Josselin Mouette Thu, 11 Jun 2009 23:36:19 +0200 file-roller (2.24.3-1) unstable; urgency=low * New upstream release. * Standards version is 3.8.1. * Pass --no-act to dh_makeshlibs. -- Josselin Mouette Tue, 07 Apr 2009 14:34:20 +0200 file-roller (2.24.2-1) experimental; urgency=low * New upstream release. -- Josselin Mouette Wed, 31 Dec 2008 16:44:14 +0100 file-roller (2.24.1-1) experimental; urgency=low * New upstream release. + Can add empty directories to archives. Closes: #420961. * Update build-dependencies. * Suggest rzip and unalz. * Depend on p7zip-full, since 7z can now be used for zip, rar and iso archives now. * Let zip, unzip and unrar in Suggests for jar and cbr archives, as well as arj for arj write support. Add p7zip-rar as an alternative for unrar. * Drop genisoimage Recommends. * Move sharutils, ncompress, lzop, unace and cpio to Suggests. Closes: #501083. * Add binutils (for ar), rzip, unalz and zoo to Suggests. Closes: #455672. * 02_nautilus_2.20.patch: dropped, we build against nautilus 2.22 now. * 20_am-maintainer-mode.patch: updated. * 70_autotools.patch: regenerated for the new version. * Recommend gvfs for gtk_show_uri. * file-roller.mime: update for the new list of MIME types. * file-roller.1: fix whatis entry. -- Josselin Mouette Mon, 24 Nov 2008 00:32:32 +0100 file-roller (2.22.4-2) unstable; urgency=low * Add "maintainer mode" support; closes: #494237. - New patch, 20_am-maintainer-mode, call AM_MAINTAINER_MODE in configure.in. - Replace patch 70_autoconf with 70_autotools which is generated by aclocal-1.10 && autoconf && automake-1.10 && rm -rf autom4te.cache. * Refresh patch 99_ltmain_as-needed to apply cleanly. -- Loic Minier Fri, 08 Aug 2008 01:52:00 +0200 file-roller (2.22.4-1) unstable; urgency=low [ Josselin Mouette ] * 99_ltmain_as-needed.patch: fix to apply with -p1. Closes: #485342. * 01_menu_change.patch: remove this patch that causes file-roller not show up in the menu, there is really no point in doing so, unlike eog or evince. Closes: #484033. [ Sebastian Dröge ] * New upstream bugfix release. * debian/control.in: + Update Standards-Version to 3.8.0, no additional changes needed. -- Sebastian Dröge Tue, 01 Jul 2008 10:51:52 +0200 file-roller (2.22.3-1) unstable; urgency=low * New upstream bugfix release. * 02_nautilus_2.20.patch: revert the gio migration of the nautilus extension so that it can still build against nautilus 2.20. * 70_autoconf.patch: re-run autoconf on top of that. -- Josselin Mouette Wed, 28 May 2008 15:49:16 +0200 file-roller (2.22.1-1) unstable; urgency=low * New upstream bugfix release. -- Sebastian Dröge Tue, 08 Apr 2008 12:38:46 +0200 file-roller (2.22.0-3) unstable; urgency=low * debian/patches/02_create-tar-archives.patch: Dropped, it causes existing files to be deleted from an archive when adding new files, which is not what we want (reopens: #453096). -- Romain Francoise Tue, 18 Mar 2008 18:59:56 +0100 file-roller (2.22.0-2) unstable; urgency=low * debian/patches/02_create-tar-archives.patch: + Don't print a misleading error message when creating tar files. Patch by Andreas Henriksson (Closes: #453096). -- Sebastian Dröge Mon, 17 Mar 2008 21:40:42 +0100 file-roller (2.22.0-1) unstable; urgency=low * New upstream stable release, adds support for lzma archives (closes: #455666). * debian/control.in: + Add recommends on lzma. + Update long description accordingly. * debian/file-roller.mime: Add 'application/x-lzma' and 'application/x-lzma-compressed-tar'. * debian/copyright: Add copyright notice. -- Romain Francoise Sat, 15 Mar 2008 13:48:29 +0100 file-roller (2.20.3-1) unstable; urgency=low * New upstream bugfix release with translation updates: + debian/patches/99_ltmain_as-needed.patch: - Updated to apply cleanly again. * debian/control.in: + Update Standards-Version to 3.7.3, no additional changes needed. + Use the Homepage field. * debian/file-roller.menu: + Fix section. -- Sebastian Dröge Mon, 07 Jan 2008 22:04:27 +0100 file-roller (2.20.2-1) unstable; urgency=low * New upstream bugfix release with translation updates. -- Sebastian Dröge Tue, 27 Nov 2007 05:37:02 +0100 file-roller (2.20.1-1) unstable; urgency=low [ Sven Arvidsson ] * Rewrote the man page (Closes: #443812) [ Sebastian Dröge ] * New upstream bugfix release. * debian/file-roller.menu: + Fix section of the menu file. -- Sebastian Dröge Thu, 25 Oct 2007 10:43:55 +0200 file-roller (2.20.0-1) unstable; urgency=low [ Loic Minier ] * Build-depend on gnome-pkg-tools >= 0.12 and call desktop-check-mime-types to check for missing MIME types; add missing MIME types to debian/files-roller.mime, but without the full test for the supporting binary. * Recommend arj instead of suggesting it; reopens: #425104; see #414408. [ Josselin Mouette ] * Regenerate gnome-doc-utils.make if it is missing. As we already build-depend on gnome-doc-utils, just copy it from /usr/share. Closes: #442563. * Only copy gnome-doc-utils.make if configure.in is present. * Move menu entry to "Applications/File Management". * New upstream release. + Allows to create archives starting with "#". Closes: #424873. + Uses file content to guess the MIME type. Closes: #352875. * Minor build-depend fixes. -- Josselin Mouette Sat, 22 Sep 2007 01:08:46 +0200 file-roller (2.18.4-1) unstable; urgency=low [ Josselin Mouette ] * 99_ltmain_as-needed.patch: get --as-needed back to work. [ Loic Minier ] * Cleanups. * Drop dh_installmime call as the cdbs build-dep is >= 0.4.35. * Include licensing in copyright file. * New upstream stable release; translation. -- Loic Minier Thu, 05 Jul 2007 20:30:02 +0200 file-roller (2.18.3-1) unstable; urgency=low [ Loic Minier ] * Recommend genisoimage instead of mkisofs; thanks Paul Cupis; closes: #422703. [ Josselin Mouette ] * Suggest arj instead of recommending it (closes: #425104). * New upstream translation release. -- Josselin Mouette Sun, 03 Jun 2007 13:15:37 +0200 file-roller (2.18.2-1) unstable; urgency=low [ Sven Arvidsson ] * Recommend gnome-icon-theme (Closes: #419377) [ Loic Minier ] * New upstream stable release. -- Loic Minier Sun, 06 May 2007 11:52:52 +0200 file-roller (2.18.1-1) unstable; urgency=low * New upstream stable release; translations. -- Loic Minier Mon, 16 Apr 2007 13:23:05 +0200 file-roller (2.18.0-3) unstable; urgency=low * Upload to unstable; drop check-dist include. * Wrap build-deps and deps. * Update URL in copyright. * Set LDFLAGS directly instead of via DEB_CONFIGURE_SCRIPT_ENV; build-dep on cdbs >= 0.4.41. * Cleanups. -- Loic Minier Sat, 14 Apr 2007 22:44:53 +0200 file-roller (2.18.0-2) experimental; urgency=low * Merge 2.14.4-3; SVN r8331:8950. -- Loic Minier Sat, 17 Mar 2007 12:38:34 +0100 file-roller (2.18.0-1) experimental; urgency=low * New upstream major stable release; fixes and translations. - Recommend unace and cpio for ACE and CPIO support. - Refresh patch 01_menu_change. - Drop patch 02_recognize_7zr, merged upstream. -- Loic Minier Sat, 17 Mar 2007 11:52:01 +0100 file-roller (2.16.3-1) experimental; urgency=low * New upstream stable release; translations. -- Loic Minier Sat, 17 Mar 2007 11:30:36 +0100 file-roller (2.16.2-2) experimental; urgency=low [ Sven Arvidsson ] * Merge 2.14.4-3 [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * Bump up libgnomeui-dev build-dep to >= 2.16.0-2 to get a version transitionned for libgtk2.0-dev 2.10. -- Loic Minier Sun, 4 Feb 2007 14:35:29 +0100 file-roller (2.16.2-1) experimental; urgency=low [ Loic Minier ] * Fix watch file to use HTTP. [ Josselin Mouette ] * New upstream translation release. -- Josselin Mouette Sun, 26 Nov 2006 22:40:04 +0100 file-roller (2.16.0-1) experimental; urgency=low * New upstream release. * 01_menu_change.patch: updated for the new version. * lintian.override: removed, no longer relevant. * Bump some build-dependencies appropriately. -- Josselin Mouette Sun, 10 Sep 2006 14:55:09 +0200 file-roller (2.14.4-3) unstable; urgency=low [ Sven Arvidsson ] * Recommend ncompress (Closes: #377057) [ Loic Minier ] * Add a get-orig-source target to retrieve the upstream tarball. -- Loic Minier Sat, 13 Jan 2007 23:27:13 +0100 file-roller (2.14.4-2) unstable; urgency=low * Accept 7zr as a valid 7z compressor/decompressor (Closes:#384459) * Depend on p7zip | p7zip-full to accomodate the 7zip packages split * Switch to quilt for patches handling -- Clément Stenac Thu, 24 Aug 2006 22:29:37 +0100 file-roller (2.14.4-1) unstable; urgency=low * New upstream release. * Fix watch file to track all stable releases, not 2.12. * Bump up Standards-Version to 3.7.2. * Bump up Debhelper compatibility level to 5. -- Loic Minier Sat, 12 Aug 2006 23:20:52 +0200 file-roller (2.14.3-1) unstable; urgency=low * New upstream release (bugfix and translation update). Josselin Mouette : * Add a Replaces: to old gnome-icon-theme versions (closes: #365542). -- J.H.M. Dassen (Ray) Tue, 30 May 2006 20:52:44 +0200 file-roller (2.14.2-1) unstable; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Sat, 29 Apr 2006 12:21:54 +0200 file-roller (2.14.0-1) unstable; urgency=low [Loïc Minier] * Add support for ISO images, thanks Daniel Kahn Gillmor. (Closes: #359828) - Add a Recommends on mkisofs. [debian/control, debian/control.in] - Update description. [debian/control, debian/control.in] [Clément Stenac] * New upstream release - Fixes issue with ZIP passwords (Closes:#342378) * Update description -- Clément Stenac Sat, 1 Apr 2006 15:29:37 +0100 file-roller (2.12.3-1) unstable; urgency=low * New upstream translations update release. -- J.H.M. Dassen (Ray) Wed, 8 Feb 2006 21:22:23 +0100 file-roller (2.12.2-2) unstable; urgency=low * Upload to unstable. -- Josselin Mouette Sun, 8 Jan 2006 14:34:31 +0100 file-roller (2.12.2-1) experimental; urgency=low * New upstream release -- Guilherme de S. Pastore Wed, 30 Nov 2005 15:52:20 -0200 file-roller (2.12.1-2) experimental; urgency=low * Update watch file. [debian/watch] * file-roller now Recommends p7zip but only shows this file-type if it is installed. (Closes: #328065) [debian/control, debian/control.in] -- Loic Minier Fri, 11 Nov 2005 14:01:18 +0100 file-roller (2.12.1-1) experimental; urgency=low [ Clément Stenac ] * New upstream version * Don't update scrollkeeper during package build * Adapt menu entry patch to new upstream layout [ Loïc Minier ] * Revert the move of lha from Suggests to Recommends since lha is non-free. [debian/control, debian/control.in] -- Clément Stenac Tue, 6 Sep 2005 11:23:01 +0200 file-roller (2.10.4-2) unstable; urgency=low * Clément Stenac * Improve description * Depend on zip and unzip instead of merely suggesting (Closes:#261675) * Recommend all free format handlers (all but unrar), so that aptitude and co users get them * Bump standards version to 3.6.2 (no changes required) -- Clément Stenac Sat, 9 Jul 2005 16:45:30 +0200 file-roller (2.10.4-1) unstable; urgency=low * Sebastien Bacher: * New upstream version. * Josselin Mouette: * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely. * Pass --as-needed to ld. -- Sebastien Bacher Fri, 1 Jul 2005 23:41:20 +0200 file-roller (2.10.3-2) unstable; urgency=low * Upload to unstable. -- Sebastien Bacher Sat, 11 Jun 2005 22:00:11 +0200 file-roller (2.10.3-1) experimental; urgency=low * New upstream version. * file-roller.postinst: removed, dh_desktop handles this. * file-roller.dirs: removed, unuseful. * file-roller.docs: removed, cdbs handles this. * file-roller.{xpm,install,menu}: use a 32x32 xpm icon. * rules: don't call ldconfig. * control.in: + Remove upstream author name (closes: #305618). + Build-depend on debhelper 4.1 for cdbs. -- Josselin Mouette Thu, 12 May 2005 20:40:13 +0200 file-roller (2.10.2-1) experimental; urgency=low * New upstream version. * debian/patches/01_move-to-accessories-menu.diff: - Move the Archive Manager icon to the Accessories menu (Closes: #255232). -- Sebastien Bacher Fri, 6 May 2005 11:09:37 +0200 file-roller (2.10.0-1) experimental; urgency=low * New upstream version. * debian/file-roller.postinst: - updated. * debian/patches/01_hidden.patch: - fixed with the new version. * debian/watch: - updated. -- Sebastien Bacher Fri, 8 Apr 2005 21:58:37 +0200 file-roller (2.8.4-2) unstable; urgency=low * Rebuilt for the libhowl transition (Closes: #298808). -- Sebastien Bacher Thu, 10 Mar 2005 19:57:16 +0100 file-roller (2.8.4-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Tue, 15 Feb 2005 19:10:52 +0100 file-roller (2.8.3-2) unstable; urgency=low * Upload to unstable. -- Sebastien Bacher Fri, 19 Nov 2004 15:53:31 +0100 file-roller (2.8.3-1) experimental; urgency=low * New upstream bugfix release. Sebastien Bacher : * debian/patches/01_hidden.patch: - add hidden files to the archives too (Closes: #266534). * debian/control.in: - updated the Build-Depends on CDBS to use dh_desktop. * debian/file-roller.postinst: - removed, dh_desktop should handle this. -- J.H.M. Dassen (Ray) Sun, 24 Oct 2004 11:22:09 +0200 file-roller (2.8.2-1) experimental; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Mon, 11 Oct 2004 21:16:34 +0200 file-roller (2.8.1-1) experimental; urgency=low * New upstream release. -- J.H.M. Dassen (Ray) Wed, 29 Sep 2004 18:24:52 +0200 file-roller (2.8.0-1) experimental; urgency=low * New upstream release. * [debian/watch] Updated. -- J.H.M. Dassen (Ray) Tue, 14 Sep 2004 21:06:42 +0200 file-roller (2.7.5-1) experimental; urgency=low * New upstream development release. -- J.H.M. Dassen (Ray) Tue, 31 Aug 2004 22:37:20 +0200 file-roller (2.7.4-1) experimental; urgency=low * New upstream development release. -- J.H.M. Dassen (Ray) Tue, 17 Aug 2004 19:20:14 +0200 file-roller (2.7.3-2) experimental; urgency=low * [debian/file-roller.postinst] New, update the new GNOME MIME system. -- J.H.M. Dassen (Ray) Sat, 14 Aug 2004 13:00:04 +0200 file-roller (2.7.3-1) experimental; urgency=low * New upstream development release. * [debian/rules] Ensure at build time that the library dependencies are complete. -- J.H.M. Dassen (Ray) Thu, 12 Aug 2004 21:33:19 +0200 file-roller (2.7.0-1) experimental; urgency=low * New (development) upstream release. * Dafydd Harries : - debian/control.in: Improved description. -- Sebastien Bacher Sun, 13 Jun 2004 12:07:11 +0200 file-roller (2.6.1-4) unstable; urgency=low * debian/file-roller.mime: + completed with missing mime type and added some tests (Closes: #235218). * debian/file-roller.menu: + added an icon (Closes: #252851). -- Sebastien Bacher Sat, 12 Jun 2004 22:29:15 +0200 file-roller (2.6.1-3) unstable; urgency=low * Upload in unstable. -- Sebastien Bacher Wed, 26 May 2004 21:09:01 +0200 file-roller (2.6.1-2) experimental; urgency=low * debian/control.in: + Added arj to the description and suggested packages (Closes: #239675). + Suggests rpm (Closes: #248491). -- Sebastien Bacher Tue, 11 May 2004 21:51:55 +0200 file-roller (2.6.1-1) experimental; urgency=low * New upstream release. -- Sebastien Bacher Tue, 20 Apr 2004 20:52:40 +0200 file-roller (2.6.0-1) experimental; urgency=low * New upstream release * Menu entry from Justin B Rye (Closes: #234370). * debian/control.in: + added Build-Depends on libxml-parser-perl. + updated Build-Depends. -- Sebastien Bacher Tue, 23 Mar 2004 21:24:45 +0100 file-roller (2.4.4-1) unstable; urgency=low * New upstream release + this one really fix empty pass set on zip files (Closes: #225340). -- Sebastien Bacher Mon, 26 Jan 2004 19:38:54 +0100 file-roller (2.4.3-1) unstable; urgency=low * New upstream release + fix empty pass set on zip files (Closes: #225340). * debian/patches/drag-drop-fix.patch: + removed since the changes are in the upstream new version. * debian/patches/fix_lt_po.patch: + removed since the file is fixed upstream. -- Sebastien Bacher Sat, 24 Jan 2004 18:12:02 +0100 file-roller (2.4.2-1) unstable; urgency=low * New upstream release. * debian/patches: + fix_lt_po.patch: new patch to fix lt.po file (Closes: #220164). -- Sebastien Bacher Tue, 11 Nov 2003 15:49:29 +0100 file-roller (2.4.1.1-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Thu, 30 Oct 2003 16:26:57 +0100 file-roller (2.4.0.1-2) unstable; urgency=low * Added patch from CVS to fix drag&drop (Closes: #211734). * Fixed schemas installation. * Made changes for GNOME Team Packaging + added Build-Deps to gnome-pkg-tools. + changed debian/rules to manage the control team field. + new control.in. -- Sebastien Bacher Sun, 5 Oct 2003 22:01:56 +0200 file-roller (2.4.0.1-1) unstable; urgency=low * New upstream release. * GNOME 2.4 upload in unstable since file-roller 2.3 was already in unstable. -- Sebastien Bacher Wed, 10 Sep 2003 19:43:51 +0200 file-roller (2.3.5-2) unstable; urgency=low * Fixed the bug with konqueror .war files (Closes: #199514). -- Sebastien Bacher Fri, 29 Aug 2003 00:53:09 +0200 file-roller (2.3.5-1) unstable; urgency=low * New upstream release. * Updated Standards-Version to 3.6.1.0. -- Sebastien Bacher Wed, 27 Aug 2003 15:49:17 +0200 file-roller (2.3.4-1) unstable; urgency=low * New upstream version. * Switched to cdbs. * debian/control + changed section to gnome. + updated build-depends. + updated standards-version to 3.6.0. -- Sebastien Bacher Mon, 11 Aug 2003 17:24:03 +0200 file-roller (2.3.3-1) unstable; urgency=low * New upstream release. - Default format for new archive (Closes: #181075). * Fixed error in "/usr/lib/mime/packages/file-roller" (Closes: #193478). * Use dh_scrollkeep (Closes: #197770, #198909). * Updated to standards-version 3.5.10.0. -- Sebastien Bacher Sun, 6 Jul 2003 21:30:52 +0200 file-roller (2.3.0-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Thu, 27 Mar 2003 16:40:34 +0100 file-roller (2.2.3-1) unstable; urgency=low * New upstream release (Closes: #183038). * Updated to standards-version 3.5.9. -- Sebastien Bacher Thu, 20 Mar 2003 11:07:36 +0100 file-roller (2.2.1-1) unstable; urgency=low * New upstream release. -- Sebastien Bacher Tue, 28 Jan 2003 20:21:07 +0100 file-roller (2.2.0-1) unstable; urgency=low * New upstream release. * Fix typo in manual (Closes: #175145). * Updated Build-Depends. * Updated to standards-version 3.5.8. -- Sebastien Bacher Fri, 10 Jan 2003 20:15:36 +0100 file-roller (2.0.3-2) unstable; urgency=low * Upload to unstable. -- Sebastien Bacher Mon, 28 Oct 2002 18:24:58 +0100 file-roller (2.0.3-1) experimental; urgency=low * New upstream release (Closes: #160900, #159501). -- Sebastien Bacher Sun, 13 Oct 2002 18:21:20 +0200 file-roller (2.0.2-3) experimental; urgency=low * Corrected an error with the name of some files in debian directory (Closes: #163684). -- Sebastien Bacher Mon, 7 Oct 2002 22:39:45 +0200 file-roller (2.0.2-2) experimental; urgency=low * Upload withtout the 2 suffix -- Sebastien Bacher Sat, 5 Oct 2002 18:41:56 +0200 file-roller2 (2.0.2-1) unstable; urgency=low * New maintainer. * New upstream release (Closes: #151771). * Added gettext to Build-Depends (Closes: #159231). * Added scrollkeeper to Build-Depends. -- Sebastien Bacher Thu, 12 Sep 2002 17:23:50 +0200 file-roller2 (2.0.1-1) unstable; urgency=low * New upstream release * Changes to rules and postinst to accomodate the new use of GConf -- Bastien Nocera Fri, 30 Aug 2002 00:11:10 +0100 file-roller2 (2.0.0-3) unstable; urgency=low * Do the "DTD on local disk" trick before configure -- Bastien Nocera Wed, 21 Aug 2002 02:53:46 +0100 file-roller2 (2.0.0-2.1) unstable; urgency=low * Non-maintainer upload at request of Bastien Nocera. * Rebuild against libgtk2.0-0png3. * Changed build-dep to libgtk2.0-dev (>= 2.0.6). -- Robert McQueen Sun, 11 Aug 2002 01:27:53 +0100 file-roller2 (2.0.0-2) unstable; urgency=low * Remove build-dep on libnautilus1.1-dev (Closes: #155649) -- Bastien Nocera Tue, 6 Aug 2002 18:41:40 +0100 file-roller2 (2.0.0-1) unstable; urgency=low * New upstream release * Fix DTD location in the help files -- Bastien Nocera Tue, 30 Jul 2002 20:30:54 +0100 file-roller2 (1.109-2) unstable; urgency=low * Clean up the diff -- Bastien Nocera Sun, 14 Jul 2002 13:17:41 +0100 file-roller2 (1.109-1) unstable; urgency=low * New upstream release * Moved to unstable (as libnautilus2-dev is in unstable as well) * Paolo added the feature requested (Closes: #151771) * Fix configure being run twice -- Bastien Nocera Thu, 11 Jul 2002 05:11:24 +0100 file-roller2 (1.108-1) experimental; urgency=low * New upstream release * New dependency on scrollkeeper * Updated dependency to also accept libnautilus2-dev -- Bastien Nocera Sun, 30 Jun 2002 12:04:22 +0100 file-roller2 (1.107-1) experimental; urgency=low * New upstream release * Removed man page for fr-document-viewer(1) -- Bastien Nocera Sun, 9 Jun 2002 14:40:55 +0100 file-roller2 (1.106-1) experimental; urgency=low * New upstream release * updated watch file for new sourceforge setup -- Bastien Nocera Wed, 22 May 2002 18:56:54 +0100 file-roller2 (1.105-3) experimental; urgency=low * change the distribution to experimental, as libnautilus1.1-dev is not in unstable. -- Bastien Nocera Mon, 6 May 2002 03:11:54 +0100 file-roller2 (1.105-2) unstable; urgency=low * Added libnautilus1.1-dev to the build dependencies (Closes: #145807) -- Bastien Nocera Sat, 4 May 2002 23:16:07 +0100 file-roller2 (1.105-1) unstable; urgency=low * New upstream release * Port some fixes from file-roller package (bugs #142719 and #145310) -- Bastien Nocera Sat, 4 May 2002 17:26:08 +0100 file-roller2 (1.103-1) unstable; urgency=low * New upstream release * package name is now file-roller2 -- Bastien Nocera Thu, 11 Apr 2002 00:54:37 +0100 file-roller (0.8-1) unstable; urgency=low * New upstream release -- Bastien Nocera Mon, 4 Mar 2002 18:03:55 +0000 file-roller (0.7-2) unstable; urgency=low * move lha and unrar to Suggests (Closes: #134705) * move unzip and zip to Suggests as they are from non-US repos -- Bastien Nocera Tue, 19 Feb 2002 17:12:26 +0000 file-roller (0.7-1) unstable; urgency=low * New upstream release -- Bastien Nocera Sat, 16 Feb 2002 17:51:03 +0000 file-roller (0.6-1) unstable; urgency=low * New upstream release * New man pages by Constantine Evans * Added watch file by Constantine Evans as well -- Bastien Nocera Sat, 16 Feb 2002 04:50:44 +0000 file-roller (0.4-2) unstable; urgency=low * Update (Closes: #129763) -- Bastien Nocera Mon, 21 Jan 2002 04:25:37 +0000 file-roller (0.4-1) unstable; urgency=low * New upstream release -- Bastien Nocera Fri, 18 Jan 2002 01:05:55 +0000 file-roller (0.2-2) unstable; urgency=low * Fix location of the %prefix'ed files -- Bastien Nocera Wed, 19 Dec 2001 17:43:10 +0000 file-roller (0.2-1) unstable; urgency=low * Initial Release. -- Bastien Nocera Wed, 19 Dec 2001 17:15:09 +0000 debian/rules0000775000000000000000000000111112303662551010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \ --enable-magic DEB_DH_MAKESHLIBS_ARGS += --no-act binary-install/file-roller:: rm -f debian/file-roller/usr/lib/nautilus/extensions-*/*.a rm -f debian/file-roller/usr/lib/nautilus/extensions-*/*.la debian/file-roller.manpages0000664000000000000000000000002512303662551013121 0ustar debian/file-roller.1 debian/file-roller.install0000664000000000000000000000005312303662551012775 0ustar debian/file-roller.xpm /usr/share/pixmaps/ debian/source/0000775000000000000000000000000012303662551010473 5ustar debian/source/format0000664000000000000000000000001412303662551011701 0ustar 3.0 (quilt) debian/control.in0000664000000000000000000000516112303662551011206 0ustar Source: file-roller Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: @GNOME_TEAM@ Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), desktop-file-utils, dh-autoreconf, gettext, gnome-pkg-tools (>= 0.12), intltool (>= 0.40.0), libarchive-dev (>= 3), libglib2.0-dev (>= 2.29.14), libgtk-3-dev (>= 3.10.0), libjson-glib-dev (>= 0.14), libmagic-dev, libnautilus-extension-dev (>= 2.91.0), libnotify-dev (>= 0.4.3), yelp-tools Standards-Version: 3.9.4 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/file-roller/ubuntu Homepage: http://fileroller.sourceforge.net/ Package: file-roller Architecture: any Depends: bzip2, nautilus-data (>= 3.0), unzip, zip, ${misc:Depends}, ${shlibs:Depends} Replaces: gnome-icon-theme (<< 2.14) Recommends: gnome-icon-theme (>= 2.18), gvfs, sessioninstaller, yelp Suggests: arj, lha, lzip, lzma, lzop, ncompress, p7zip-full, rpm2cpio, rzip, sharutils, unace, unalz, unar, unzip, xz-utils, zip, zoo Description: archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Archiver archives (.ar) * Comic book archives (.cbz) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller can extract following formats: * Cabinet archives (.cab) * Debian binary packages (.deb) * Xar archives (.xar) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. debian/control0000664000000000000000000000563212303662554010607 0ustar # This file is autogenerated. DO NOT EDIT! # # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: file-roller Section: gnome Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GNOME Maintainers Uploaders: Debian GNOME Maintainers , Jeremy Bicha , Michael Biebl Build-Depends: cdbs (>= 0.4.41), debhelper (>= 8), desktop-file-utils, dh-autoreconf, gettext, gnome-pkg-tools (>= 0.12), intltool (>= 0.40.0), libarchive-dev (>= 3), libglib2.0-dev (>= 2.29.14), libgtk-3-dev (>= 3.10.0), libjson-glib-dev (>= 0.14), libmagic-dev, libnautilus-extension-dev (>= 2.91.0), libnotify-dev (>= 0.4.3), yelp-tools Standards-Version: 3.9.4 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/file-roller/ubuntu Homepage: http://fileroller.sourceforge.net/ Package: file-roller Architecture: any Depends: bzip2, nautilus-data (>= 3.0), unzip, zip, ${misc:Depends}, ${shlibs:Depends} Replaces: gnome-icon-theme (<< 2.14) Recommends: gnome-icon-theme (>= 2.18), gvfs, sessioninstaller, yelp Suggests: arj, lha, lzip, lzma, lzop, ncompress, p7zip-full, rpm2cpio, rzip, sharutils, unace, unalz, unar, unzip, xz-utils, zip, zoo Description: archive manager for GNOME File-roller is an archive manager for the GNOME environment. It allows you to: . * Create and modify archives. * View the content of an archive. * View a file contained in an archive. * Extract files from the archive. . File-roller supports the following formats: * Tar (.tar) archives, including those compressed with gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), lzma (.tar.lzma) and xz (.tar.xz) * Zip archives (.zip) * Jar archives (.jar, .ear, .war) * 7z archives (.7z) * iso9660 CD images (.iso) * Lha archives (.lzh) * Archiver archives (.ar) * Comic book archives (.cbz) * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) . File-roller can extract following formats: * Cabinet archives (.cab) * Debian binary packages (.deb) * Xar archives (.xar) . File-roller doesn't perform archive operations by itself, but relies on standard tools for this. debian/file-roller.menu0000664000000000000000000000036412303662551012300 0ustar ?package(file-roller):needs="X11" \ section="Applications/File Management" \ hints="Gnome, file" \ command="/usr/bin/file-roller" \ title="File-Roller" \ longtitle="File-Roller: GNOME archiver" \ icon="/usr/share/pixmaps/file-roller.xpm" debian/file-roller.10000664000000000000000000000431112303662551011470 0ustar .\" Copyright (C) 2007 Sven Arvidsson .\" .\" This is free software; you may redistribute it and/or modify .\" it under the terms of the GNU General Public License as .\" published by the Free Software Foundation; either version 2, .\" or (at your option) any later version. .\" .\" This is distributed in the hope that it will be useful, but .\" WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\"You should have received a copy of the GNU General Public License along .\"with this program; if not, write to the Free Software Foundation, Inc., .\"51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. .TH file-roller 1 "2007\-09\-27" "GNOME" .SH NAME file-roller \- archive manager for GNOME .SH SYNOPSIS .B file-roller .RI [ OPTIONS... ] .RI [ FILE... ] .SH DESCRIPTION File Roller is a graphical interface to archiving utilities such as tar and zip. .P It supports most common operations such as creating, modifing and extracting files from an archive. You can also view the contents of an archive and open files contained in the archive. .SH OPTIONS .TP .B \-a, \-\-add\-to=ARCHIVE Add files to the specified archive and quit the program .TP .B \-d, \-\-add FILE Add files asking the name of the archive and quit the program .TP .B \-e, \-\-extract\-to=FOLDER Extract archives to the specified folder and quit the program .TP .B \-f, \-\-extract Extract archives asking the destination folder and quit the program .TP .B \-h, \-\-extract\-here Extract archives using the archive name as destination folder and quit the program .TP .B \-\-default\-dir=FOLDER Default folder to use for the '\-\-add' and '\-\-extract' commands .TP .B \-\-force Create destination folder without asking confirmation .P This program also accepts the standard GNOME and GTK options. .SH AUTHORS .B file-roller is written by Paolo Bacchilega . .P This manual page was written by Sven Arvidsson , for the Debian project (but may be used by others). .SH SEE ALSO .BR "gtk-options" (7), .BR "gnome-options" (7) .P The online documentation available through the program's .I Help menu. debian/compat0000664000000000000000000000000212303662551010371 0ustar 8 debian/watch0000664000000000000000000000015512303662551010225 0ustar version=3 http://ftp.gnome.org/pub/gnome/sources/file-roller/([\d\.]+[02468])/file-roller-([\d\.]+)\.tar\.xz debian/patches/0000775000000000000000000000000012303662551010622 5ustar debian/patches/99_ltmain_as-needed.patch0000664000000000000000000000146512303662551015363 0ustar Bug-Debian: http://bugs.debian.org/347650 Last-Update: 2011-06-14 --- a/ltmain.sh +++ b/ltmain.sh @@ -5800,6 +5800,11 @@ arg=$func_stripname_result ;; + -Wl,--as-needed|-Wl,--no-as-needed) + deplibs="$deplibs $arg" + continue + ;; + -Wl,*) func_stripname '-Wl,' '' "$arg" args=$func_stripname_result @@ -6160,6 +6165,15 @@ lib= found=no case $deplib in + -Wl,--as-needed|-Wl,--no-as-needed) + if test "$linkmode,$pass" = "prog,link"; then + compile_deplibs="$deplib $compile_deplibs" + finalize_deplibs="$deplib $finalize_deplibs" + else + deplibs="$deplib $deplibs" + fi + continue + ;; -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*) if test "$linkmode,$pass" = "prog,link"; then debian/patches/git_user_extract_iso.patch0000664000000000000000000001415612303662551016077 0ustar From e301834ef8e31b6e4e42b19504ea61fb620aa540 Mon Sep 17 00:00:00 2001 From: Paolo Bacchilega Date: Sat, 28 Dec 2013 12:39:44 +0000 Subject: file-roller should not require sudo/root to extract an iso restore the original file attributes only after creating all the files [bug #721093] --- diff --git a/src/fr-archive-libarchive.c b/src/fr-archive-libarchive.c index 9a11e45..2ddfa21 100644 --- a/src/fr-archive-libarchive.c +++ b/src/fr-archive-libarchive.c @@ -500,53 +500,20 @@ _g_file_set_attributes_from_info (GFile *file, } -static gboolean -_g_file_set_attributes_from_entry (GFile *file, - struct archive_entry *entry, - ExtractData *extract_data, - GCancellable *cancellable, - GError **error) -{ - GFileInfo *info; - gboolean result; - - info = _g_file_info_create_from_entry (entry, extract_data); - result = _g_file_set_attributes_from_info (file, info, cancellable, error); - - g_object_unref (info); - - return result; -} - - -static gboolean -restore_modification_time (GHashTable *created_folders, - GCancellable *cancellable, - GError **error) +static void +restore_original_file_attributes (GHashTable *created_files, + GCancellable *cancellable) { GHashTableIter iter; gpointer key, value; - gboolean result = TRUE; - g_hash_table_iter_init (&iter, created_folders); - while (result && g_hash_table_iter_next (&iter, &key, &value)) { + g_hash_table_iter_init (&iter, created_files); + while (g_hash_table_iter_next (&iter, &key, &value)) { GFile *file = key; - GFileInfo *original_info = value; - GFileInfo *info; + GFileInfo *info = value; - if (g_file_info_get_attribute_status (original_info, G_FILE_ATTRIBUTE_TIME_MODIFIED) != G_FILE_ATTRIBUTE_STATUS_SET) - continue; - - info = g_file_info_new (); - g_file_info_set_attribute_uint64 (info, G_FILE_ATTRIBUTE_TIME_MODIFIED, g_file_info_get_attribute_uint64 (original_info, G_FILE_ATTRIBUTE_TIME_MODIFIED)); - if (g_file_info_get_attribute_status (original_info, G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC) == G_FILE_ATTRIBUTE_STATUS_SET) - g_file_info_set_attribute_uint32 (info, G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC, g_file_info_get_attribute_uint32 (original_info, G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC)); - result = _g_file_set_attributes_from_info (file, info, cancellable, error); - - g_object_unref (info); + _g_file_set_attributes_from_info (file, info, cancellable, NULL); } - - return result; } @@ -558,7 +525,7 @@ extract_archive_thread (GSimpleAsyncResult *result, ExtractData *extract_data; LoadData *load_data; GHashTable *checked_folders; - GHashTable *created_folders; + GHashTable *created_files; GHashTable *folders_created_during_extraction; struct archive *a; struct archive_entry *entry; @@ -568,7 +535,7 @@ extract_archive_thread (GSimpleAsyncResult *result, load_data = LOAD_DATA (extract_data); checked_folders = g_hash_table_new_full (g_file_hash, (GEqualFunc) g_file_equal, g_object_unref, NULL); - created_folders = g_hash_table_new_full (g_file_hash, (GEqualFunc) g_file_equal, g_object_unref, g_object_unref); + created_files = g_hash_table_new_full (g_file_hash, (GEqualFunc) g_file_equal, g_object_unref, g_object_unref); folders_created_during_extraction = g_hash_table_new_full (g_file_hash, (GEqualFunc) g_file_equal, g_object_unref, NULL); fr_archive_progress_set_total_files (load_data->archive, extract_data->n_files_to_extract); @@ -655,7 +622,7 @@ extract_archive_thread (GSimpleAsyncResult *result, g_object_unref (info); break; } - g_error_free (local_error); + g_clear_error (&local_error); } } @@ -762,17 +729,10 @@ extract_archive_thread (GSimpleAsyncResult *result, if (! g_file_make_directory (file, cancellable, &local_error)) { if (! g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) load_data->error = g_error_copy (local_error); - g_error_free (local_error); - } - if (load_data->error == NULL) { - GFileInfo *info; - - info = _g_file_info_create_from_entry (entry, extract_data); - _g_file_set_attributes_from_info (file, info, cancellable, NULL); - g_hash_table_insert (created_folders, g_object_ref (file), g_object_ref (info)); - - g_object_unref (info); + g_clear_error (&local_error); } + if (load_data->error == NULL) + g_hash_table_insert (created_files, g_object_ref (file), _g_file_info_create_from_entry (entry, extract_data)); archive_read_data_skip (a); break; @@ -791,14 +751,14 @@ extract_archive_thread (GSimpleAsyncResult *result, if (r != ARCHIVE_EOF) load_data->error = _g_error_new_from_archive_error (archive_error_string (a)); else - _g_file_set_attributes_from_entry (file, entry, extract_data, cancellable, NULL); + g_hash_table_insert (created_files, g_object_ref (file), _g_file_info_create_from_entry (entry, extract_data)); break; case AE_IFLNK: if (! g_file_make_symbolic_link (file, archive_entry_symlink (entry), cancellable, &local_error)) { if (! g_error_matches (local_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) load_data->error = g_error_copy (local_error); - g_error_free (local_error); + g_clear_error (&local_error); } archive_read_data_skip (a); break; @@ -822,7 +782,7 @@ extract_archive_thread (GSimpleAsyncResult *result, } if (load_data->error == NULL) - restore_modification_time (created_folders, cancellable, NULL); + restore_original_file_attributes (created_files, cancellable); if ((load_data->error == NULL) && (r != ARCHIVE_EOF)) load_data->error = _g_error_new_from_archive_error (archive_error_string (a)); @@ -832,7 +792,7 @@ extract_archive_thread (GSimpleAsyncResult *result, g_simple_async_result_set_from_error (result, load_data->error); g_hash_table_unref (folders_created_during_extraction); - g_hash_table_unref (created_folders); + g_hash_table_unref (created_files); g_hash_table_unref (checked_folders); archive_read_free (a); extract_data_free (extract_data); -- cgit v0.9.2 debian/patches/01_package_names.patch0000664000000000000000000000054112303662551014721 0ustar Description: Fix PackageKit package name matches for xz and rpm files. Author: Jordi Mallach --- a/data/packages.match +++ b/data/packages.match @@ -16,16 +16,16 @@ p7zip-full= p7zip-rar= rar= -rpm= +rpm=rpm2cpio rzip= tar= unace= unalz= -unarchiver= +unarchiver=unar unrar= unstaff= unzip= -xz= +xz=xz-utils zip= zoo= debian/patches/revert_remove_menubar.patch0000664000000000000000000002632512303662551016250 0ustar Index: file-roller-3.10.2.1/data/org.gnome.FileRoller.gschema.xml.in =================================================================== --- file-roller-3.10.2.1.orig/data/org.gnome.FileRoller.gschema.xml.in 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/data/org.gnome.FileRoller.gschema.xml.in 2014-02-20 21:13:59.469348993 +0100 @@ -110,6 +110,11 @@ 200 + + true + <_summary>View toolbar + <_description>Whether to display the toolbar. + true <_summary>View statusbar Index: file-roller-3.10.2.1/src/actions.c =================================================================== --- file-roller-3.10.2.1.orig/src/actions.c 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/actions.c 2014-02-20 21:13:59.469348993 +0100 @@ -386,6 +386,18 @@ void +activate_action_view_toolbar (GtkAction *action, + gpointer data) +{ + GSettings *settings; + + settings = g_settings_new (FILE_ROLLER_SCHEMA_UI); + g_settings_set_boolean (settings, PREF_UI_VIEW_TOOLBAR, gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action))); + g_object_unref (settings); +} + + +void activate_action_view_statusbar (GtkAction *action, gpointer data) { Index: file-roller-3.10.2.1/src/actions.h =================================================================== --- file-roller-3.10.2.1.orig/src/actions.h 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/actions.h 2014-02-20 21:13:59.473348994 +0100 @@ -57,6 +57,7 @@ void activate_action_open_folder_from_sidebar (GtkAction *action, gpointer data); void activate_action_password (GtkAction *action, gpointer data); +void activate_action_view_toolbar (GtkAction *action, gpointer data); void activate_action_view_statusbar (GtkAction *action, gpointer data); void activate_action_view_folders (GtkAction *action, gpointer data); void activate_action_stop (GtkAction *action, gpointer data); Index: file-roller-3.10.2.1/src/fr-window.c =================================================================== --- file-roller-3.10.2.1.orig/src/fr-window.c 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/fr-window.c 2014-02-20 21:15:52.729352765 +0100 @@ -5055,6 +5055,7 @@ { fr_window_update_current_location (window); + set_active (window, "ViewToolbar", g_settings_get_boolean (window->priv->settings_ui, PREF_UI_VIEW_TOOLBAR)); set_active (window, "ViewStatusbar", g_settings_get_boolean (window->priv->settings_ui, PREF_UI_VIEW_STATUSBAR)); window->priv->view_folders = g_settings_get_boolean (window->priv->settings_ui, PREF_UI_VIEW_FOLDERS); @@ -5089,6 +5090,17 @@ static void +pref_view_toolbar_changed (GSettings *settings, + const char *key, + gpointer user_data) +{ + FrWindow *window = user_data; + + fr_window_set_toolbar_visibility (window, g_settings_get_boolean (settings, key)); +} + + +static void pref_view_statusbar_changed (GSettings *settings, const char *key, gpointer user_data) @@ -5385,6 +5397,7 @@ static void fr_window_construct (FrWindow *window) { + GtkWidget *menubar; GtkWidget *toolbar; GtkWidget *list_scrolled_window; GtkWidget *location_box; @@ -5783,6 +5796,10 @@ g_object_set (other_actions_action, "menu", gtk_ui_manager_get_widget (ui, "/OtherActionsMenu"), NULL); g_object_unref (other_actions_action); + menubar = gtk_ui_manager_get_widget (ui, "/MenuBar"); + fr_window_attach (FR_WINDOW (window), menubar, FR_WINDOW_AREA_MENUBAR); + gtk_widget_show (menubar); + window->priv->toolbar = toolbar = gtk_ui_manager_get_widget (ui, "/ToolBar"); gtk_toolbar_set_show_arrow (GTK_TOOLBAR (toolbar), TRUE); gtk_style_context_add_class (gtk_widget_get_style_context (toolbar), GTK_STYLE_CLASS_PRIMARY_TOOLBAR); @@ -5841,7 +5858,10 @@ /**/ fr_window_attach (FR_WINDOW (window), window->priv->toolbar, FR_WINDOW_AREA_TOOLBAR); - gtk_widget_show (toolbar); + if (g_settings_get_boolean (window->priv->settings_ui, PREF_UI_VIEW_TOOLBAR)) + gtk_widget_show (toolbar); + else + gtk_widget_hide (toolbar); window->priv->file_popup_menu = gtk_ui_manager_get_widget (ui, "/FilePopupMenu"); window->priv->folder_popup_menu = gtk_ui_manager_get_widget (ui, "/FolderPopupMenu"); @@ -5899,6 +5919,10 @@ G_CALLBACK (pref_history_len_changed), window); g_signal_connect (window->priv->settings_ui, + "changed::" PREF_UI_VIEW_TOOLBAR, + G_CALLBACK (pref_view_toolbar_changed), + window); + g_signal_connect (window->priv->settings_ui, "changed::" PREF_UI_VIEW_STATUSBAR, G_CALLBACK (pref_view_statusbar_changed), window); @@ -9255,6 +9279,21 @@ } +void +fr_window_set_toolbar_visibility (FrWindow *window, + gboolean visible) +{ + g_return_if_fail (window != NULL); + + if (visible) + gtk_widget_show (window->priv->toolbar); + else + gtk_widget_hide (window->priv->toolbar); + + set_active (window, "ViewToolbar", visible); +} + + void fr_window_set_statusbar_visibility (FrWindow *window, gboolean visible) Index: file-roller-3.10.2.1/src/fr-window.h =================================================================== --- file-roller-3.10.2.1.orig/src/fr-window.h 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/fr-window.h 2014-02-20 21:13:59.477348994 +0100 @@ -268,6 +268,8 @@ GFile *default_dir, gboolean freeze); GFile * fr_window_get_extract_default_dir (FrWindow *window); +void fr_window_set_toolbar_visibility (FrWindow *window, + gboolean value); void fr_window_set_statusbar_visibility (FrWindow *window, gboolean value); void fr_window_set_folders_visibility (FrWindow *window, Index: file-roller-3.10.2.1/src/preferences.h =================================================================== --- file-roller-3.10.2.1.orig/src/preferences.h 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/preferences.h 2014-02-20 21:13:59.477348994 +0100 @@ -49,6 +49,7 @@ #define PREF_UI_WINDOW_HEIGHT "window-height" #define PREF_UI_SIDEBAR_WIDTH "sidebar-width" #define PREF_UI_HISTORY_LEN "history-len" +#define PREF_UI_VIEW_TOOLBAR "view-toolbar" #define PREF_UI_VIEW_STATUSBAR "view-statusbar" #define PREF_UI_VIEW_FOLDERS "view-folders" Index: file-roller-3.10.2.1/src/ui/menus-toolbars.ui =================================================================== --- file-roller-3.10.2.1.orig/src/ui/menus-toolbars.ui 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/ui/menus-toolbars.ui 2014-02-20 21:13:59.477348994 +0100 @@ -1,42 +1,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -48,16 +54,12 @@ - - - - @@ -70,7 +72,6 @@ - @@ -82,11 +83,9 @@ - - @@ -98,7 +97,6 @@ - Index: file-roller-3.10.2.1/src/ui.h =================================================================== --- file-roller-3.10.2.1.orig/src/ui.h 2014-02-20 21:13:59.481348994 +0100 +++ file-roller-3.10.2.1/src/ui.h 2014-02-20 21:13:59.477348994 +0100 @@ -28,6 +28,11 @@ static GtkActionEntry action_entries[] = { + { "FileMenu", NULL, N_("_Archive") }, + { "EditMenu", NULL, N_("_Edit") }, + { "ViewMenu", NULL, N_("_View") }, + { "HelpMenu", NULL, N_("_Help") }, + { "ArrangeFilesMenu", NULL, N_("_Arrange Files") }, { "OtherActionsMenu", NULL, NULL }, { "About", GTK_STOCK_ABOUT, @@ -188,6 +193,11 @@ static GtkToggleActionEntry action_toggle_entries[] = { + { "ViewToolbar", NULL, + N_("_Toolbar"), NULL, + N_("View the main toolbar"), + G_CALLBACK (activate_action_view_toolbar), + TRUE }, { "ViewStatusbar", NULL, N_("Stat_usbar"), NULL, N_("View the statusbar"), debian/patches/series0000664000000000000000000000020712303662551012036 0ustar 01_package_names.patch 99_ltmain_as-needed.patch revert_remove_menubar.patch git_handle_command_line.patch git_user_extract_iso.patch debian/patches/git_handle_command_line.patch0000664000000000000000000000152712303662551016453 0ustar From ead5ddd26ec18033fa677cdf253ce25d5a0324e8 Mon Sep 17 00:00:00 2001 From: Giovanni Campagna Date: Sat, 18 Jan 2014 13:14:23 +0000 Subject: Application: mark that we handle the command line Otherwise activating the application a second time would fail. https://bugzilla.gnome.org/show_bug.cgi?id=722492 --- diff --git a/src/fr-application.c b/src/fr-application.c index 0109a3a..f751bcf 100644 --- a/src/fr-application.c +++ b/src/fr-application.c @@ -866,7 +866,7 @@ fr_application_new (void) { return g_object_new (fr_application_get_type (), "application-id", "org.gnome.FileRoller", - "flags", G_APPLICATION_FLAGS_NONE, + "flags", G_APPLICATION_HANDLES_COMMAND_LINE, NULL); } -- cgit v0.9.2 debian/file-roller.xpm0000664000000000000000000001427312303662551012144 0ustar /* XPM */ static char * file_roller_xpm[] = { "32 32 256 2", " c None", ". c #070A06", "+ c #100A08", "@ c #0F0E02", "# c #0F110D", "$ c #141613", "% c #181810", "& c #191B18", "* c #1A1C19", "= c #231C13", "- c #1F1F18", "; c #281E09", "> c #222015", ", c #25201A", "' c #212320", ") c #2B250B", "! c #242523", "~ c #620C07", "{ c #292524", "] c #342809", "^ c #2C2A1F", "/ c #30291A", "( c #292B28", "_ c #5D180E", ": c #342D0E", "< c #3B3017", "[ c #423517", "} c #712209", "| c #503717", "1 c #3B3C3A", "2 c #484126", "3 c #4B4222", "4 c #504218", "5 c #4D431E", "6 c #5A3F1A", "7 c #4B4635", "8 c #634118", "9 c #534C1A", "0 c #9B2A0C", "a c #5E4232", "b c #674414", "c c #674917", "d c #5F4D1E", "e c #574F34", "f c #5B5024", "g c #564F39", "h c #644D25", "i c #5A5130", "j c #5A5427", "k c #735011", "l c #56554E", "m c #695520", "n c #6B561A", "o c #665820", "p c #555754", "q c #6E5814", "r c #65592D", "s c #645A39", "t c #675F2B", "u c #835613", "v c #645D46", "w c #5C5E5B", "x c #6E5F27", "y c #715D44", "z c #796217", "A c #6A6245", "B c #76612A", "C c #775F3C", "D c #895F12", "E c #935D11", "F c #786728", "G c #7E6814", "H c #985C0E", "I c #7D6623", "J c #86631C", "K c #676862", "L c #866717", "M c #6D6856", "N c #826732", "O c #866827", "P c #7E6939", "Q c #7C6C33", "R c #836B28", "S c #7B6C3A", "T c #A4600C", "U c #816B34", "V c #906A14", "W c #AF5B10", "X c #816945", "Y c #796E4C", "Z c #7B6F47", "` c #9E6618", " . c #A26418", ".. c #8E6B32", "+. c #817138", "@. c #A56611", "#. c #966F0F", "$. c #956E19", "%. c #81723F", "&. c #9C6A22", "*. c #88722E", "=. c #8E7319", "-. c #84714B", ";. c #9D7013", ">. c #737572", ",. c #907524", "'. c #A66D16", "). c #96751E", "!. c #90762B", "~. c #9C780D", "{. c #86784A", "]. c #A67219", "^. c #977A18", "/. c #987B23", "(. c #9A7643", "_. c #9F782B", ":. c #B5701A", "<. c #917D38", "[. c #957D32", "}. c #8A7D52", "|. c #AB7815", "1. c #7C7D7B", "2. c #9D7B2C", "3. c #B9730D", "4. c #9A7E2D", "5. c #928040", "6. c #807F77", "7. c #987F3B", "8. c #947E4C", "9. c #7F817E", "0. c #AB7A34", "a. c #A4851C", "b. c #9F8339", "c. c #85847C", "d. c #838582", "e. c #A6871E", "f. c #9C8842", "g. c #8A8584", "h. c #A08936", "i. c #9F8A3D", "j. c #A88A32", "k. c #A98450", "l. c #C78214", "m. c #8B8D8A", "n. c #D27F18", "o. c #AB8759", "p. c #D5820E", "q. c #B98D25", "r. c #AA8F4A", "s. c #96917D", "t. c #AF9139", "u. c #A99245", "v. c #C58B24", "w. c #AB9340", "x. c #D1813B", "y. c #91928F", "z. c #B49644", "A. c #B89444", "B. c #B99835", "C. c #D78F25", "D. c #B6994D", "E. c #CD9335", "F. c #C8914E", "G. c #C59945", "H. c #9C9E9B", "I. c #AB9C85", "J. c #A39F91", "K. c #B4A353", "L. c #C09A64", "M. c #9FA19E", "N. c #B9A35B", "O. c #C7A435", "P. c #A4A49B", "Q. c #C1A062", "R. c #D8A027", "S. c #C5A63E", "T. c #D39E45", "U. c #BEA658", "V. c #DD9B40", "W. c #C9A05E", "X. c #C0A752", "Y. c #C6A64D", "Z. c #D2A344", "`. c #CAA848", " + c #DFA522", ".+ c #ADA99B", "++ c #CFA750", "@+ c #D1AC35", "#+ c #DEA637", "$+ c #C3AC64", "%+ c #AAACA9", "&+ c #BEAC76", "*+ c #C8AB64", "=+ c #ACAEAB", "-+ c #E1A54D", ";+ c #E0A747", ">+ c #DFB01F", ",+ c #BAAF90", "'+ c #DDAC41", ")+ c #C5B06D", "!+ c #B1B0A8", "~+ c #D4B049", "{+ c #D6B13F", "]+ c #D3B050", "^+ c #E1A75D", "/+ c #CCB25D", "(+ c #D0B459", "_+ c #DCB24D", ":+ c #D9B54E", "<+ c #D4B755", "[+ c #D9B655", "}+ c #D4B85D", "|+ c #B6B8B5", "1+ c #E2B35E", "2+ c #E3B74B", "3+ c #D0B87C", "4+ c #BEBBAC", "5+ c #D3B68F", "6+ c #D9BD61", "7+ c #DFC04F", "8+ c #D6BE75", "9+ c #E0B780", "0+ c #DEBA7B", "a+ c #D5BF7C", "b+ c #D4C083", "c+ c #DABB8E", "d+ c #DDC26C", "e+ c #DDC474", "f+ c #E5C947", "g+ c #E7C362", "h+ c #C9C5B7", "i+ c #E1C382", "j+ c #E6C96C", "k+ c #E5C67F", "l+ c #E1C97F", "m+ c #C7C9C6", "n+ c #E0CC95", "o+ c #E4CD89", "p+ c #D2CEBF", "q+ c #D0CFC7", "r+ c #EACB9D", "s+ c #E2D09E", "t+ c #E4CEA4", "u+ c #E6D193", "v+ c #E8D49C", "w+ c #D3D5D1", "x+ c #EAD993", "y+ c #E3D7B7", "z+ c #E6DBA7", "A+ c #E8DBB4", "B+ c #EFDAB5", "C+ c #F4DDB2", "D+ c #E7E4D5", "E+ c #F0E7CC", "F+ c #EAE9E0", "G+ c #E9EBE8", " .. ", " A+} ", " y+~ ", " , I._ 8 * ", " | y T.0+0 n.:.6 / ", " .;+C+y+x.n.p.p. .C 7 ", " u C.:.T.r+B+;+#+_+v.&. ", " 6 ^+ W F.T.'.V < o. ", " 8 1+ W 5+E o. ", " * u V.G.L.a P.8 * * o. ", " 3.m A.t+-+R.>+k+i+8 & { K (. ", " A ` u+E+z+'+f+d+Z.l.8 & c.9+c ", " }.5 ` g ,+s+;+3+0._.'.b { r+n.8 ", " I !.%.Y h 3 - ].9 ^ e '.D ;.$.|.k 4 5+'.U ", " x $+[+:+]+*+P U q.K.R k T L H 2.T.V e.:+g+5.= ", " r.v+v+d+<+:+6+f...f.K.~.:.J #.D.Y.2.{++++.X P $ ", " i.e+u+v+l+g+[+:+/+5.*.w.q.J W.i+2.2.U U Q.:+P $ ", " z `.6+l+s+u+d+:+{+~+U.*.).L.i+R h -.U.<+S.<.j ", " ) 7.w.}+e+o+v+a+}+e+/+t.8.&+r S )+O.O.<.r > # ", " ' >.' ! l 2 8.z.Y.}+e+v+s+t.e./+i+m <.7+~+x r ^ . ", " 1.%+6.P.s.g }.D.S.(+b+N.,.j.b+,.h x i.o > % ", " 1 %+y.=+.+4+4+v Z u.q.N.f.b.&+,.o f < : . ", " g.m+g.|+4+p+h+M A b.h.!./.4.q 4 % . ", " g.g.|+g.m+p+D+D+M.v 7.[./.=.z ; ", " { g.g.|+g.q+G+F+G+w+M x z q : . ", " g.g.y.g.G+G+G+G+H.w % + ", " { g.1.g.K y.g.p { $ ", " 1.y.1.p 1 + ", " { g.{ ( ", " ", " ", " "};