--- squashfs-3.0.orig/debian/rules +++ squashfs-3.0/debian/rules @@ -0,0 +1,165 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +# Common include files +include /usr/share/cdbs/1/rules/dpatch.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +# Path to the source package +DEB_SRCDIR = $(CURDIR)/squashfs-tools + +# Add the upstream changelog +DEB_INSTALL_CHANGELOGS_ALL += CHANGES + +# Path for the patches +PATCH_DIR = debian/kpatches +PATCH_NAME = $(notdir $(wildcard $(word 1, $(wildcard linux-*))/*)) +PATCH_DIRS = $(wildcard linux-*) +PATCH_VERSIONS = $(PATCH_DIRS:linux-%=%) + +# Manpages stuff +DOC_DIR = debian/doc +PO_DIR = $(DOC_DIR)/po +MAN_TMP_DIR = $(DOC_DIR)/manpages + +MANPAGES = $(addprefix $(DOC_DIR)/,en/mksquashfs.8 fr/mksquashfs.fr.8) +XSLT_CMD = xsltproc -nonet +DB2MAN = /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl + +# Flags to GCC +CFLAGS := -I$(DEB_SRCDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE + +DEB_MAKE_BUILD_TARGET := all +DEB_MAKE_CHECK_TARGET := +DEB_MAKE_CLEAN_TARGET := + +# Squashfs-tools manpages targets +install/squashfs-tools:: po $(MANPAGES) + +po: + mkdir -p $(dir $(MANPAGES)) + cd $(PO_DIR) && po4a -v po4a.cfg + +%.8: %.dbk + cd $( 2.6.17-5 + * Remove bashisms from debian/rules + + -- Barry deFreese Thu, 3 Aug 2006 23:44:43 -0400 + +squashfs (1:3.0-6) unstable; urgency=low + + * Acknowledge NMU. Closes: #377831. + * debian/control.in: + + Add a minimum version on po4a (0.21) in Build-Depends. Closes: #377797. + + Remove s390-tape flavour which has no kernel headers. + + -- Arnaud Fontaine Sun, 16 Jul 2006 14:44:56 +0200 + +squashfs (1:3.0-5.1) unstable; urgency=low + + * NMU in agreement with Arnaud. + * Bumped kernel-abi. + * Updated flavours as of 2.6.17-2. + + -- Daniel Baumann Sun, 9 Jul 2006 16:22:00 +0200 + +squashfs (1:3.0-5) unstable; urgency=low + + * debian/control* and debian/rules: + + Bumped linux kernel version number to 2.6.16-2. + Closes: #369522. + + * debian/patches/03-mksquashfs.dpatch: + + Fix rounding error which causes generation of invalid + filesystems. Thanks to Scott James Remnant + . Closes: #368969. + + -- Arnaud Fontaine Wed, 31 May 2006 18:16:18 +0200 + +squashfs (1:3.0-4) unstable; urgency=low + + * debian/rules: + + Fix FTBFS on powerpc64. Thanks to Julien Louis + . + + * debian/control*: + + Update Standards-Version to 3.7.2. + + -- Arnaud Fontaine Sun, 7 May 2006 09:59:10 +0200 + +squashfs (1:3.0-3) unstable; urgency=low + + * debian/control*: + + Fix incorrect package name for module + squashfs-modules-2.6*-powerpc64. + + -- Arnaud Fontaine Sat, 29 Apr 2006 12:27:06 +0200 + +squashfs (1:3.0-2) unstable; urgency=low + + * debian/patches/03-mksquashfs.dpatch: + + Add patch showing the progress of mksquashfs. Thanks to Tollef + Fog Heen . Closes: #364089. + + * debian/control*: + + Add complete description for every squashfs-* packages. Thanks + to Tomas Pospisek . Closes: #364743. + + Add Homepage to the descriptions. + + Suggests on squashfs-source instead of kernel-patch-squashfs for + squashfs-tools. + + Conflicts and Replaces on kernel-patch-squashfs concerning + squashfs-source. Thanks to Bastian Kleineidam + . Closes: #364768. + + Add docbook-xml to Build-Depends for manpages. + + Add binutils-hppa64 and gcc-4.0-hppa64 Build-Depends for hppa. + + * debian/control.modules.in: + + Remove Daniel Baumann from Uploaders. + + * debian/docs: + + Add README-3.0. + + * debian/rules: + + Add unsquashfs to build program. + + Add upstream changelog to the packages (CHANGES). + + Fix FTBFS for hppa64* and sparc64* by specifying respectively + CROSS_COMPILE and ARCH for building the modules. + + -- Arnaud Fontaine Wed, 26 Apr 2006 18:38:20 +0200 + +squashfs (1:3.0-1) unstable; urgency=low + + * New upstream release. + * Building module out-of-tree, thanks to Daniel Baumann + . Closes: #355554. + + -- Arnaud Fontaine Sun, 2 Apr 2006 11:47:00 +0200 + +squashfs (1:2.2r2-3) unstable; urgency=low + + * debian/kernel-patch-squashfs.kpatches and + debian/kernel-patch-squashfs.k_patches.commented updated to support + Linux 2.6.14 and later. + + -- Arnaud Fontaine Tue, 31 Jan 2006 12:52:18 +0100 + +squashfs (1:2.2r2-2) unstable; urgency=low + + * Removed source root debian Makefile (not upstream) in favor of + CDBS (so modified debian/rules), added debian/control.in. + * Added debian/cdbs/1/class/makefile.mk in order to fix bug #338625. + * Added french translation by Frédéric Boiteux and Olivier Trichet. + Moved mksquashfs.dbk from debian/ to debian/doc/en/. + * Switch to po4a. Thanks to Nicolas François. + * Updated debian/watch. + + -- Arnaud Fontaine Thu, 10 Nov 2005 15:22:28 +0100 + +squashfs (1:2.2r2-1) unstable; urgency=low + + * New upstream release. Closes: #317795. + * Suggested 'kernel-source | linux-source' instead of 'kernel-source' + in debian/control. Thanks to Marco Bodrato. Closes: #329623. + * Updated debian/kernel-patch-squashfs.kpatches and + debian/kernel-patch-squashfs.k_patches.commented due to new + upstream patches. Closes: #303032. + * Updated FSF address in debian/copyright. + * Updated Standards-Version to 3.6.2.1 (no changes needed). + + -- Arnaud Fontaine Tue, 11 Oct 2005 20:12:55 +0200 + +squashfs (1:2.1r2-0.1) unstable; urgency=low + + * NMU: build also a kernel-patch-squashfs module. + * New upstream release. Closes: #287919. + * Change Debian helper from yada to Debhelper. + * change mksquashfs install directory from /usr/bin/ to /usr/sbin/. + + -- Frédéric Boiteux Mon, 20 Dec 2004 12:47:46 +0100 + +squashfs (1:2.0-1) unstable; urgency=low + + * New upstream release. + * Fixes for build script. It can be called debian/rules build after + interrupt. + + -- Piotr Roszatycki Thu, 5 Aug 2004 18:57:15 +0200 + +squashfs (2.0-ALPHA-1) unstable; urgency=low + + * New upstream release. Closes: #255470. + + -- Piotr Roszatycki Mon, 21 Jun 2004 13:06:46 +0200 + +squashfs (1.3r3-1) unstable; urgency=low + + * New upstream release. + + -- Piotr Roszatycki Thu, 11 Mar 2004 21:29:32 +0100 + +squashfs (1.3r2-1) unstable; urgency=low + + * New upstream release. + + -- Piotr Roszatycki Tue, 18 Nov 2003 12:48:13 +0100 + +squashfs (1.3-2) unstable; urgency=low + + * Fixed missing build-depends on libz-dev, closes: #215338. + + -- Piotr Roszatycki Mon, 13 Oct 2003 12:35:38 +0200 + +squashfs (1.3-1) unstable; urgency=low + + * Initial release. + + -- Piotr Roszatycki Wed, 1 Oct 2003 14:28:30 +0200 --- squashfs-3.0.orig/debian/control.in +++ squashfs-3.0/debian/control.in @@ -0,0 +1,1647 @@ +Source: squashfs +Section: admin +Priority: optional +Maintainer: Arnaud Fontaine +Uploaders: Roland Stigge +Build-Depends: @cdbs@, zlib1g-dev, po4a (>= 0.21), xsltproc, docbook-xsl, linux-headers-2.6.17-1-all, zlib1g-dev, bzip2, binutils-hppa64 [hppa], gcc-4.0-hppa64 [hppa], docbook-xml +Standards-Version: 3.7.2 + +Package: squashfs-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: squashfs-source +Description: Tool to create and append to squashfs filesystems + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-generic +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-generic +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-generic + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-generic. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-generic +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-generic (= ${Source-Version}) +Provides: squashfs-modules-alpha-generic +Description: Squash filesystem module for Alpha machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-smp +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-smp +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-smp (= ${Source-Version}) +Provides: squashfs-modules-alpha-smp +Description: Squash filesystem module for Alpha SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + SMP machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-legacy +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-legacy +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-legacy + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-legacy. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-legacy +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-legacy (= ${Source-Version}) +Provides: squashfs-modules-alpha-legacy +Description: Squash filesystem module for Alpha Legacy machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + Legacy machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-amd64-k8 +Architecture: amd64 +Depends: linux-image-2.6.17-1-amd64-k8 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amd64-k8 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amd64-k8. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amd64-k8 +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-amd64-k8 (= ${Source-Version}) +Provides: squashfs-modules-amd64-k8 +Description: Squash filesystem module for AMD64 K8 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on AMD64 + K8 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-amd64-k8-smp +Architecture: amd64 +Depends: linux-image-2.6.17-1-amd64-k8-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amd64-k8-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amd64-k8-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amd64-k8-smp +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-amd64-k8-smp (= ${Source-Version}) +Provides: squashfs-modules-amd64-k8-smp +Description: Squash filesystem module for AMD64 K8 SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + multi-processor/multi-core AMD Athlon64 X2 and Opteron 2xx/8xx machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-em64t-p4 +Architecture: amd64 +Depends: linux-image-2.6.17-1-em64t-p4 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-em64t-p4 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-em64t-p4. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-em64t-p4 +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-em64t-p4 (= ${Source-Version}) +Provides: squashfs-modules-em64t-p4 +Description: Squash filesystem module for Intel em64t P4 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + Intel em64t Pentium4 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-em64t-p4-smp +Architecture: amd64 +Depends: linux-image-2.6.17-1-em64t-p4-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-em64t-p4-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-em64t-p4-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-em64t-p4-smp +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-em64t-p4-smp (= ${Source-Version}) +Provides: squashfs-modules-em64t-p4-smp +Description: Squash filesystem module for Intel em64t P4/Xeon SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + multi-processor/multi-core Intel em64t Pentium 4/Pentium D/Xeon machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-footbridge +Architecture: arm +Depends: linux-image-2.6.17-1-footbridge +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-footbridge + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-footbridge. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-footbridge +Architecture: arm +Depends: squashfs-modules-2.6.17-1-footbridge (= ${Source-Version}) +Provides: squashfs-modules-footbridge +Description: Squash filesystem module for Footbridge based machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Footbridge (CATS, Netwinder) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-ixp4xx +Architecture: arm +Depends: linux-image-2.6.17-1-ixp4xx +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-ixp4xx + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-ixp4xx. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-ixp4xx +Architecture: arm +Depends: squashfs-modules-2.6.17-1-ixp4xx (= ${Source-Version}) +Provides: squashfs-modules-ixp4xx +Description: Squash filesystem module for IXP4xx machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IXP4xx + based machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-nslu2 +Architecture: arm +Depends: linux-image-2.6.17-1-nslu2 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-nslu2 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-nslu2. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-nslu2 +Architecture: arm +Depends: squashfs-modules-2.6.17-1-nslu2 (= ${Source-Version}) +Provides: squashfs-modules-nslu2 +Description: Squash filesystem module for NSLU2 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Linksys + NSLU2 (Network Storage Link for USB 2.0 Disk Drives) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-rpc +Architecture: arm +Depends: linux-image-2.6.17-1-rpc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-rpc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-rpc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-rpc +Architecture: arm +Depends: squashfs-modules-2.6.17-1-rpc (= ${Source-Version}) +Provides: squashfs-modules-rpc +Description: Squash filesystem module for RiscPC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Arcon + RiscPC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s3c2410 +Architecture: arm +Depends: linux-image-2.6.17-1-s3c2410 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s3c2410 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s3c2410. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s3c2410 +Architecture: arm +Depends: squashfs-modules-2.6.17-1-s3c2410 (= ${Source-Version}) +Provides: squashfs-modules-s3c2410 +Description: Squash filesystem module for S2C2410 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Samsung + S3C410 based (BAST, IPAQ 1940, etc) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc (= ${Source-Version}) +Provides: squashfs-modules-parisc +Description: Squash filesystem module for 32-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32-bit + PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc-smp +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc-smp +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc-smp (= ${Source-Version}) +Provides: squashfs-modules-parisc-smp +Description: Squash filesystem module for 32-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32-bit + multi-processor PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc64 +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc64 +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc64 (= ${Source-Version}) +Provides: squashfs-modules-parisc64 +Description: Squash filesystem module for 64-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64-bit + PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc64-smp +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc64-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc64-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc64-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc64-smp +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc64-smp (= ${Source-Version}) +Provides: squashfs-modules-parisc64-smp +Description: Squash filesystem module for 64-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64-bit + multi-processor PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-486 +Architecture: i386 +Depends: linux-image-2.6.17-1-486 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-486 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-486. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-486 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-486 (= ${Source-Version}) +Provides: squashfs-modules-486 +Description: Squash filesystem module for 486-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + 486-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-686 +Architecture: i386 +Depends: linux-image-2.6.17-1-686 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-686 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-686. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-686 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-686 (= ${Source-Version}) +Provides: squashfs-modules-686 +Description: Squash filesystem module for PPro/Celeron/PII/PIII/P4 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Pentium + Pro/Celeron/Pentium II/Pentium III/Pentium 4 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-k7 +Architecture: i386 +Depends: linux-image-2.6.17-1-k7 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-k7 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-k7. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-k7 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-k7 (= ${Source-Version}) +Provides: squashfs-modules-k7 +Description: Squash filesystem module for AMD K7 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32bit + AMD Duron/Athlon/AthlonXP machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-itanium +Architecture: ia64 +Depends: linux-image-2.6.17-1-itanium +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-itanium + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-itanium. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-itanium +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-itanium (= ${Source-Version}) +Provides: squashfs-modules-itanium +Description: Squash filesystem module for Itanium machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-itanium-smp +Architecture: ia64 +Depends: linux-image-2.6.17-1-itanium-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-itanium-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-itanium-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-itanium-smp +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-itanium-smp (= ${Source-Version}) +Provides: squashfs-modules-itanium-smp +Description: Squash filesystem module for multi-processor Itanium machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + multi-processor machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mckinley +Architecture: ia64 +Depends: linux-image-2.6.17-1-mckinley +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mckinley + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mckinley. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-mckinley +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-mckinley (= ${Source-Version}) +Provides: squashfs-modules-mckinley +Description: Squash filesystem module for Itanium II machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + II machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mckinley-smp +Architecture: ia64 +Depends: linux-image-2.6.17-1-mckinley-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mckinley-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mckinley-smp. + +Package: squashfs-modules-2.6-mckinley-smp +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-mckinley-smp (= ${Source-Version}) +Provides: squashfs-modules-mckinley +Description: Squash filesystem module for multi-processor Itanium II machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + multi-processor Itanium II machines. + +Package: squashfs-modules-2.6.17-1-amiga +Architecture: m68k +Depends: linux-image-2.6.17-1-amiga +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amiga + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amiga. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amiga +Architecture: m68k +Depends: squashfs-modules-2.6.17-1-amiga (= ${Source-Version}) +Provides: squashfs-modules-amiga +Description: Squash filesystem module for Amiga machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Amiga + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mac +Architecture: m68k +Depends: linux-image-2.6.17-1-mac +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mac + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mac. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-mac +Architecture: m68k +Depends: squashfs-modules-2.6.17-1-mac (= ${Source-Version}) +Provides: squashfs-modules-mac +Description: Squash filesystem module for Macintosh machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Macintosh machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r4k-ip22 +Architecture: mips +Depends: linux-image-2.6.17-1-r4k-ip22 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r4k-ip22 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r4k-ip22. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r4k-ip22 +Architecture: mips +Depends: squashfs-modules-2.6.17-1-r4k-ip22 (= ${Source-Version}) +Provides: squashfs-modules-r4k-ip22 +Description: Squash filesystem module for SGI IP22 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on SGI + IP22 (Indy, Indigo2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r5k-ip32 +Architecture: mips +Depends: linux-image-2.6.17-1-r5k-ip32 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r5k-ip32 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r5k-ip32. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r5k-ip32 +Architecture: mips +Depends: squashfs-modules-2.6.17-1-r5k-ip32 (= ${Source-Version}) +Provides: squashfs-modules-r5k-ip32 +Description: Squash filesystem module for SGI IP32 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on SGI + IP32 (O2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sb1-bcm91250a +Architecture: mips mipsel +Depends: linux-image-2.6.17-1-sb1-bcm91250a +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sb1-bcm91250a + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sb1-bcm91250a. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sb1-bcm91250a +Architecture: mips mipsel +Depends: squashfs-modules-2.6.17-1-sb1-bcm91250a (= ${Source-Version}) +Provides: squashfs-modules-sb1-bcm91250a +Description: Squash filesystem module for BCM91250A machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Broadcom BCM91250A (aka SWARM) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sb1a-bcm91480b +Architecture: mips mipsel +Depends: linux-image-2.6.17-1-sb1a-bcm91480b +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sb1a-bcm91480b + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sb1a-bcm91480b. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Depends: squashfs-modules-2.6.17-1-sb1a-bcm91480b (= ${Source-Version}) +Provides: squashfs-modules-sb1a-bcm91480b +Description: Squash filesystem module for BCM91480B machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Broadcom BCM91480B (aka BigSur) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r5k-cobalt +Architecture: mipsel +Depends: linux-image-2.6.17-1-r5k-cobalt +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r5k-cobalt + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r5k-cobalt. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r5k-cobalt +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r5k-cobalt (= ${Source-Version}) +Provides: squashfs-modules-r5k-cobalt +Description: Squash filesystem module for Cobalt machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Cobalt + (Qube, RaQ, Qube2, RaQ2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r3k-kn02 +Architecture: mipsel +Depends: linux-image-2.6.17-1-r3k-kn02 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r3k-kn02 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r3k-kn02. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r3k-kn02 +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r3k-kn02 (= ${Source-Version}) +Provides: squashfs-modules-r3k-kn02 +Description: Squash filesystem module for R3000 based DECstation machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + + This package depends on the latest squashfs modules for Linux kernel on R3000 + + based based DECstations with KN02 mainboard, such as the DECstation 5000/1xx + + series with xx=20,25,33 and the DECstation 5000/240 machines. + . + This package depends on the latest squashfs modules for Linux kernel on Cobalt + (Qube, RaQ, Qube2, RaQ2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r4k-kn04 +Architecture: mipsel +Depends: linux-image-2.6.17-1-r4k-kn04 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r4k-kn04 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r4k-kn04. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r4k-kn04 +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r4k-kn04 (= ${Source-Version}) +Provides: squashfs-modules-r4k-kn04 +Description: Squash filesystem module for R4x00 based DECstation machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on R4x00 + based DECstations with KN04 mainboard, such as the DECstation 5000/150, the + Personal DECstation 5000/50 and the DECstation 5000/260 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc (= ${Source-Version}) +Provides: squashfs-modules-powerpc +Description: Squash filesystem module for powerpc-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc-smp +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc-smp +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc-smp (= ${Source-Version}) +Provides: squashfs-modules-powerpc-smp +Description: Squash filesystem module for powerpc-smp-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-smp-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc-miboot +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc-miboot +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc-miboot + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc-miboot. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc-miboot +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc-miboot (= ${Source-Version}) +Provides: squashfs-modules-powerpc-miboot +Description: Squash filesystem module for powerpc-miboot-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-miboot-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc64 +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerp64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerp64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc64 +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc64 (= ${Source-Version}) +Provides: squashfs-modules-powerpc64 +Description: Squash filesystem module for powerpc64-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc64-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s390 +Architecture: s390 +Depends: linux-image-2.6.17-1-s390 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s390 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s390. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s390 +Architecture: s390 +Depends: squashfs-modules-2.6.17-1-s390 (= ${Source-Version}) +Provides: squashfs-modules-s390 +Description: Squash filesystem module for IBM S/390 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IBM + S/390 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s390x +Architecture: s390 +Depends: linux-image-2.6.17-1-s390x +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s390x + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s390x. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s390x +Architecture: s390 +Depends: squashfs-modules-2.6.17-1-s390x (= ${Source-Version}) +Provides: squashfs-modules-s390x +Description: Squash filesystem module for IBM zSeries machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IBM + zSeries machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc32 +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc32 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc32 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc32. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc32 +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc32 (= ${Source-Version}) +Provides: squashfs-modules-sparc32 +Description: Squash filesystem module for uniprocessor sparc32 (sun4m) machines machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + uniprocessor sparc32 (sun4m) machines machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc64 +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc64 +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc64 (= ${Source-Version}) +Provides: squashfs-modules-sparc64 +Description: Squash filesystem module for uniprocessor 64-bit UltraSPARC class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + uniprocessor 64-bit UltraSPARC class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc64-smp +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc64-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc64-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc64-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc64-smp +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc64-smp (= ${Source-Version}) +Provides: squashfs-modules-sparc64-smp +Description: Squash filesystem module for multi-processor 64-bit UltraSPARC class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + multi-processor 64-bit UltraSPARC class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-source +Architecture: all +Depends: module-assistant, debhelper (>> 4.0.0), make, bzip2, dpatch +Recommends: squashfs-tools +Conflicts: kernel-patch-squashfs +Replaces: kernel-patch-squashfs +Description: Source for the squash filesystem + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package provides the source code for the squashfs kernel modules. + The squashfs package is also required in order to make use of these + modules. Kernel source or headers are required to compile these modules. + . + Homepage: http://squashfs.sourceforge.net/ --- squashfs-3.0.orig/debian/docs +++ squashfs-3.0/debian/docs @@ -0,0 +1,7 @@ +ACKNOWLEDGEMENTS +PERFORMANCE.README +README +README-2.0 +README-2.1 +README-AMD64 +README-3.0 --- squashfs-3.0.orig/debian/README.Debian +++ squashfs-3.0/debian/README.Debian @@ -0,0 +1,10 @@ +squashfs for Debian +------------------- + +The Squash filesystem driver isn't [currently] integrated in the +official Linux kernel, so to be able to use such a filesystem, you +need to use the 'squashfs-modules-*' package if you are using the +official Debian kernel, or the 'squashfs-source' package otherwise (by +using 'module-assistant': '# m-a install squashfs'). + + -- Arnaud Fontaine , Sun, 2 Apr 2006 11:47:00 +0200 --- squashfs-3.0.orig/debian/compat +++ squashfs-3.0/debian/compat @@ -0,0 +1 @@ +4 --- squashfs-3.0.orig/debian/watch +++ squashfs-3.0/debian/watch @@ -0,0 +1,6 @@ +# watch control file for uscan +version=3 + +ftp://heanet.dl.sourceforge.net/s/sq/squashfs/squashfs(.*)\.tar\.gz \ + debian uupdate + --- squashfs-3.0.orig/debian/doc/po/mksquashfs.fr.po +++ squashfs-3.0/debian/doc/po/mksquashfs.fr.po @@ -0,0 +1,852 @@ +# mksquashfs's manpages translation to French +# Copyright (C) 2005 Free Software Foundation, Inc. +# Frédéric Boiteux , 2005. +msgid "" +msgstr "" +"Project-Id-Version: squashfs\n" +"POT-Creation-Date: 2006-04-03 21:39+0200\n" +"PO-Revision-Date: 2005-11-19 12:44+0100\n" +"Last-Translator: Frédéric Boiteux \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +# type: Content of the dhfirstname entity +#: ../en/mksquashfs.dbk:30 +msgid "Frédéric" +msgstr "" + +# type: Content of the dhsurname entity +#: ../en/mksquashfs.dbk:31 +msgid "Boiteux" +msgstr "" + +# type: Content of the dhdate entity +#: ../en/mksquashfs.dbk:34 +msgid "december 20, 2004" +msgstr "" + +# type: Content of the dhsection entity +#: ../en/mksquashfs.dbk:38 +msgid "8" +msgstr "" + +# type: Content of the dhemail entity +#: ../en/mksquashfs.dbk:39 +msgid "fboiteux@calistel.com" +msgstr "" + +# type: Content of the dhusername entity +#: ../en/mksquashfs.dbk:40 +msgid "Frédéric Boiteux" +msgstr "" + +# type: Content of the dhucpackage entity +#: ../en/mksquashfs.dbk:41 +msgid "MKSQUASHFS" +msgstr "" + +# type: Content of the dhpackage entity +#: ../en/mksquashfs.dbk:42 +msgid "mksquashfs" +msgstr "" + +# type: Content of the debian entity +#: ../en/mksquashfs.dbk:44 +msgid "Debian" +msgstr "" + +# type: Content of the gnu entity +#: ../en/mksquashfs.dbk:45 +msgid "GNU" +msgstr "" + +# type: Content of the gpl entity +#: ../en/mksquashfs.dbk:46 +msgid "&gnu; GPL" +msgstr "" + +# type: Attribute 'lang' of: +#: ../en/mksquashfs.dbk:50 +msgid "fr" +msgstr "fr" + +# type: Content of: +#: ../en/mksquashfs.dbk:61 +msgid "&dhusername;" +msgstr "&dhusername;" + +# type: Content of: +#: ../en/mksquashfs.dbk:75 +msgid "&dhpackage;" +msgstr "&dhpackage;" + +# type: Content of: +#: ../en/mksquashfs.dbk:77 +msgid "Create or modify a Squash file system" +msgstr "" +"Crée ou modifie un système de fichiers compressé Squash" + +# type: Content of: +#: ../en/mksquashfs.dbk:83 +msgid "&dhpackage; " +msgstr "" + +# type: Content of: +#: ../en/mksquashfs.dbk:88 +msgid "" +"&dhpackage; source dest " +" " +msgstr "" + +# type: Content of: +#: ../en/mksquashfs.dbk:101 +msgid "DESCRIPTION" +msgstr "DESCRIPTION" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:103 +msgid "" +"A squashfs is a compressed read-only file system. Use the " +"<command>&dhpackage;</command> program to create a new squashed file system, " +"and to append new data to an existing squashed file system." +msgstr "" +"Squashfs est un système de fichiers compressé, accessible en lecture " +"seulement. Utilisez la commande <command>&dhpackage;</command> pour créer un " +"nouveau système de fichiers de ce type ou pour ajouter des données à un " +"système existant." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:108 +msgid "" +"If a single source directory is specified (i.e. <userinput>mksquashfs " +"<replaceable>source</replaceable> <replaceable>output_fs</replaceable></" +"userinput>), the squashfs filesystem will consist of that directory, with " +"the top-level root directory corresponding to the source directory." +msgstr "" +"Si on ne donne qu'un seul répertoire source (i.e. <userinput>mksquashfs " +"<replaceable>source</replaceable> <replaceable>sf_résultant</replaceable></" +"userinput>), on obtiendra un système de fichiers constitué du contenu de ce " +"répertoire source." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:115 +msgid "" +"If multiple source directories or files are specified, <command>&dhpackage;</" +"command> will merge the specified sources into a single filesystem, with the " +"root directory containing each of the source files/directories. The name of " +"each directory entry will be the basename of the source path. If more than " +"one source entry maps to the same name, the conflicts are named " +"<replaceable>xxx</replaceable>_1, <replaceable>xxx</replaceable>_2, etc. " +"where <replaceable>xxx</replaceable> is the original name." +msgstr "" +"Si on fournit plusieurs fichier(s) ou répertoire(s) sources, " +"<command>&dhpackage;</command> créera un seul système de fichiers qui " +"contiendra tous les répertoires et fichiers source. Le nom de chaque " +"répertoire obtenu sera le nom <emphasis>sans chemin d'accès</emphasis> de " +"chaque répertoire source ; En cas de noms identiques, les doublons seront " +"renommés en <replaceable>xxx</replaceable>_1, <replaceable>xxx</" +"replaceable>_2, etc." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:125 +msgid "" +"The <replaceable>dest</replaceable> argument can either be a conventional " +"file or a block device. If the file doesn't exist it will be created, if it " +"does exist and a squashfs filesystem exists on it, <command>&dhpackage;</" +"command> will append. The <option>-noappend </option>option will write a " +"new filesystem irrespective of whether an existing filesystem is present." +msgstr "" +"L'argument <replaceable>dest</replaceable> peut être soit un fichier " +"classique, soit un périphérique de type bloc (comme un disque ou une " +"partition). Si le fichier n'existe pas, il sera créé ; s'il existe déjà et " +"contient un système de fichiers Squashfs, <command>&dhpackage;</command> " +"rajoutera les sources données à son contenu actuel, sauf si l'option " +"<option>-noappend</option> est précisée." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:133 +msgid "" +"There are a large number of options that can be used to control the " +"compression in <command>&dhpackage;</command>. By and large the defaults " +"are the most optimum settings and should only be changed in exceptional " +"circumstances !" +msgstr "" +"Il existe un grand nombre d'options qui permettent de contrôler la " +"compression de <command>&dhpackage;</command>. Les valeurs par défaut sont " +"de loin les optimales et ne devraient être modifiées qu'exceptionnellement !" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:138 +msgid "" +"The <option>-noI</option>, <option>-noD</option> and <option>-noF</option> " +"options (also <option>-noInodeCompression</option>, <option>-" +"noDataCompression</option> and <option>-noFragmentCompression</option>) can " +"be used to force <command>&dhpackage;</command> to not compress inodes/" +"directories, data and fragments respectively. Giving all options generates " +"an uncompressed filesystem." +msgstr "" +"Les options <option>-noI</option>, <option>-noD</option> et <option>-noF</" +"option> (équivalentes à <option>-noInodeCompression</option>, <option>-" +"noDataCompression</option> et <option>-noFragmentCompression</option>) " +"peuvent être utilisées pour obliger <command>&dhpackage;</command> à ne pas " +"comprimer respectivement les i-noeuds et répertoires, les blocs de données " +"et les blocs de données fragmentés. Si l'on utilise ces trois options, on " +"obtient un système de fichiers non comprimé." + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:148 +msgid "" +"By default files in the generated filesystem inherit the UID and GID " +"ownership of the original file. However, <command>&dhpackage;</command> " +"provides a number of options which can be used to override the ownership :" +msgstr "" +"Par défaut, les fichiers contenus dans le système de fichiers résultat ont " +"le même propriétaire et groupe que les fichiers sources. Toutefois, " +"<command>&dhpackage;</command> propose certaines options pour modifier ce " +"comportement :" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:154 +msgid "" +"The options <option>-all-root</option> and <option>-root-owned</option> " +"(both do exactly the same thing) force all file uids/gids in the generated " +"Squashfs filesystem to be <literal>root</literal>. This allows root owned " +"filesystems to be built without root access on the host machine." +msgstr "" +"Les options <option>-all-root</option> et <option>-root-owned</option> " +"(synonymes) forcent tous les fichiers du système de fichiers Squashfs généré " +"à appartenir à <literal>root</literal> (utilisateur et groupe). Elle permet " +"de construire un système de fichiers appartenant à <literal>root</literal> " +"sans avoir un accès à ce compte sur la machine où on le construit." + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:161 +msgid "" +"The <option>-force-uid <replaceable>uid</replaceable></option> option forces " +"all files in the generated Squashfs filesystem to be owned by the specified " +"<replaceable>uid</replaceable>. The uid can be specified either by name (i." +"e. <literal>root</literal>) or by number." +msgstr "" +"L'option <option>-force-uid <replaceable>uid</replaceable></option> force " +"tous les fichiers du système de fichiers Squashfs généré à appartenir à " +"l'utilisateur d'identifiant <replaceable>uid</replaceable> donné. Cet " +"identifiant peut être soit un nom (par exemple <literal>root</literal>), " +"soit un nombre." + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:169 +msgid "" +"The <option>-force-gid <replaceable>gid</replaceable></option> option forces " +"all files in the generated Squashfs filesystem to be group owned by the " +"specified <replaceable>gid</replaceable>. The gid can be specified either " +"by name (i.e. <literal>root</literal>) or by number." +msgstr "" +"L'option <option>-force-gid <replaceable>gid</replaceable></option> force " +"tous les fichiers du système de fichiers Squashfs généré à appartenir au " +"groupe d'identifiant <replaceable>gid</replaceable> donné. Cet identifiant " +"peut être soit un nom (par exemple <literal>root</literal>), soit un nombre." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:180 +msgid "" +"The <option>-e</option> and <option>-ef</option> options allow files/" +"directories to be specified which are excluded from the output filesystem. " +"The <option>-e</option> option takes the exclude files/directories from the " +"command line, the <option>-ef</option> option takes the exlude files/" +"directories from the specified exclude file, one file/directory per line. If " +"an exclude file/directory is absolute (i.e. prefixed with <filename>/</" +"filename>, <filename>../</filename>, or <filename>./</filename>) the entry " +"is treated as absolute, however, if an exclude file/directory is relative, " +"it is treated as being relative to each of the sources in turn, i.e. " +"<userinput>mksquashfs /tmp/source1 source2 output_fs -e ex1 /tmp/source1/ex2 " +"out/ex3</userinput> Will generate exclude files <filename>/tmp/source1/ex2</" +"filename>, <filename>/tmp/source1/ex1</filename>, <filename>source2/ex1</" +"filename>, <filename>/tmp/source1/out/ex3</filename> and <filename>source2/" +"out/ex3</filename>." +msgstr "" +"Les options <option>-e</option> et <option>-ef</option> permettent de " +"déclarer des fichiers ou répertoires à exclure du système de fichiers " +"résultat. L'option <option>-e</option> lit les fichiers/répertoires à " +"exclure sur la ligne de commande, tandis que l'option <option>-ef</option> " +"les trouve dans le fichier d'exclusions spécifié contenant un fichier ou " +"répertoire par ligne. Si le chemin d'un fichier ou répertoire à exclure est " +"absolu (c'est-à-dire débutant par <filename>/</filename>, <filename>../</" +"filename> ou <filename>./</filename>), il est considéré indépendamment des " +"sources ; en revanche, s'il est relatif, il s'appliquera pour chaque " +"répertoire source ; par exemple, <userinput>mksquashfs /tmp/source1 source2 " +"sf_résultant -e ex1 /tmp/source1/ex2 out/ex3</userinput> exclura les " +"fichiers <filename>/tmp/source1/ex2</filename>, <filename>/tmp/source1/ex1</" +"filename>, <filename>source2/ex1</filename>, <filename>/tmp/source1/out/ex3</" +"filename> et <filename>source2/out/ex3</filename>." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:200 +msgid "" +"The <option>-e</option> and <option>-ef</option> exclude options are " +"usefully used in archiving the entire filesystem, where it is wished to " +"avoid archiving <filename>/proc</filename>, and the filesystem being " +"generated, i.e. <userinput>mksquashfs / /tmp/root.sqsh -e proc /tmp/root." +"sqsh</userinput>" +msgstr "" +"Ces options <option>-e</option> et <option>-ef</option> sont pratiques pour, " +"par exemple, archiver un système de fichier complet en évitant le répertoire " +"<filename>/proc</filename> et le système de fichiers résultat : " +"<userinput>mksquashfs / /tmp/root.sqsh -e proc /tmp/root.sqsh</userinput>" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:207 +msgid "" +"Multiple <option>-ef</option> options can be specified on the command line, " +"and the <option>-ef</option> option can be used in conjuction with the " +"<option>-e</option> option." +msgstr "" +"On peut utiliser plusieurs fois l'option <option>-ef</option> dans une même " +"commande, et on peut également l'utiliser en même temps que l'option " +"<option>-e</option>." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:212 +msgid "" +"The <option>-info</option> option displays the files/directories as they are " +"compressed and added to the filesystem. The original uncompressed size of " +"each file is printed, along with <literal>DUPLICATE</literal> if the file is " +"a duplicate of a file in the filesystem." +msgstr "" +"L'option <option>-info</option> affiche les fichiers et répertoires ajoutés " +"au système de fichiers, avec leur taille originelle et éventuellement le mot " +"<literal>DUPLICATE</literal> si un fichier avec un contenu identique y est " +"déjà présent." + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:218 +msgid "" +"The <option>-le</option> and <option>-be</option> options can be used to " +"force <command>&dhpackage;</command> to generate a little endian or big " +"endian filesystem. Normally <command>&dhpackage;</command> will generate a " +"filesystem in the host byte order. Squashfs, for portability, will mount " +"different ordered filesystems (i.e. it can mount big endian filesystems " +"running on a little endian machine), but these options can be used for " +"greater optimisation." +msgstr "" +"Les options <option>-le</option> et <option>-be</option> peuvent servir à " +"forcer <command>&dhpackage;</command> à générer un système de fichiers " +"<foreignphrase>little endian</foreignphrase> ou <foreignphrase>big endian</" +"foreignphrase>. Par défaut, <command>&dhpackage;</command> génère un système " +"de fichiers avec le boutisme de la machine hôte. Le pilote Squashfs " +"permettant, par souci de portabilité, de monter les deux types de systèmes " +"de fichiers (c'est-à-dire qu'il peut monter un système <foreignphrase>big " +"endian</foreignphrase> sur une machine <foreignphrase>little endian</" +"foreignphrase>), ces options peuvent servir à améliorer l'efficacité d'un " +"système de fichiers généré pour une architecture différente." + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:230 +msgid "OPTIONS" +msgstr "OPTIONS" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:235 +msgid "<option>-version</option>" +msgstr "<option>-version</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:238 +msgid "print version, licence and copyright message." +msgstr "affiche la version, la licence et un message de copyright." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:243 +msgid "<option>-info</option>" +msgstr "<option>-info</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:244 +msgid "print files written to filesystem" +msgstr "affiche les fichiers ajoutés au système de fichiers." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:249 +msgid "<option>-b <replaceable>block_size</replaceable></option>" +msgstr "<option>-b <replaceable>taille_bloc</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:251 +msgid "" +"set data block to <replaceable>block_size</replaceable>. This can be either " +"4096, 8192, 16384, 32768 or 65536 bytes. Default is 65536 bytes" +msgstr "" +"fixe la taille des blocs de données ; elle peut être de 4096, 8192, 16384, " +"32768 ou 65536 octets. Par défaut, elle vaut 65536 octets." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:259 +msgid "<option>-2.0</option>" +msgstr "<option>-2.0</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:260 +msgid "create a 2.0 filesystem" +msgstr "crée un système de fichiers version 2.0." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:265 +msgid "<option>-noI</option> or <option>-noInodeCompression</option>" +msgstr "<option>-noI</option> ou <option>-noInodeCompression</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:267 +msgid "do not compress inode table" +msgstr "ne comprime pas la table des i-noeuds." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:272 +msgid "<option>-noD</option>or <option>-noDataCompression</option>" +msgstr "<option>-noD</option> ou <option>-noDataCompression</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:274 +msgid "do not compress data blocks" +msgstr "ne comprime pas les blocs de données." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:279 +msgid "<option>-noF</option> or <option>-noFragmentCompression</option>" +msgstr "<option>-noF</option> ou <option>-noFragmentCompression</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:281 +msgid "do not compress fragment blocks" +msgstr "ne comprime pas les blocs fragmentés." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:286 +msgid "<option>-no-fragments</option>" +msgstr "<option>-no-fragments</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:287 +msgid "" +"do not use fragments : tells <command>&dhpackage;</command> to not generate " +"fragment blocks, and rather generate a filesystem similar to a Squashfs 1.x " +"filesystem. It will of course still be a Squashfs 2.0 filesystem but without " +"fragments, and so it won't be mountable on a Squashfs 1.x system." +msgstr "" +"n'utilise pas de blocs fragmentés : indique à <command>&dhpackage;</command> " +"de ne pas créer de blocs fragmentés, mais plutôt un système de fichiers du " +"même genre que ceux des versions 1.x de Squashfs. Ce sera quand même un " +"système de fichiers Squashfs 2.0 (mais sans fragments), donc il ne pourra " +"être monté par un système Squashfs en version 1.x." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:297 +msgid "<option>-always-use-fragments</option>" +msgstr "<option>-always-use-fragments</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:298 +msgid "" +"use fragment blocks for files larger than block size : tells " +"<command>&dhpackage;</command> to always generate fragments for files " +"irrespective of the file length. By default only small files less than the " +"block size are packed into fragment blocks. The ends of files which do not " +"fit fully into a block, are <emphasis>NOT</emphasis> by default packed into " +"fragments. To illustrate this, a 100K file has an initial 64K block and a " +"36K remainder. This 36K remainder is not packed into a fragment by " +"default. This is because to do so leads to a 10 - 20% drop in sequential I/" +"O performance, as a disk head seek is needed to seek to the initial file " +"data and another disk seek is need to seek to the fragment block. Specify " +"this option if you want file remainders to be packed into fragment blocks. " +"Doing so may increase the compression obtained <emphasis>BUT</emphasis> at " +"the expense of I/O speed." +msgstr "" +"utilise des blocs fragmentés pour les fichiers plus gros que la taille d'un " +"bloc : indique à <command>&dhpackage;</command> d'utiliser des blocs " +"fragmentés quelle que soit la longueur des fichiers. Par défaut, seuls les " +"petits fichiers (dont la taille est inférieure à celle d'un bloc) sont " +"assemblés dans des blocs fragmentés. La fin des fichiers qui remplisse plus " +"d'un bloc ne sont <emphasis>pas</emphasis>, par défaut, assemblés dans des " +"fragments. Par exemple, un fichier de 100 ko est découpé en un bloc de " +"64 ko et un reste de 36 ko, qui par défaut n'est pas placé dans un bloc " +"fragmenté. Ce choix est fait pour éviter une perte de performance de 10 à " +"20% en accès séquentiel à ce genre de fichiers, car il faudrait sinon " +"déplacer la tête de lecture d'un disque pour accéder au(x) bloc(s) entier(s) " +"et un autre pour le fragment (qui ne sera sans doute pas consécutif). " +"Utilisez cette option pour forcer ces fins de fichiers à être rassemblées " +"dans les blocs fragmentés ; cela améliore le taux de compression obtenu " +"<emphasis>mais</emphasis> au dépens de la vitesse d'accès." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:320 +msgid "<option>-no-duplicates</option>" +msgstr "<option>-no-duplicates</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:321 +msgid "" +"do not perform duplicate checking : tells <command>&dhpackage;</command> to " +"not check the files being added to the filesystem for duplicates. This can " +"result in quicker filesystem generation and appending although obviously " +"compression will suffer badly if there is a lot of duplicate files." +msgstr "" +"ne vérifie pas s'il y a des doublons : indique à <command>&dhpackage;</" +"command> de ne pas vérifier dans les fichiers ajoutés s'il y en a avec des " +"contenus identiques. Ceci permet une génération/modification du système de " +"fichiers résultant plus rapide, mais bien sûr le taux de compression sera " +"nettement moins bon s'il y a beaucoup de fichiers aux contenus identiques." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:331 +msgid "<option>-noappend</option>" +msgstr "<option>-noappend</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:332 +msgid "do not append to existing filesystem" +msgstr "ne pas ajouter en fin d'un système de fichiers existant." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:338 +msgid "<option>-keep-as-directory</option>" +msgstr "<option>-keep-as-directory</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:339 +msgid "" +"if one source directory is specified, create a root directory containing " +"that directory, rather than the contents of the directory" +msgstr "" +"si un répertoire source est donné, crée un système de fichiers contenant ce " +"répertoire plutôt que simplement son contenu." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:346 +msgid "<option>-root-becomes <replaceable>name</replaceable></option>" +msgstr "<option>-root-becomes <replaceable>nom</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:348 +msgid "" +"when appending source files/directories, make the original root become a " +"subdirectory in the new root called <replaceable>name</replaceable>, rather " +"than adding the new source items to the original root" +msgstr "" +"lorsqu'on ajoute des fichiers ou répertoires à un système existant, le " +"contenu de l'ancien système sera placé dans un répertoire de " +"<replaceable>nom</replaceable> donné, plutôt que de mélanger les anciens " +"fichiers et les nouveaux." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:356 +msgid "<option>-all-root</option> or <option>-root-owned</option>" +msgstr "<option>-all-root</option> ou <option>-root-owned</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:358 +msgid "make all files owned by root" +msgstr "" +"tous les fichiers ajoutés au système appartiendront à <literal>root</" +"literal>." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:363 +msgid "<option>-force-uid <replaceable>uid</replaceable></option>" +msgstr "<option>-force-uid <replaceable>uid</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:365 +msgid "set all file uids to <replaceable>uid</replaceable>" +msgstr "" +"tous les fichiers ajoutés au système appartiendront à l'utilisateur " +"d'identifiant <replaceable>uid</replaceable> (un nom ou un nombre)." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:371 +msgid "<option>-force-gid <replaceable>gid</replaceable></option>" +msgstr "<option>-force-gid <replaceable>gid</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:373 +msgid "set all file gids to <replaceable>gid</replaceable>" +msgstr "" +"tous les fichiers ajoutés au système appartiendront au groupe d'identifiant " +"<replaceable>gid</replaceable> (un nom ou un nombre)." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:379 +msgid "<option>-le</option>" +msgstr "<option>-le</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:380 +msgid "create a little endian filesystem" +msgstr "" +"crée un système de fichiers au format petit boutiens (<foreignphrase>little " +"endian</foreignphrase> en anglais)." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:385 +msgid "<option>-be</option>" +msgstr "<option>-be</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:386 +msgid "create a big endian filesystem" +msgstr "" +"crée un système de fichiers au format gros boutiens (<foreignphrase>big " +"endian</foreignphrase> en anglais)." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:391 +msgid "<option>-nopad</option>" +msgstr "<option>-nopad</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:392 +msgid "" +"do not pad filesystem to a multiple of 4K : This is performed by default to " +"enable the output filesystem file to be mounted by loopback, which requires " +"files to be a 4K multiple. If the filesystem is being written to a block " +"device, or is to be stored in a bootimage, the extra pad bytes are not " +"needed." +msgstr "" +"Ne pas arrondir le système de fichiers au multiple de 4 ko [supérieur] : cet " +"arrondi, effectué par défaut, permet au système de fichiers d'être monté par " +"l'interface <literal>loopback</literal> qui ne fonctionne qu'avec des " +"fichiers multiples de 4 ko. Si le système de fichiers est destiné à être " +"écrit sur un périphérique de type bloc (un disque ou une partition par " +"exemple) ou être placé dans une image de démarrage, cet arrondi est inutile." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:402 +msgid "<option>-check_data</option>" +msgstr "<option>-check_data</option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:403 +msgid "add checkdata for greater filesystem checks" +msgstr "" +"positionne un drapeau dans le système de fichiers créé pour plus de " +"vérifications de ce système lorsqu'il est monté." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:409 +msgid "<option>-sort <replaceable>sort_file</replaceable></option>" +msgstr "<option>-sort <replaceable>ordre</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:411 +msgid "" +"sort files according to priorities in <replaceable>sort_file</replaceable>. " +"One file or dir with priority per line. Priority -32768 to 32767, default " +"priority 0" +msgstr "" +"trie les fichiers suivant les priorités décrites dans le fichier " +"<replaceable>ordre</replaceable>, qui doit contenir un nom de fichier ou " +"répertoire par ligne avec sa priorité associée (nombre entre -32768 et " +"32767, 0 par défaut)." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:419 +msgid "" +"<option>-e <replaceable>list of exclude dirs/files</replaceable></option>" +msgstr "" +"<option>-e <replaceable>liste des répertoires/fichiers exclus</replaceable></" +"option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:421 +msgid "inline list of files / directories to exclude" +msgstr "liste (en ligne) des fichiers et répertoires à exclure." + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:427 +msgid "<option>-ef <replaceable>exclude_file</replaceable></option>" +msgstr "<option>-ef <replaceable>fichier_exclus</replaceable></option>" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:429 +msgid "file containing a list of files / directories to exclude, one per line" +msgstr "" +"le fichier <replaceable>fichier_exclus</replaceable> contient la liste des " +"fichiers ou répertoires à exclure, un par ligne." + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:438 +msgid "EXAMPLES" +msgstr "EXEMPLES" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:440 +msgid "For following examples, take two example directories :" +msgstr "Pour les exemples suivants, on utilise deux répertoires :" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:443 +msgid "" +"Source directory <filename>/home/phillip/test</filename> contains " +"<filename>file1</filename>, <filename>file2</filename> and <filename>dir1</" +"filename>." +msgstr "" +"le répertoire source <filename>/home/phillip/test</filename> contient " +"<filename>fichier1</filename>, <filename>fichier2</filename> et " +"<filename>rep1</filename>." + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:449 +msgid "" +"Source directory <filename>goodies</filename> contains <filename>goodies1</" +"filename>, <filename>goodies2</filename> and <filename>goodies3</filename>." +msgstr "" +"le répertoire source <filename>outils</filename> contient <filename>outils1</" +"filename>, <filename>outils2</filename> et <filename>outils3</filename>." + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:461 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test output_fs</userinput>" +msgstr "<userinput>mksquashfs /home/phillip/test sf_resultat</userinput>" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:462 +msgid "" +"This will generate a squashfs filesystem with root entries <filename>file1</" +"filename>, <filename>file2</filename> and <filename>dir1</filename>." +msgstr "" +"va créer un système de fichiers Squashfs contenant dans sa racine les items " +"<filename>fichier1</filename>, <filename>fichier2</filename> et " +"<filename>rep1</filename>." + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:471 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test goodies output_fs</userinput>" +msgstr "<userinput>mksquashfs /home/phillip/test outils sf_resultat</userinput>" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:472 +msgid "" +"This will create a squashfs filesystem with the root containing entries " +"<filename>test</filename> and <filename>goodies</filename> corresponding to " +"the source directories <filename>/home/phillip/test</filename> and " +"<filename>goodies</filename>." +msgstr "" +"va créer un système de fichiers Squashfs contenant dans sa racine les " +"répertoires <filename>test</filename> et <filename>outils</filename>, " +"correspondant aux répertoires source <filename>/home/phillip/test</filename> " +"et <filename>outils</filename>." + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:483 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test goodies test output_fs</userinput>" +msgstr "<userinput>mksquashfs /home/phillip/test outils test sf_resultat</userinput>" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:485 +msgid "" +"This is the same as the previous example, except a third source directory " +"<filename>test</filename> has been specified. This conflicts with the first " +"directory named <filename>test</filename> and will be renamed " +"<filename>test_1</filename>." +msgstr "" +"commande identique à l'exemple précédent, sauf qu'un troisième répertoire " +"source <filename>test</filename> a été donné, d'où un conflit avec le " +"premier répertoire <filename>test</filename>. Ce troisième répertoire sera " +"donc renommé <filename>test_1</filename>." + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:490 +msgid "" +"Multiple sources allow filesystems to be generated without needing to copy " +"all source files into a common directory. This simplifies creating " +"filesystems." +msgstr "" +"Donner plusieurs répertoires source permet de générer des systèmes de " +"fichiers sans préalablement copier tous les fichiers nécessaires dans un " +"répertoire commun, ce qui simplifie le processus." + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:499 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test output_fs -keep-as-directory</userinput>" +msgstr "<userinput>mksquashfs /home/phillip/test sf_resultat -keep-as-directory</userinput>" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:501 +msgid "" +"This is the same as the first example, except for <option>-keep-as-" +"directory</option>. This will generate a root directory containing directory " +"<filename>test</filename>, rather than the <filename>test</filename> " +"directory contents <filename>file1</filename>, <filename>file2</filename> " +"and <filename>dir1</filename>." +msgstr "" +"commande identique au premier exemple, sauf que l'option <option>-keep-as-" +"directory</option> va donner un système de fichiers dont la racine " +"contiendra un répertoire <filename>test</filename>, au lieu de n'avoir que " +"son contenu <filename>fichier1</filename>, <filename>fichier2</filename> et " +"<filename>rep1</filename>." + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:514 +msgid "AUTHORS" +msgstr "AUTEURS" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:516 +msgid "" +"Squashfs was written by <personname> <firstname>Phillip</firstname> " +"<surname>Lougher</surname> </personname> <email>plougher@users.sourceforge." +"net</email>, in Chepstow, Wales, UK. If you like the program, or have any " +"problems, then please email me, as it's nice to get feedback !" +msgstr "" +"Squashfs a été écrit par <personname> <firstname>Phillip</firstname> " +"<surname>Lougher</surname> </personname> <email>plougher@users.sourceforge." +"net</email>, à Chepstow, Pays de Galles, Royaume-Uni. Si vous appréciez ce " +"programme ou rencontrez des problèmes en l'utilisant, contactez-le, il est " +"intéressé par des retours d'expérience." + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:524 +msgid "" +"This manual page was written by &dhusername; &dhemail; for the &debian; " +"system (but may be used by others) using the <citetitle>SquashFS HOWTO</" +"citetitle> from <author> <firstname>Artemiy I.</firstname> <surname>Pavlov</" +"surname> </author> and squashfs's <filename>README</filename> file. " +"Permission is granted to copy, distribute and/or modify this document under " +"the terms of the &gnu; General Public License, Version 2 any later version " +"published by the Free Software Foundation." +msgstr "" +"Cette page de manuel a été écrit par &dhusername; &dhemail; pour le système " +"&debian; (mais peut être utilisé par d'autres) à partir du document " +"<citetitle>SquashFS HOWTO</citetitle> de <author> <firstname>Artemiy I.</" +"firstname> <surname>Pavlov</surname> </author> et du fichier " +"<filename>README</filename> des sources de SquashFS. Il est permis de " +"copier, distribuer et/ou modifier ce document en vertu de la licence GPL " +"version 2 ou postérieure, telle que publiée par la Free Software Foundation." + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:537 +msgid "" +"On Debian systems, the complete text of the &gnu; General Public License can " +"be found in <filename>/usr/share/common-licenses/GPL</filename>." +msgstr "" +"Sur les systèmes Debian, le texte complet de la licence &gpl; (Licence " +"Public Générale &gnu;) se trouve dans le fichier <filename>/usr/share/common-" +"licenses/GPL</filename>." + +# type: Content of: <refentry><refsynopsisdiv><cmdsynopsis><arg> +#~ msgid "<replaceable>source</replaceable>" +#~ msgstr "<replaceable>source</replaceable>" + +# type: Content of: <refentry><refsynopsisdiv><cmdsynopsis><arg> +#~ msgid "<replaceable>dest</replaceable>" +#~ msgstr "<replaceable>dest</replaceable>" + +# type: Content of: <refentry><refsynopsisdiv><cmdsynopsis><arg> +#~ msgid "<option>options</option>" +#~ msgstr "<option>options</option>" --- squashfs-3.0.orig/debian/doc/po/mksquashfs.pot +++ squashfs-3.0/debian/doc/po/mksquashfs.pot @@ -0,0 +1,670 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2006-04-03 21:39+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: ENCODING" + +# type: Content of the dhfirstname entity +#: ../en/mksquashfs.dbk:30 +msgid "<firstname>Frédéric</firstname>" +msgstr "" + +# type: Content of the dhsurname entity +#: ../en/mksquashfs.dbk:31 +msgid "<surname>Boiteux</surname>" +msgstr "" + +# type: Content of the dhdate entity +#: ../en/mksquashfs.dbk:34 +msgid "<date>december 20, 2004</date>" +msgstr "" + +# type: Content of the dhsection entity +#: ../en/mksquashfs.dbk:38 +msgid "<manvolnum>8</manvolnum>" +msgstr "" + +# type: Content of the dhemail entity +#: ../en/mksquashfs.dbk:39 +msgid "<email>fboiteux@calistel.com</email>" +msgstr "" + +# type: Content of the dhusername entity +#: ../en/mksquashfs.dbk:40 +msgid "Frédéric Boiteux" +msgstr "" + +# type: Content of the dhucpackage entity +#: ../en/mksquashfs.dbk:41 +msgid "<refentrytitle>MKSQUASHFS</refentrytitle>" +msgstr "" + +# type: Content of the dhpackage entity +#: ../en/mksquashfs.dbk:42 +msgid "mksquashfs" +msgstr "" + +# type: Content of the debian entity +#: ../en/mksquashfs.dbk:44 +msgid "<productname>Debian</productname>" +msgstr "" + +# type: Content of the gnu entity +#: ../en/mksquashfs.dbk:45 +msgid "<acronym>GNU</acronym>" +msgstr "" + +# type: Content of the gpl entity +#: ../en/mksquashfs.dbk:46 +msgid "&gnu; <acronym>GPL</acronym>" +msgstr "" + +# type: Attribute 'lang' of: <refentry> +#: ../en/mksquashfs.dbk:50 +msgid "fr" +msgstr "" + +# type: Content of: <refentry><refentryinfo><copyright><holder> +#: ../en/mksquashfs.dbk:61 +msgid "&dhusername;" +msgstr "" + +# type: Content of: <refentry><refnamediv><refname> +#: ../en/mksquashfs.dbk:75 +msgid "&dhpackage;" +msgstr "" + +# type: Content of: <refentry><refnamediv><refpurpose> +#: ../en/mksquashfs.dbk:77 +msgid "Create or modify a Squash file system" +msgstr "" + +# type: Content of: <refentry><refsynopsisdiv><cmdsynopsis> +#: ../en/mksquashfs.dbk:83 +msgid "<command>&dhpackage;</command> <arg><option>-version</option></arg>" +msgstr "" + +# type: Content of: <refentry><refsynopsisdiv><cmdsynopsis> +#: ../en/mksquashfs.dbk:88 +msgid "" +"<command>&dhpackage;</command> <arg choice=\"plain\" " +"rep=\"repeat\"><replaceable>source</replaceable></arg> <arg " +"choice=\"plain\"><replaceable>dest</replaceable></arg> " +"<arg><option>options</option></arg> <arg><option>-e <replaceable>list of " +"exclude dirs/files</replaceable></option></arg> <arg><option>-ef " +"<replaceable>exclude_file</replaceable></option></arg>" +msgstr "" + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:101 +msgid "DESCRIPTION" +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:103 +msgid "" +"A squashfs is a compressed read-only file system. Use the " +"<command>&dhpackage;</command> program to create a new squashed file system, " +"and to append new data to an existing squashed file system." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:108 +msgid "" +"If a single source directory is specified (i.e. <userinput>mksquashfs " +"<replaceable>source</replaceable> " +"<replaceable>output_fs</replaceable></userinput>), the squashfs filesystem " +"will consist of that directory, with the top-level root directory " +"corresponding to the source directory." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:115 +msgid "" +"If multiple source directories or files are specified, " +"<command>&dhpackage;</command> will merge the specified sources into a " +"single filesystem, with the root directory containing each of the source " +"files/directories. The name of each directory entry will be the basename of " +"the source path. If more than one source entry maps to the same name, the " +"conflicts are named <replaceable>xxx</replaceable>_1, " +"<replaceable>xxx</replaceable>_2, etc. where <replaceable>xxx</replaceable> " +"is the original name." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:125 +msgid "" +"The <replaceable>dest</replaceable> argument can either be a conventional " +"file or a block device. If the file doesn't exist it will be created, if it " +"does exist and a squashfs filesystem exists on it, " +"<command>&dhpackage;</command> will append. The <option>-noappend " +"</option>option will write a new filesystem irrespective of whether an " +"existing filesystem is present." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:133 +msgid "" +"There are a large number of options that can be used to control the " +"compression in <command>&dhpackage;</command>. By and large the defaults " +"are the most optimum settings and should only be changed in exceptional " +"circumstances !" +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:138 +msgid "" +"The <option>-noI</option>, <option>-noD</option> and <option>-noF</option> " +"options (also <option>-noInodeCompression</option>, " +"<option>-noDataCompression</option> and " +"<option>-noFragmentCompression</option>) can be used to force " +"<command>&dhpackage;</command> to not compress inodes/directories, data and " +"fragments respectively. Giving all options generates an uncompressed " +"filesystem." +msgstr "" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:148 +msgid "" +"By default files in the generated filesystem inherit the UID and GID " +"ownership of the original file. However, <command>&dhpackage;</command> " +"provides a number of options which can be used to override the ownership :" +msgstr "" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:154 +msgid "" +"The options <option>-all-root</option> and <option>-root-owned</option> " +"(both do exactly the same thing) force all file uids/gids in the generated " +"Squashfs filesystem to be <literal>root</literal>. This allows root owned " +"filesystems to be built without root access on the host machine." +msgstr "" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:161 +msgid "" +"The <option>-force-uid <replaceable>uid</replaceable></option> option forces " +"all files in the generated Squashfs filesystem to be owned by the specified " +"<replaceable>uid</replaceable>. The uid can be specified either by name " +"(i.e. <literal>root</literal>) or by number." +msgstr "" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:169 +msgid "" +"The <option>-force-gid <replaceable>gid</replaceable></option> option forces " +"all files in the generated Squashfs filesystem to be group owned by the " +"specified <replaceable>gid</replaceable>. The gid can be specified either " +"by name (i.e. <literal>root</literal>) or by number." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:180 +msgid "" +"The <option>-e</option> and <option>-ef</option> options allow " +"files/directories to be specified which are excluded from the output " +"filesystem. The <option>-e</option> option takes the exclude " +"files/directories from the command line, the <option>-ef</option> option " +"takes the exlude files/directories from the specified exclude file, one " +"file/directory per line. If an exclude file/directory is absolute " +"(i.e. prefixed with <filename>/</filename>, <filename>../</filename>, or " +"<filename>./</filename>) the entry is treated as absolute, however, if an " +"exclude file/directory is relative, it is treated as being relative to each " +"of the sources in turn, i.e. <userinput>mksquashfs /tmp/source1 source2 " +"output_fs -e ex1 /tmp/source1/ex2 out/ex3</userinput> Will generate exclude " +"files <filename>/tmp/source1/ex2</filename>, " +"<filename>/tmp/source1/ex1</filename>, <filename>source2/ex1</filename>, " +"<filename>/tmp/source1/out/ex3</filename> and " +"<filename>source2/out/ex3</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:200 +msgid "" +"The <option>-e</option> and <option>-ef</option> exclude options are " +"usefully used in archiving the entire filesystem, where it is wished to " +"avoid archiving <filename>/proc</filename>, and the filesystem being " +"generated, i.e. <userinput>mksquashfs / /tmp/root.sqsh -e proc " +"/tmp/root.sqsh</userinput>" +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:207 +msgid "" +"Multiple <option>-ef</option> options can be specified on the command line, " +"and the <option>-ef</option> option can be used in conjuction with the " +"<option>-e</option> option." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:212 +msgid "" +"The <option>-info</option> option displays the files/directories as they are " +"compressed and added to the filesystem. The original uncompressed size of " +"each file is printed, along with <literal>DUPLICATE</literal> if the file is " +"a duplicate of a file in the filesystem." +msgstr "" + +# type: Content of: <refentry><refsect1><simpara> +#: ../en/mksquashfs.dbk:218 +msgid "" +"The <option>-le</option> and <option>-be</option> options can be used to " +"force <command>&dhpackage;</command> to generate a little endian or big " +"endian filesystem. Normally <command>&dhpackage;</command> will generate a " +"filesystem in the host byte order. Squashfs, for portability, will mount " +"different ordered filesystems (i.e. it can mount big endian filesystems " +"running on a little endian machine), but these options can be used for " +"greater optimisation." +msgstr "" + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:230 +msgid "OPTIONS" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:235 +msgid "<option>-version</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:238 +msgid "print version, licence and copyright message." +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:243 +msgid "<option>-info</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:244 +msgid "print files written to filesystem" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:249 +msgid "<option>-b <replaceable>block_size</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:251 +msgid "" +"set data block to <replaceable>block_size</replaceable>. This can be either " +"4096, 8192, 16384, 32768 or 65536 bytes. Default is 65536 bytes" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:259 +msgid "<option>-2.0</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:260 +msgid "create a 2.0 filesystem" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:265 +msgid "<option>-noI</option> or <option>-noInodeCompression</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:267 +msgid "do not compress inode table" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:272 +msgid "<option>-noD</option>or <option>-noDataCompression</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:274 +msgid "do not compress data blocks" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:279 +msgid "<option>-noF</option> or <option>-noFragmentCompression</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:281 +msgid "do not compress fragment blocks" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:286 +msgid "<option>-no-fragments</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:287 +msgid "" +"do not use fragments : tells <command>&dhpackage;</command> to not generate " +"fragment blocks, and rather generate a filesystem similar to a Squashfs 1.x " +"filesystem. It will of course still be a Squashfs 2.0 filesystem but " +"without fragments, and so it won't be mountable on a Squashfs 1.x system." +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:297 +msgid "<option>-always-use-fragments</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:298 +msgid "" +"use fragment blocks for files larger than block size : tells " +"<command>&dhpackage;</command> to always generate fragments for files " +"irrespective of the file length. By default only small files less than the " +"block size are packed into fragment blocks. The ends of files which do not " +"fit fully into a block, are <emphasis>NOT</emphasis> by default packed into " +"fragments. To illustrate this, a 100K file has an initial 64K block and a " +"36K remainder. This 36K remainder is not packed into a fragment by " +"default. This is because to do so leads to a 10 - 20% drop in sequential " +"I/O performance, as a disk head seek is needed to seek to the initial file " +"data and another disk seek is need to seek to the fragment block. Specify " +"this option if you want file remainders to be packed into fragment " +"blocks. Doing so may increase the compression obtained " +"<emphasis>BUT</emphasis> at the expense of I/O speed." +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:320 +msgid "<option>-no-duplicates</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:321 +msgid "" +"do not perform duplicate checking : tells <command>&dhpackage;</command> to " +"not check the files being added to the filesystem for duplicates. This can " +"result in quicker filesystem generation and appending although obviously " +"compression will suffer badly if there is a lot of duplicate files." +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:331 +msgid "<option>-noappend</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:332 +msgid "do not append to existing filesystem" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:338 +msgid "<option>-keep-as-directory</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:339 +msgid "" +"if one source directory is specified, create a root directory containing " +"that directory, rather than the contents of the directory" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:346 +msgid "<option>-root-becomes <replaceable>name</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:348 +msgid "" +"when appending source files/directories, make the original root become a " +"subdirectory in the new root called <replaceable>name</replaceable>, rather " +"than adding the new source items to the original root" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:356 +msgid "<option>-all-root</option> or <option>-root-owned</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:358 +msgid "make all files owned by root" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:363 +msgid "<option>-force-uid <replaceable>uid</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:365 +msgid "set all file uids to <replaceable>uid</replaceable>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:371 +msgid "<option>-force-gid <replaceable>gid</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:373 +msgid "set all file gids to <replaceable>gid</replaceable>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:379 +msgid "<option>-le</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:380 +msgid "create a little endian filesystem" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:385 +msgid "<option>-be</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:386 +msgid "create a big endian filesystem" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:391 +msgid "<option>-nopad</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:392 +msgid "" +"do not pad filesystem to a multiple of 4K : This is performed by default to " +"enable the output filesystem file to be mounted by loopback, which requires " +"files to be a 4K multiple. If the filesystem is being written to a block " +"device, or is to be stored in a bootimage, the extra pad bytes are not " +"needed." +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:402 +msgid "<option>-check_data</option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:403 +msgid "add checkdata for greater filesystem checks" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:409 +msgid "<option>-sort <replaceable>sort_file</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:411 +msgid "" +"sort files according to priorities in <replaceable>sort_file</replaceable>. " +"One file or dir with priority per line. Priority -32768 to 32767, default " +"priority 0" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:419 +msgid "<option>-e <replaceable>list of exclude dirs/files</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:421 +msgid "inline list of files / directories to exclude" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><term> +#: ../en/mksquashfs.dbk:427 +msgid "<option>-ef <replaceable>exclude_file</replaceable></option>" +msgstr "" + +# type: Content of: <refentry><refsect1><variablelist><varlistentry><listitem><simpara> +#: ../en/mksquashfs.dbk:429 +msgid "file containing a list of files / directories to exclude, one per line" +msgstr "" + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:438 +msgid "EXAMPLES" +msgstr "" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:440 +msgid "For following examples, take two example directories :" +msgstr "" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:443 +msgid "" +"Source directory <filename>/home/phillip/test</filename> contains " +"<filename>file1</filename>, <filename>file2</filename> and " +"<filename>dir1</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><para><itemizedlist><listitem><simpara> +#: ../en/mksquashfs.dbk:449 +msgid "" +"Source directory <filename>goodies</filename> contains " +"<filename>goodies1</filename>, <filename>goodies2</filename> and " +"<filename>goodies3</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:461 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test output_fs</userinput>" +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:462 +msgid "" +"This will generate a squashfs filesystem with root entries " +"<filename>file1</filename>, <filename>file2</filename> and " +"<filename>dir1</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:471 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test goodies output_fs</userinput>" +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:472 +msgid "" +"This will create a squashfs filesystem with the root containing entries " +"<filename>test</filename> and <filename>goodies</filename> corresponding to " +"the source directories <filename>/home/phillip/test</filename> and " +"<filename>goodies</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:483 +#, no-wrap +msgid "<userinput>mksquashfs /home/phillip/test goodies test output_fs</userinput>" +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:485 +msgid "" +"This is the same as the previous example, except a third source directory " +"<filename>test</filename> has been specified. This conflicts with the first " +"directory named <filename>test</filename> and will be renamed " +"<filename>test_1</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:490 +msgid "" +"Multiple sources allow filesystems to be generated without needing to copy " +"all source files into a common directory. This simplifies creating " +"filesystems." +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><screen> +#: ../en/mksquashfs.dbk:499 +#, no-wrap +msgid "" +"<userinput>mksquashfs /home/phillip/test output_fs " +"-keep-as-directory</userinput>" +msgstr "" + +# type: Content of: <refentry><refsect1><refsect2><example><simpara> +#: ../en/mksquashfs.dbk:501 +msgid "" +"This is the same as the first example, except for " +"<option>-keep-as-directory</option>. This will generate a root directory " +"containing directory <filename>test</filename>, rather than the " +"<filename>test</filename> directory contents <filename>file1</filename>, " +"<filename>file2</filename> and <filename>dir1</filename>." +msgstr "" + +# type: Content of: <refentry><refsect1><title> +#: ../en/mksquashfs.dbk:514 +msgid "AUTHORS" +msgstr "" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:516 +msgid "" +"Squashfs was written by <personname> <firstname>Phillip</firstname> " +"<surname>Lougher</surname> </personname> " +"<email>plougher@users.sourceforge.net</email>, in Chepstow, Wales, UK. If " +"you like the program, or have any problems, then please email me, as it's " +"nice to get feedback !" +msgstr "" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:524 +msgid "" +"This manual page was written by &dhusername; &dhemail; for the &debian; " +"system (but may be used by others) using the <citetitle>SquashFS " +"HOWTO</citetitle> from <author> <firstname>Artemiy I.</firstname> " +"<surname>Pavlov</surname> </author> and squashfs's " +"<filename>README</filename> file. Permission is granted to copy, distribute " +"and/or modify this document under the terms of the &gnu; General Public " +"License, Version 2 any later version published by the Free Software " +"Foundation." +msgstr "" + +# type: Content of: <refentry><refsect1><para> +#: ../en/mksquashfs.dbk:537 +msgid "" +"On Debian systems, the complete text of the &gnu; General Public License can " +"be found in <filename>/usr/share/common-licenses/GPL</filename>." +msgstr "" --- squashfs-3.0.orig/debian/doc/po/po4a.cfg +++ squashfs-3.0/debian/doc/po/po4a.cfg @@ -0,0 +1,6 @@ +[po4a_langs] fr +[po4a_paths] mksquashfs.pot fr:mksquashfs.fr.po + +[type:docbook] ../en/mksquashfs.dbk \ + fr:../fr/mksquashfs.fr.dbk add_fr:mksquashfs.fr.add \ + opt:"-o inline=<option> -M UTF-8" --- squashfs-3.0.orig/debian/doc/po/mksquashfs.fr.add +++ squashfs-3.0/debian/doc/po/mksquashfs.fr.add @@ -0,0 +1,3 @@ +PO4A-HEADER:position=AUTEURS;mode=after;beginboundary=</refsect1> + + <para>Traduction française : &dhusername; &dhemail;.</para> --- squashfs-3.0.orig/debian/doc/en/mksquashfs.dbk +++ squashfs-3.0/debian/doc/en/mksquashfs.dbk @@ -0,0 +1,542 @@ +<?xml version='1.0' encoding='ISO-8859-1'?> +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ + +<!-- + +Process this file with an XSLT processor: `xsltproc \ +-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl manpage.dbk'. A manual page +<package>.<section> will be generated. You may view the +manual page with: nroff -man <package>.<section> | less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + <!-- Fill in your name for FIRSTNAME and SURNAME. --> + <!ENTITY dhfirstname "<firstname>Frédéric</firstname>"> + <!ENTITY dhsurname "<surname>Boiteux</surname>"> + + <!-- Please adjust the date whenever revising the manpage. --> + <!ENTITY dhdate "<date>december 20, 2004</date>"> + + <!-- SECTION should be 1-8, maybe w/ subsection other parameters are + allowed: see man(7), man(1). --> + <!ENTITY dhsection "<manvolnum>8</manvolnum>"> + <!ENTITY dhemail "<email>fboiteux@calistel.com</email>"> + <!ENTITY dhusername "Frédéric Boiteux"> + <!ENTITY dhucpackage "<refentrytitle>MKSQUASHFS</refentrytitle>"> + <!ENTITY dhpackage "mksquashfs"> + + <!ENTITY debian "<productname>Debian</productname>"> + <!ENTITY gnu "<acronym>GNU</acronym>"> + <!ENTITY gpl "&gnu; <acronym>GPL</acronym>"> +]> + +<!-- ====================================================================== --> +<refentry lang="fr"> + <refentryinfo> + <address> + &dhemail; + </address> + <!-- <author> --> +<!-- &dhfirstname; --> +<!-- &dhsurname; --> +<!-- </author> --> + <copyright> + <year>2005</year> + <holder>&dhusername;</holder> + </copyright> + &dhdate; + </refentryinfo> + + <!-- ============================================================ --> + <refmeta> + &dhucpackage; + + &dhsection; + </refmeta> + + <!-- ============================================================ --> + <refnamediv> + <refname>&dhpackage;</refname> + + <refpurpose>Create or modify a Squash file system</refpurpose> + </refnamediv> + + <!-- ============================================================ --> + <refsynopsisdiv> + <cmdsynopsis> + <command>&dhpackage;</command> + <arg><option>-version</option></arg> + </cmdsynopsis> + + <cmdsynopsis> + <command>&dhpackage;</command> + <arg choice="plain" + rep="repeat"><replaceable>source</replaceable></arg> + <arg choice="plain"><replaceable>dest</replaceable></arg> + <arg><option>options</option></arg> + <arg><option>-e <replaceable>list of exclude + dirs/files</replaceable></option></arg> + <arg><option>-ef <replaceable>exclude_file</replaceable></option></arg> + </cmdsynopsis> + </refsynopsisdiv> + + <!-- ============================================================ --> + <refsect1> + <title>DESCRIPTION + + A squashfs is a compressed read-only file system. Use the + &dhpackage; program to create a new + squashed file system, and to append new data to an existing + squashed file system. + + If a single source directory is specified + (i.e. mksquashfs source + output_fs), the + squashfs filesystem will consist of that directory, with the + top-level root directory corresponding to the source + directory. + + If multiple source directories or files are specified, + &dhpackage; will merge the specified sources + into a single filesystem, with the root directory containing each + of the source files/directories. The name of each directory entry + will be the basename of the source path. If more than one source + entry maps to the same name, the conflicts are named + xxx_1, xxx_2, + etc. where xxx is the original + name. + + The dest argument can either + be a conventional file or a block device. If the file doesn't + exist it will be created, if it does exist and a squashfs + filesystem exists on it, &dhpackage; will + append. The option will write a new + filesystem irrespective of whether an existing filesystem is + present. + + There are a large number of options that can be used to + control the compression in &dhpackage;. By + and large the defaults are the most optimum settings and should + only be changed in exceptional circumstances ! + + The , and + options (also + , + and + ) can be used to force + &dhpackage; to not compress + inodes/directories, data and fragments respectively. Giving all + options generates an uncompressed filesystem. + + + By default files in the generated filesystem inherit the UID + and GID ownership of the original file. However, + &dhpackage; provides a number of options + which can be used to override the ownership : + + + The options and + (both do exactly the same + thing) force all file uids/gids in the generated Squashfs + filesystem to be root. This allows + root owned filesystems to be built without root access on + the host machine. + + The option forces + all files in the generated Squashfs filesystem to be owned + by the specified uid. The uid + can be specified either by name + (i.e. root) or by + number. + + The option forces + all files in the generated Squashfs filesystem to be group + owned by the specified gid. + The gid can be specified either by name + (i.e. root) or by + number. + + + + + The and options + allow files/directories to be specified which are + excluded from the output filesystem. The + option takes the exclude files/directories from the command + line, the option takes the exlude + files/directories from the specified exclude file, one + file/directory per line. If an exclude file/directory is + absolute (i.e. prefixed with /, + ../, or ./) the entry + is treated as absolute, however, if an exclude file/directory + is relative, it is treated as being relative to each of the + sources in turn, i.e. + mksquashfs /tmp/source1 source2 output_fs -e ex1 /tmp/source1/ex2 out/ex3 + Will generate exclude files + /tmp/source1/ex2, + /tmp/source1/ex1, + source2/ex1, + /tmp/source1/out/ex3 and + source2/out/ex3. + + The and exclude + options are usefully used in archiving the entire filesystem, + where it is wished to avoid archiving + /proc, and the filesystem being generated, + i.e. + mksquashfs / /tmp/root.sqsh -e proc /tmp/root.sqsh + + Multiple options can be specified on + the command line, and the + option can be used in conjuction with the + option. + + The option displays the + files/directories as they are compressed and added to the + filesystem. The original uncompressed size of each file is + printed, along with DUPLICATE if the file is + a duplicate of a file in the filesystem. + + The and options + can be used to force &dhpackage; to generate + a little endian or big endian filesystem. Normally + &dhpackage; will generate a filesystem in the + host byte order. Squashfs, for portability, will mount + different ordered filesystems (i.e. it can mount big endian + filesystems running on a little endian machine), but these + options can be used for greater optimisation. + + + + + OPTIONS + + + + + + + + print version, licence and copyright message. + + + + + + print files written to filesystem + + + + + + set data block to + block_size. This can be either + 4096, 8192, 16384, 32768 or 65536 bytes. Default is + 65536 bytes + + + + + + create a 2.0 filesystem + + + + + or + + do not compress inode table + + + + + or + + do not compress data blocks + + + + + or + + do not compress fragment blocks + + + + + + do not use fragments : tells + &dhpackage; to not generate fragment + blocks, and rather generate a filesystem similar to a + Squashfs 1.x filesystem. It will of course still be a + Squashfs 2.0 filesystem but without fragments, and so it + won't be mountable on a Squashfs 1.x system. + + + + + + use fragment blocks for files larger than + block size : tells &dhpackage; to + always generate fragments for files irrespective of the + file length. By default only small files less than the + block size are packed into fragment blocks. The ends of + files which do not fit fully into a block, are + NOT by + default packed into fragments. To illustrate this, a 100K + file has an initial 64K block and a 36K remainder. This + 36K remainder is not packed into a fragment by default. + This is because to do so leads to a 10 - 20% drop in + sequential I/O performance, as a disk head seek is needed + to seek to the initial file data and another disk seek is + need to seek to the fragment block. Specify this option if + you want file remainders to be packed into fragment + blocks. Doing so may increase the compression obtained + BUT at the expense of I/O + speed. + + + + + + do not perform duplicate checking : tells + &dhpackage; to not check the files + being added to the filesystem for duplicates. This can + result in quicker filesystem generation and appending + although obviously compression will suffer badly if there + is a lot of duplicate files. + + + + + + do not append to existing + filesystem + + + + + + if one source directory is specified, + create a root directory containing that directory, rather + than the contents of the directory + + + + + + when appending source files/directories, + make the original root become a subdirectory in the new + root called name, rather than + adding the new source items to the original root + + + + + or + + make all files owned by root + + + + + + set all file uids to + uid + + + + + + set all file gids to + gid + + + + + + create a little endian filesystem + + + + + + create a big endian filesystem + + + + + + do not pad filesystem to a multiple of 4K : + This is performed by default to enable the output + filesystem file to be mounted by loopback, which requires + files to be a 4K multiple. If the filesystem is being + written to a block device, or is to be stored in a + bootimage, the extra pad bytes are not needed. + + + + + + add checkdata for greater filesystem + checks + + + + + + sort files according to priorities in + sort_file. One file or dir + with priority per line. Priority -32768 to 32767, default + priority 0 + + + + + + inline list of files / directories to + exclude + + + + + + file containing a list of files / + directories to exclude, one per line + + + + + + + + EXAMPLES + + For following examples, take two example directories : + + + Source directory + /home/phillip/test contains + file1, file2 and + dir1. + + + Source directory + goodies contains + goodies1, + goodies2 and + goodies3. + + + + + + + + mksquashfs /home/phillip/test output_fs + This will generate a squashfs filesystem with root + entries file1, file2 + and dir1. + + + + + + + mksquashfs /home/phillip/test goodies output_fs + This will create a squashfs filesystem with the root + containing entries test and + goodies corresponding to the source + directories /home/phillip/test and + goodies. + + + + + + + mksquashfs /home/phillip/test goodies test output_fs + + This is the same as the previous example, except a third + source directory test has been + specified. This conflicts with the first directory named + test and will be renamed + test_1. + Multiple sources allow filesystems to be generated + without needing to copy all source files into a common + directory. This simplifies creating filesystems. + + + + + + + mksquashfs /home/phillip/test output_fs -keep-as-directory + + This is the same as the first example, + except for . This will + generate a root directory containing directory + test, rather than the + test directory contents + file1, file2 and + dir1. + + + + + + + AUTHORS + + Squashfs was written by + Phillip + Lougher + + plougher@users.sourceforge.net, in Chepstow, + Wales, UK. If you like the program, or have any problems, then + please email me, as it's nice to get feedback ! + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others) using the + SquashFS HOWTO from + Artemiy I. + Pavlov + and squashfs's README file. + Permission is granted to copy, distribute and/or + modify this document under the terms of the &gnu; General Public + License, Version 2 any later version published by the Free + Software Foundation. + + + + On Debian systems, the complete text of the &gnu; + General Public License can be found in + /usr/share/common-licenses/GPL. + + + --- squashfs-3.0.orig/debian/patches/00list +++ squashfs-3.0/debian/patches/00list @@ -0,0 +1,3 @@ +01-includes +02-defaults +03-mksquashfs --- squashfs-3.0.orig/debian/patches/03-mksquashfs.dpatch +++ squashfs-3.0/debian/patches/03-mksquashfs.dpatch @@ -0,0 +1,47 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01-mksquashfs.dpatch +## +## DP: Show progress information for mksquashfs + +@DPATCH@ +diff -Naur squashfs-3.0.orig/squashfs-tools/mksquashfs.c squashfs-3.0/squashfs-tools/mksquashfs.c +--- squashfs-3.0.orig/squashfs-tools/mksquashfs.c 2006-04-26 14:48:45.000000000 +0200 ++++ squashfs-3.0/squashfs-tools/mksquashfs.c 2006-04-26 14:51:38.000000000 +0200 +@@ -100,6 +100,7 @@ + + /* write position within data section */ + long long bytes = 0, total_bytes = 0; ++unsigned int progress = 0; + + /* in memory directory table - possibly compressed */ + char *directory_table = NULL; +@@ -932,6 +933,20 @@ + compressed_size = SQUASHFS_COMPRESSED_SIZE_BLOCK(fragment_table[fragments].size); + write_bytes(fd, bytes, compressed_size, buffer); + bytes += compressed_size; ++ ++ if (bytes - progress > 1024*1024) { ++ int i; ++ while (bytes - progress > 1024*1024) { ++ fprintf(stdout, "."); ++ if (progress / (1024*1024) % 10 == 0) ++ fprintf(stdout, " "); ++ if (progress / (1024*1024) % 60 == 0) ++ fprintf(stdout, "\n%4d MB ", progress /(1024*1024)); ++ progress += 1024*1024; ++ } ++ fflush(stdout); ++ } ++ + total_uncompressed += fragment_size; + total_compressed += compressed_size; + TRACE("Writing fragment %d, uncompressed size %d, compressed size %d\n",fragments, fragment_size, compressed_size); +@@ -985,7 +1000,7 @@ + } + + for(i = 0; i < meta_blocks; i++) { +- int avail_bytes = i == meta_blocks - 1 ? frag_bytes % SQUASHFS_METADATA_SIZE : SQUASHFS_METADATA_SIZE; ++ int avail_bytes = i == meta_blocks - 1 ? frag_bytes - SQUASHFS_METADATA_SIZE * i : SQUASHFS_METADATA_SIZE; + c_byte = mangle(cbuffer + block_offset, buffer + i * SQUASHFS_METADATA_SIZE , avail_bytes, SQUASHFS_METADATA_SIZE, noF, 0); + if(!swap) + memcpy(cbuffer, &c_byte, sizeof(unsigned short)); --- squashfs-3.0.orig/debian/patches/01-includes.dpatch +++ squashfs-3.0/debian/patches/01-includes.dpatch @@ -0,0 +1,63 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01-includes.dpatch by Daniel Baumann +## +## DP: Adjust includes. + +@DPATCH@ + +diff -Naur squashfs-3.0.orig/linux-2.6/inode.c squashfs-3.0/linux-2.6/inode.c +--- squashfs-3.0.orig/linux-2.6/inode.c 2006-03-16 14:08:22.000000000 +0000 ++++ squashfs-3.0/linux-2.6/inode.c 2006-03-16 14:51:39.727978136 +0000 +@@ -22,15 +22,15 @@ + */ + + #include +-#include ++#include "squashfs_fs.h" + #include + #include + #include + #include + #include + #include +-#include +-#include ++#include "squashfs_fs_sb.h" ++#include "squashfs_fs_i.h" + #include + #include + #include +diff -Naur squashfs-3.0.orig/linux-2.6/squashfs2_0.c squashfs-3.0/linux-2.6/squashfs2_0.c +--- squashfs-3.0.orig/linux-2.6/squashfs2_0.c 2006-03-16 14:08:22.000000000 +0000 ++++ squashfs-3.0/linux-2.6/squashfs2_0.c 2006-03-16 14:52:22.895415688 +0000 +@@ -22,15 +22,15 @@ + */ + + #include +-#include ++#include "squashfs_fs.h" + #include + #include + #include + #include + #include + #include +-#include +-#include ++#include "squashfs_fs_sb.h" ++#include "squashfs_fs_i.h" + #include + #include + #include +diff -Naur squashfs-3.0.orig/linux-2.6/squashfs_fs_sb.h squashfs-3.0/linux-2.6/squashfs_fs_sb.h +--- squashfs-3.0.orig/linux-2.6/squashfs_fs_sb.h 2006-03-16 14:08:22.000000000 +0000 ++++ squashfs-3.0/linux-2.6/squashfs_fs_sb.h 2006-03-16 14:52:40.004814664 +0000 +@@ -23,7 +23,7 @@ + * squashfs_fs_sb.h + */ + +-#include ++#include "squashfs_fs.h" + + struct squashfs_cache { + long long block; --- squashfs-3.0.orig/debian/patches/02-defaults.dpatch +++ squashfs-3.0/debian/patches/02-defaults.dpatch @@ -0,0 +1,21 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 02-defaults.dpatch by Daniel Baumann +## +## DP: Sets defaults. + +@DPATCH@ + +diff -Naur squashfs-3.0.orig/linux-2.6/squashfs.h squashfs-3.0/linux-2.6/squashfs.h +--- squashfs-3.0.orig/linux-2.6/squashfs.h 2006-03-16 14:08:22.753778000 +0000 ++++ squashfs-3.0/linux-2.6/squashfs.h 2006-03-16 14:21:17.863943568 +0000 +@@ -21,6 +21,10 @@ + * squashfs.h + */ + ++// module defaults ++// //#define CONFIG_SQUASHFS_VMALLOC ++#define CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE 3 ++ + #ifdef CONFIG_SQUASHFS_1_0_COMPATIBILITY + #undef CONFIG_SQUASHFS_1_0_COMPATIBILITY + #endif --- squashfs-3.0.orig/debian/control +++ squashfs-3.0/debian/control @@ -0,0 +1,1647 @@ +Source: squashfs +Section: admin +Priority: optional +Maintainer: Arnaud Fontaine +Uploaders: Roland Stigge +Build-Depends: cdbs (>= 0.4.23-1.1), dpatch, debhelper (>= 4.2.0), zlib1g-dev, po4a (>= 0.21), xsltproc, docbook-xsl, linux-headers-2.6.17-5, zlib1g-dev, bzip2, binutils-hppa64 [hppa], gcc-4.0-hppa64 [hppa], docbook-xml +Standards-Version: 3.7.2 + +Package: squashfs-tools +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Suggests: squashfs-source +Description: Tool to create and append to squashfs filesystems + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-generic +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-generic +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-generic + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-generic. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-generic +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-generic (= ${Source-Version}) +Provides: squashfs-modules-alpha-generic +Description: Squash filesystem module for Alpha machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-smp +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-smp +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-smp (= ${Source-Version}) +Provides: squashfs-modules-alpha-smp +Description: Squash filesystem module for Alpha SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + SMP machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-alpha-legacy +Architecture: alpha +Depends: linux-image-2.6.17-1-alpha-legacy +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-alpha-legacy + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-alpha-legacy. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-alpha-legacy +Architecture: alpha +Depends: squashfs-modules-2.6.17-1-alpha-legacy (= ${Source-Version}) +Provides: squashfs-modules-alpha-legacy +Description: Squash filesystem module for Alpha Legacy machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Alpha + Legacy machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-amd64-k8 +Architecture: amd64 +Depends: linux-image-2.6.17-1-amd64-k8 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amd64-k8 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amd64-k8. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amd64-k8 +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-amd64-k8 (= ${Source-Version}) +Provides: squashfs-modules-amd64-k8 +Description: Squash filesystem module for AMD64 K8 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on AMD64 + K8 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-amd64-k8-smp +Architecture: amd64 +Depends: linux-image-2.6.17-1-amd64-k8-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amd64-k8-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amd64-k8-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amd64-k8-smp +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-amd64-k8-smp (= ${Source-Version}) +Provides: squashfs-modules-amd64-k8-smp +Description: Squash filesystem module for AMD64 K8 SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + multi-processor/multi-core AMD Athlon64 X2 and Opteron 2xx/8xx machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-em64t-p4 +Architecture: amd64 +Depends: linux-image-2.6.17-1-em64t-p4 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-em64t-p4 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-em64t-p4. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-em64t-p4 +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-em64t-p4 (= ${Source-Version}) +Provides: squashfs-modules-em64t-p4 +Description: Squash filesystem module for Intel em64t P4 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + Intel em64t Pentium4 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-em64t-p4-smp +Architecture: amd64 +Depends: linux-image-2.6.17-1-em64t-p4-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-em64t-p4-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-em64t-p4-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-em64t-p4-smp +Architecture: amd64 +Depends: squashfs-modules-2.6.17-1-em64t-p4-smp (= ${Source-Version}) +Provides: squashfs-modules-em64t-p4-smp +Description: Squash filesystem module for Intel em64t P4/Xeon SMP machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64bit + multi-processor/multi-core Intel em64t Pentium 4/Pentium D/Xeon machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-footbridge +Architecture: arm +Depends: linux-image-2.6.17-1-footbridge +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-footbridge + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-footbridge. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-footbridge +Architecture: arm +Depends: squashfs-modules-2.6.17-1-footbridge (= ${Source-Version}) +Provides: squashfs-modules-footbridge +Description: Squash filesystem module for Footbridge based machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Footbridge (CATS, Netwinder) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-ixp4xx +Architecture: arm +Depends: linux-image-2.6.17-1-ixp4xx +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-ixp4xx + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-ixp4xx. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-ixp4xx +Architecture: arm +Depends: squashfs-modules-2.6.17-1-ixp4xx (= ${Source-Version}) +Provides: squashfs-modules-ixp4xx +Description: Squash filesystem module for IXP4xx machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IXP4xx + based machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-nslu2 +Architecture: arm +Depends: linux-image-2.6.17-1-nslu2 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-nslu2 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-nslu2. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-nslu2 +Architecture: arm +Depends: squashfs-modules-2.6.17-1-nslu2 (= ${Source-Version}) +Provides: squashfs-modules-nslu2 +Description: Squash filesystem module for NSLU2 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Linksys + NSLU2 (Network Storage Link for USB 2.0 Disk Drives) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-rpc +Architecture: arm +Depends: linux-image-2.6.17-1-rpc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-rpc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-rpc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-rpc +Architecture: arm +Depends: squashfs-modules-2.6.17-1-rpc (= ${Source-Version}) +Provides: squashfs-modules-rpc +Description: Squash filesystem module for RiscPC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Arcon + RiscPC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s3c2410 +Architecture: arm +Depends: linux-image-2.6.17-1-s3c2410 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s3c2410 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s3c2410. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s3c2410 +Architecture: arm +Depends: squashfs-modules-2.6.17-1-s3c2410 (= ${Source-Version}) +Provides: squashfs-modules-s3c2410 +Description: Squash filesystem module for S2C2410 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Samsung + S3C410 based (BAST, IPAQ 1940, etc) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc (= ${Source-Version}) +Provides: squashfs-modules-parisc +Description: Squash filesystem module for 32-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32-bit + PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc-smp +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc-smp +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc-smp (= ${Source-Version}) +Provides: squashfs-modules-parisc-smp +Description: Squash filesystem module for 32-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32-bit + multi-processor PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc64 +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc64 +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc64 (= ${Source-Version}) +Provides: squashfs-modules-parisc64 +Description: Squash filesystem module for 64-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64-bit + PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-parisc64-smp +Architecture: hppa +Depends: linux-image-2.6.17-1-parisc64-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-parisc64-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-parisc64-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-parisc64-smp +Architecture: hppa +Depends: squashfs-modules-2.6.17-1-parisc64-smp (= ${Source-Version}) +Provides: squashfs-modules-parisc64-smp +Description: Squash filesystem module for 64-bit PA-RISC machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 64-bit + multi-processor PA-RISC machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-486 +Architecture: i386 +Depends: linux-image-2.6.17-1-486 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-486 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-486. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-486 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-486 (= ${Source-Version}) +Provides: squashfs-modules-486 +Description: Squash filesystem module for 486-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + 486-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-686 +Architecture: i386 +Depends: linux-image-2.6.17-1-686 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-686 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-686. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-686 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-686 (= ${Source-Version}) +Provides: squashfs-modules-686 +Description: Squash filesystem module for PPro/Celeron/PII/PIII/P4 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Pentium + Pro/Celeron/Pentium II/Pentium III/Pentium 4 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-k7 +Architecture: i386 +Depends: linux-image-2.6.17-1-k7 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-k7 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-k7. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-k7 +Architecture: i386 +Depends: squashfs-modules-2.6.17-1-k7 (= ${Source-Version}) +Provides: squashfs-modules-k7 +Description: Squash filesystem module for AMD K7 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on 32bit + AMD Duron/Athlon/AthlonXP machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-itanium +Architecture: ia64 +Depends: linux-image-2.6.17-1-itanium +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-itanium + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-itanium. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-itanium +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-itanium (= ${Source-Version}) +Provides: squashfs-modules-itanium +Description: Squash filesystem module for Itanium machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-itanium-smp +Architecture: ia64 +Depends: linux-image-2.6.17-1-itanium-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-itanium-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-itanium-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-itanium-smp +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-itanium-smp (= ${Source-Version}) +Provides: squashfs-modules-itanium-smp +Description: Squash filesystem module for multi-processor Itanium machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + multi-processor machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mckinley +Architecture: ia64 +Depends: linux-image-2.6.17-1-mckinley +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mckinley + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mckinley. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-mckinley +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-mckinley (= ${Source-Version}) +Provides: squashfs-modules-mckinley +Description: Squash filesystem module for Itanium II machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Itanium + II machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mckinley-smp +Architecture: ia64 +Depends: linux-image-2.6.17-1-mckinley-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mckinley-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mckinley-smp. + +Package: squashfs-modules-2.6-mckinley-smp +Architecture: ia64 +Depends: squashfs-modules-2.6.17-1-mckinley-smp (= ${Source-Version}) +Provides: squashfs-modules-mckinley +Description: Squash filesystem module for multi-processor Itanium II machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + multi-processor Itanium II machines. + +Package: squashfs-modules-2.6.17-1-amiga +Architecture: m68k +Depends: linux-image-2.6.17-1-amiga +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-amiga + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-amiga. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-amiga +Architecture: m68k +Depends: squashfs-modules-2.6.17-1-amiga (= ${Source-Version}) +Provides: squashfs-modules-amiga +Description: Squash filesystem module for Amiga machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Amiga + machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-mac +Architecture: m68k +Depends: linux-image-2.6.17-1-mac +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-mac + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-mac. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-mac +Architecture: m68k +Depends: squashfs-modules-2.6.17-1-mac (= ${Source-Version}) +Provides: squashfs-modules-mac +Description: Squash filesystem module for Macintosh machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Macintosh machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r4k-ip22 +Architecture: mips +Depends: linux-image-2.6.17-1-r4k-ip22 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r4k-ip22 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r4k-ip22. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r4k-ip22 +Architecture: mips +Depends: squashfs-modules-2.6.17-1-r4k-ip22 (= ${Source-Version}) +Provides: squashfs-modules-r4k-ip22 +Description: Squash filesystem module for SGI IP22 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on SGI + IP22 (Indy, Indigo2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r5k-ip32 +Architecture: mips +Depends: linux-image-2.6.17-1-r5k-ip32 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r5k-ip32 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r5k-ip32. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r5k-ip32 +Architecture: mips +Depends: squashfs-modules-2.6.17-1-r5k-ip32 (= ${Source-Version}) +Provides: squashfs-modules-r5k-ip32 +Description: Squash filesystem module for SGI IP32 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on SGI + IP32 (O2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sb1-bcm91250a +Architecture: mips mipsel +Depends: linux-image-2.6.17-1-sb1-bcm91250a +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sb1-bcm91250a + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sb1-bcm91250a. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sb1-bcm91250a +Architecture: mips mipsel +Depends: squashfs-modules-2.6.17-1-sb1-bcm91250a (= ${Source-Version}) +Provides: squashfs-modules-sb1-bcm91250a +Description: Squash filesystem module for BCM91250A machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Broadcom BCM91250A (aka SWARM) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sb1a-bcm91480b +Architecture: mips mipsel +Depends: linux-image-2.6.17-1-sb1a-bcm91480b +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sb1a-bcm91480b + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sb1a-bcm91480b. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sb1a-bcm91480b +Architecture: mips mipsel +Depends: squashfs-modules-2.6.17-1-sb1a-bcm91480b (= ${Source-Version}) +Provides: squashfs-modules-sb1a-bcm91480b +Description: Squash filesystem module for BCM91480B machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + Broadcom BCM91480B (aka BigSur) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r5k-cobalt +Architecture: mipsel +Depends: linux-image-2.6.17-1-r5k-cobalt +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r5k-cobalt + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r5k-cobalt. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r5k-cobalt +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r5k-cobalt (= ${Source-Version}) +Provides: squashfs-modules-r5k-cobalt +Description: Squash filesystem module for Cobalt machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on Cobalt + (Qube, RaQ, Qube2, RaQ2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r3k-kn02 +Architecture: mipsel +Depends: linux-image-2.6.17-1-r3k-kn02 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r3k-kn02 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r3k-kn02. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r3k-kn02 +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r3k-kn02 (= ${Source-Version}) +Provides: squashfs-modules-r3k-kn02 +Description: Squash filesystem module for R3000 based DECstation machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + + This package depends on the latest squashfs modules for Linux kernel on R3000 + + based based DECstations with KN02 mainboard, such as the DECstation 5000/1xx + + series with xx=20,25,33 and the DECstation 5000/240 machines. + . + This package depends on the latest squashfs modules for Linux kernel on Cobalt + (Qube, RaQ, Qube2, RaQ2) machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-r4k-kn04 +Architecture: mipsel +Depends: linux-image-2.6.17-1-r4k-kn04 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-r4k-kn04 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-r4k-kn04. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-r4k-kn04 +Architecture: mipsel +Depends: squashfs-modules-2.6.17-1-r4k-kn04 (= ${Source-Version}) +Provides: squashfs-modules-r4k-kn04 +Description: Squash filesystem module for R4x00 based DECstation machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on R4x00 + based DECstations with KN04 mainboard, such as the DECstation 5000/150, the + Personal DECstation 5000/50 and the DECstation 5000/260 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc (= ${Source-Version}) +Provides: squashfs-modules-powerpc +Description: Squash filesystem module for powerpc-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc-smp +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc-smp +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc-smp (= ${Source-Version}) +Provides: squashfs-modules-powerpc-smp +Description: Squash filesystem module for powerpc-smp-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-smp-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc-miboot +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc-miboot +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerpc-miboot + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerpc-miboot. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc-miboot +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc-miboot (= ${Source-Version}) +Provides: squashfs-modules-powerpc-miboot +Description: Squash filesystem module for powerpc-miboot-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc-miboot-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-powerpc64 +Architecture: powerpc +Depends: linux-image-2.6.17-1-powerpc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-powerp64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-powerp64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-powerpc64 +Architecture: powerpc +Depends: squashfs-modules-2.6.17-1-powerpc64 (= ${Source-Version}) +Provides: squashfs-modules-powerpc64 +Description: Squash filesystem module for powerpc64-class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + powerpc64-class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s390 +Architecture: s390 +Depends: linux-image-2.6.17-1-s390 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s390 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s390. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s390 +Architecture: s390 +Depends: squashfs-modules-2.6.17-1-s390 (= ${Source-Version}) +Provides: squashfs-modules-s390 +Description: Squash filesystem module for IBM S/390 machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IBM + S/390 machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-s390x +Architecture: s390 +Depends: linux-image-2.6.17-1-s390x +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-s390x + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-s390x. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-s390x +Architecture: s390 +Depends: squashfs-modules-2.6.17-1-s390x (= ${Source-Version}) +Provides: squashfs-modules-s390x +Description: Squash filesystem module for IBM zSeries machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on IBM + zSeries machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc32 +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc32 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc32 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc32. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc32 +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc32 (= ${Source-Version}) +Provides: squashfs-modules-sparc32 +Description: Squash filesystem module for uniprocessor sparc32 (sun4m) machines machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + uniprocessor sparc32 (sun4m) machines machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc64 +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc64 +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc64 + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc64. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc64 +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc64 (= ${Source-Version}) +Provides: squashfs-modules-sparc64 +Description: Squash filesystem module for uniprocessor 64-bit UltraSPARC class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + uniprocessor 64-bit UltraSPARC class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6.17-1-sparc64-smp +Architecture: sparc +Depends: linux-image-2.6.17-1-sparc64-smp +Recommends: squashfs-tools +Description: Squash filesystem module for Linux 2.6.17-1-sparc64-smp + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package contains the compiled kernel module for 2.6.17-1-sparc64-smp. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-modules-2.6-sparc64-smp +Architecture: sparc +Depends: squashfs-modules-2.6.17-1-sparc64-smp (= ${Source-Version}) +Provides: squashfs-modules-sparc64-smp +Description: Squash filesystem module for multi-processor 64-bit UltraSPARC class machines + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package depends on the latest squashfs modules for Linux kernel on + multi-processor 64-bit UltraSPARC class machines. + . + Homepage: http://squashfs.sourceforge.net/ + +Package: squashfs-source +Architecture: all +Depends: module-assistant, debhelper (>> 4.0.0), make, bzip2, dpatch +Recommends: squashfs-tools +Conflicts: kernel-patch-squashfs +Replaces: kernel-patch-squashfs +Description: Source for the squash filesystem + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival + use (i.e. in cases where a .tar.gz file may be used), and in constrained + block device/memory systems (e.g. embedded systems) where low overhead is + needed. + . + This package provides the source code for the squashfs kernel modules. + The squashfs package is also required in order to make use of these + modules. Kernel source or headers are required to compile these modules. + . + Homepage: http://squashfs.sourceforge.net/ --- squashfs-3.0.orig/debian/rules.modules +++ squashfs-3.0/debian/rules.modules @@ -0,0 +1,52 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +# prefix of the target package name +PACKAGE=squashfs-modules +# modifieable for experiments or debugging m-a +MA_DIR ?= /usr/share/modass +# load generic variable handling +-include $(MA_DIR)/include/generic.make +# load default rules, including kdist, kdist_image, ... +-include $(MA_DIR)/include/common-rules.make + +# module assistant calculates all needed things for us and sets +# following variables: +# KSRC (kernel source directory), KVERS (kernel version string), KDREV +# (revision of the Debian kernel-image package), CC (the correct +# compiler), VERSION (the final package version string), PKGNAME (full +# package name with KVERS included), DEB_DESTDIR (path to store DEBs) + +# The kdist_configure target is called by make-kpkg modules_config and +# by kdist* rules by dependency. It should configure the module so it is +# ready for compilation (mostly useful for calling configure). +# prep-deb-files from module-assistant creates the neccessary debian/ files +kdist_config: prep-deb-files + +# the kdist_clean target is called by make-kpkg modules_clean and from +# kdist* rules. It is responsible for cleaning up any changes that have +# been made by the other kdist_commands (except for the .deb files created) +kdist_clean: + $(MAKE) $(MFLAGS) clean + +binary-modules: + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) KDIR=$(KSRC) KVER=$(KVERS) + + # Install the module + mkdir -p debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/kernel/fs/squashfs + cp linux-2.6/squashfs.ko debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/kernel/fs/squashfs + + dh_installdocs + dh_installchangelogs + dh_installmodules + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol -- -v$(VERSION) + dh_md5sums + dh_builddeb --destdir=$(DEB_DESTDIR) + dh_clean -k --- squashfs-3.0.orig/debian/copyright +++ squashfs-3.0/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Frédéric Boiteux on +Mon, 20 Dec 2004 10:22:09 +0100. + +It was downloaded from http://sourceforge.net/project/showfiles.php?group_id=63835 + +Copyright: + +Upstream Author: Phillip Lougher (plougher@users.sourceforge.net) + +License: + + 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; version 2 dated June, 1991. + + 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 package; 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 `/usr/share/common-licenses/GPL'. + --- squashfs-3.0.orig/debian/squashfs-tools.dirs +++ squashfs-3.0/debian/squashfs-tools.dirs @@ -0,0 +1 @@ +usr/sbin --- squashfs-3.0.orig/debian/NEWS +++ squashfs-3.0/debian/NEWS @@ -0,0 +1,10 @@ +squashfs (2.0-ALPHA-1) unstable; urgency=low + + WARNING! Images prepared by new mksquashfs 2.0 aren't readable by kernel with + old squashfs 1.3 driver. You'll get the following kernel message: + + SQUASHFS error: Major/Minor mismatch, filesystem is (2:0), I support (1: <= 0) + + The new driver reads old images without problem. + + -- Piotr Roszatycki Mon, 21 Jun 2004 13:06:46 +0200 --- squashfs-3.0.orig/debian/squashfs-tools.manpages +++ squashfs-3.0/debian/squashfs-tools.manpages @@ -0,0 +1,2 @@ +debian/doc/mksquashfs.8 +debian/doc/mksquashfs.fr.8 --- squashfs-3.0.orig/debian/squashfs-tools.install +++ squashfs-3.0/debian/squashfs-tools.install @@ -0,0 +1,2 @@ +squashfs-tools/mksquashfs /usr/sbin +squashfs-tools/unsquashfs /usr/sbin --- squashfs-3.0.orig/debian/control.modules.in +++ squashfs-3.0/debian/control.modules.in @@ -0,0 +1,24 @@ +Source: squashfs +Section: misc +Priority: optional +Maintainer: Arnaud Fontaine +Uploaders: Roland Stigge +Build-Depends: debhelper (>> 4.0.0), linux-headers-_KVERS_ +Standards-Version: 3.6.2 + +Package: squashfs-modules-_KVERS_ +Architecture: any +Provides: squashfs-modules +Description: Squash filesystem support for Debian Linux kernels + Squashfs is a highly compressed read-only filesystem for Linux. It uses zlib + compression to compress both files, inodes and directories. Inodes in the + system are very small and all blocks are packed to minimise data overhead. + Block sizes greater than 4K are supported up to a maximum of 64K. + . + Squashfs is intended for general read-only filesystem use, for archival use + (e.g. in cases where a .tar.gz file may be used), and in constrained block + device/memory systems (e.g. embedded systems) where low overhead is needed. + . + This package contains the compiled kernel module for _KVERS_ + . + Homepage: http://squashfs.sourceforge.net/ --- squashfs-3.0.orig/Makefile +++ squashfs-3.0/Makefile @@ -0,0 +1,21 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +# Makefile for building squashfs out-of-tree +CFLAGS += -DCONFIG_SQUASHFS=1 +KDIR ?= /lib/modules/`uname -r`/build +MODPATH ?= /lib/modules/`uname -r`/kernel/fs/squashfs + +modules: + make -C $(KDIR) SUBDIRS=`pwd`/linux-2.6 CONFIG_SQUASHFS=m \ + $(DBG_CONFIG) CC="${CROSS_COMPILE}gcc" modules + +install: modules + install -d $(MODPATH) + install -m 644 -c `pwd`/linux-2.6/squashfs.ko $(MODPATH) + /sbin/depmod -a + +clean: + find . \( -name '*.ko' -o -name '*.o' -o -name '.tmp_versions' -o -name '*~' -o -name '.*.cmd' \ + -o -name '*.mod.c' -o -name '*.tar.bz2' -o -name '*.rej' -o -name '*.orig' \)\ + -print | xargs rm -Rf