debian/0000755000000000000000000000000012204227142007162 5ustar debian/watch0000644000000000000000000000012311563275244010224 0ustar version=3 http://www.cybernoia.de/software/archivemount/archivemount-(.*)\.tar\.gz debian/source/0000755000000000000000000000000011436365322010473 5ustar debian/source/format0000644000000000000000000000001411436365322011701 0ustar 3.0 (quilt) debian/control0000644000000000000000000000237212203201567010573 0ustar Source: archivemount Section: utils Priority: optional Maintainer: Nanakos Chrysostomos Build-Depends: debhelper (>= 7.0.0), autotools-dev, libfuse-dev, pkg-config, libarchive-dev, dpkg-dev (>= 1.16.1~) Standards-Version: 3.9.4 Homepage: http://www.cybernoia.de/software/archivemount/ Package: archivemount Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends}, fuse (>=2.8.5-2) Description: mounts an archive for access as a file system archivemount is a FUSE based file system for Unix variants, including Linux. Its purpose is to mount archives to a mount point where it can be read from or written to as with any other file system. This makes accessing the contents of the archive, which maybe compressed, transparent to other programs, without decompressing them. The archive formats that archivemount supports are: * old-style tar archives, . * most variants of the POSIX 'ustar' format, . * the POSIX 'pax interchange' format, . * GNU-format tar archives, . * most common cpio archive formats, . * ISO9660 CD images (with or without RockRidge extensions), . * Zip archives. . * two different variants of shar archives. . archivemount is FUSE (Filesystem in USErspace). debian/README.Debian0000644000000000000000000000100311436365322011226 0ustar archivemount for Debian ----------------------- Please note that the simplest way to allow mounting of archivemount shares is to add the user to the fuse group (which will be created by the fuse-utils package). To add user 'foo' to the 'fuse' group type the following command (with root privileges): adduser foo fuse If the user is currently logged in he/she should log out and log in in order for this change to take effect. -- Nanakos Chrysostomos , Thu, 24 Jun 2010 12:42:10 +0300 debian/docs0000644000000000000000000000000711436365322010043 0ustar README debian/compat0000644000000000000000000000000211436365322010371 0ustar 7 debian/archivemount.lintian-overrides0000644000000000000000000000012012203203430015230 0ustar archivemount: hyphen-used-as-minus-sign usr/share/man/man1/archivemount.1.gz:86 debian/copyright0000644000000000000000000000602612204111527011120 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: archivemount Upstream-Contact: Andre Landwehr Source: http://www.cybernoia.de/software/archivemount/ Files: * Copyright: 2005 Andre Landwehr License: LGPL-2 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 . Files: uthash.h Copyright: 2003-2011, Troy D. Hanson License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* Copyright: 2011-2012 Nanakos Chrysostomos License: GPL-2+ This program 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 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 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 General Public License can be found in the directory "/usr/share/common-licenses" . The full text of the GNU General Public License can be found in the file /usr/share/common-licenses/GPL-2. debian/changelog0000644000000000000000000000267612203236157011054 0ustar archivemount (0.8.1-1) unstable; urgency=low * New upstream release. * Bumped S-V to 3.9.4. * Lintian cleaning. -- Nanakos Chrysostomos Thu, 15 Aug 2013 19:12:16 +0300 archivemount (0.6.1-3) unstable; urgency=low * Bumped S-V to 3.9.3 * Fixed lintian warnings about debian/rules file concerning build-arch and build-indep recommended target. * Fixed lintian warning about debian/copyright file concerning template markers. * Changed typographic quotation marks in debian/control file to single quotation marks. (Closes: Bug#687009) -- Nanakos Chrysostomos Sun, 09 Sep 2012 17:25:39 +0300 archivemount (0.6.1-2) unstable; urgency=low * Updated S-V to 3.9.2 * Changed Architecture field in debian/control file so the package compiles only in linux specific architectures. (Closes: Bug#613119) * Change the dependency on fuse-utils to fuse (>=2.8.5-2). Since fuse 2.8.5-2 fuse-utils package is only a transitional dummy package. * Change debian/rules to keep a backup copy of config.guess in the configure target which will be restored in the clean target, to keep the diff.gz clean. Thanks to Sven Hoexter. -- Nanakos Chrysostomos Sun, 28 May 2011 15:32:37 +0200 archivemount (0.6.1-1) unstable; urgency=low * Initial release. (Closes: Bug#587029) -- Nanakos Chrysostomos Fri, 09 Jul 2010 22:08:17 +0300 debian/rules0000755000000000000000000000333612204227142010247 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk export DEB_BUILD_MAINT_OPTIONS = hardening=+all INSTALL_PROGRAM = /usr/bin/install -c CFLAGS = $(shell dpkg-buildflags --get CFLAGS) -Wall -g LDFLAGS += -Wl,-z,defs -Wl,--as-needed ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif config.status: configure dh_testdir CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info build: build-stamp build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) CFLAGS="$(CFLAGS)" touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp rm -rf autom4te.cache [ ! -f Makefile ] || $(MAKE) distclean dh_clean install: build dh_testdir dh_testroot dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/archivemount mandir=/usr/share/man INSTALL_PROGRAM="$(INSTALL_PROGRAM)" binary-indep: build install binary-arch: build install dh_testdir dh_testroot dh_installchangelogs CHANGELOG dh_installdocs dh_install dh_installman dh_link dh_lintian dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install