debian/0000775000000000000000000000000011731760141007171 5ustar debian/rules0000775000000000000000000000025111500616606010247 0ustar #!/usr/bin/make -f LDFLAGS = -Wl,--as-needed override_dh_auto_install: $(MAKE) INSTALLPREFIX=$(CURDIR)/debian/fuse-zip/usr install override_dh_auto_test: %: dh $@ debian/patches/0000775000000000000000000000000011731630732010622 5ustar debian/patches/fuse-zip_libzip-0.10.patch0000664000000000000000000000204011731630655015332 0ustar --- lib/bigBuffer.cpp | 2 +- lib/bigBuffer.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/lib/bigBuffer.cpp +++ b/lib/bigBuffer.cpp @@ -236,7 +236,7 @@ void BigBuffer::truncate(offset_t offset len = offset; } -ssize_t BigBuffer::zipUserFunctionCallback(void *state, void *data, size_t len, enum zip_source_cmd cmd) { +zip_int64_t BigBuffer::zipUserFunctionCallback(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd) { CallBackStruct *b = (CallBackStruct*)state; switch (cmd) { case ZIP_SOURCE_OPEN: { --- a/lib/bigBuffer.h +++ b/lib/bigBuffer.h @@ -52,7 +52,7 @@ private: * never called because read() always successfull. * See zip_source_function(3) for details. */ - static ssize_t zipUserFunctionCallback(void *state, void *data, size_t len, enum zip_source_cmd cmd); + static zip_int64_t zipUserFunctionCallback(void *state, void *data, zip_uint64_t len, enum zip_source_cmd cmd); /** * Return number of chunks needed to keep 'offset' bytes. debian/patches/debian-changes-0.2.13-0ubuntu10000664000000000000000000000260211500617322015567 0ustar Description: Upstream changes introduced in version 0.2.13-0ubuntu1 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . fuse-zip (0.2.13-0ubuntu1) natty; urgency=low . * New upstream release * Bump standards * Change the order of linking in Makefile to fix FTBFS with present natty toolchain . The person named in the Author field signed this changelog entry. Author: Bhavani Shankar --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- fuse-zip-0.2.13.orig/Makefile +++ fuse-zip-0.2.13/Makefile @@ -1,5 +1,5 @@ DEST=fuse-zip -LIBS=$(shell pkg-config fuse --libs) $(shell pkg-config libzip --libs) -Llib -lfusezip +LIBS=$(shell pkg-config fuse --libs) -Llib -lfusezip $(shell pkg-config libzip --libs) LIB=lib/libfusezip.a CXXFLAGS=-g -O2 -Wall -Wextra RELEASE_CXXFLAGS=-O2 -Wall -Wextra debian/patches/series0000664000000000000000000000007211731630646012042 0ustar debian-changes-0.2.13-0ubuntu1 fuse-zip_libzip-0.10.patch debian/watch0000664000000000000000000000017411314077333010225 0ustar version=3 http://code.google.com/p/fuse-zip/downloads/list http://fuse-zip.googlecode.com/files/fuse-zip-([0-9.]*)\.tar\.gz debian/compat0000664000000000000000000000000211314077333010370 0ustar 7 debian/control0000664000000000000000000000133411500615054010571 0ustar Source: fuse-zip Section: utils Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Maia Kozheva Build-Depends: debhelper (>= 7.0.50~), libfuse-dev, libzip-dev (>= 0.8), pkg-config Standards-Version: 3.9.1 Homepage: http://code.google.com/p/fuse-zip Package: fuse-zip Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: ZIP archive mounter based on FUSE fuse-zip is a FUSE file system to navigate, extract, create and modify ZIP archives. With fuse-zip, you can work with ZIP archives as real directories. . fuse-zip is faster that other known FUSE implementations of ZIP directories, and includes full write support. debian/changelog0000664000000000000000000000176611731760141011055 0ustar fuse-zip (0.2.13-0ubuntu2) precise; urgency=low * Fix build failure with libzip 0.10. -- Fathi Boudra Mon, 19 Mar 2012 15:14:30 +0200 fuse-zip (0.2.13-0ubuntu1) natty; urgency=low * New upstream release * Bump standards * Change the order of linking in Makefile to fix FTBFS with present natty toolchain -- Bhavani Shankar Sat, 11 Dec 2010 12:18:27 +0530 fuse-zip (0.2.12-0ubuntu1) lucid; urgency=low * New upstream bugfix-only release. * Bump Standards. * Adjust build-dep on debhelper to ease backporters' life. * Disable auto_test target to avoid FTBFS. -- Alessio Treglia Sun, 28 Feb 2010 14:48:24 +0100 fuse-zip (0.2.8-0ubuntu2) lucid; urgency=low * Migrated to the 3.0 (quilt) format. -- Maia Kozheva Tue, 22 Dec 2009 14:14:32 +0600 fuse-zip (0.2.8-0ubuntu1) lucid; urgency=low * Initial release (LP: #240306) -- Maia Kozheva Thu, 19 Nov 2009 14:02:07 +0600 debian/copyright0000664000000000000000000000300111314077333011117 0ustar This package was debianized by Maia Kozheva on Mon, 27 Apr 2009 00:14:59 +0700. It was downloaded from http://code.google.com/p/fuse-zip Upstream Author: Copyright © 2008 Alexander Galanin License: This program 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 3 of the License, or (at your option) any later version. This program 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 Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found at `/usr/share/common-licenses/LGPL-3'. The Debian packaging is © 2008, Maia Kozheva and is licensed under the LGPL, version 3 or later; see above. debian/source/0000775000000000000000000000000011314100003010447 5ustar debian/source/format0000664000000000000000000000001411500613545011676 0ustar 3.0 (quilt)