debian/0000755000000000000000000000000012227350035007165 5ustar debian/copyright0000644000000000000000000000356712227345511011136 0ustar This package was debianized by Carl Chenet on Fri, 12 Jul 2013 11:58:58 +0100. It was downloaded from http://sourceforge.net/projects/fpart/ Upstream Author: Ganaël Laplanche Files: * Copyright: 2013 Ganaël Laplanche License: BSD-3-Clause Files: debian/* Copyright: 2013 Jean-Baptiste Denis License: BSD-3-Clause License: BSD-3-Clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/watch0000644000000000000000000000011412227345511010215 0ustar # See uscan(1) for format version=3 http://sf.net/fpart/fpart-(.*)\.tar\.gz debian/compat0000644000000000000000000000000212227345511010366 0ustar 9 debian/docs0000644000000000000000000000001412227345511010036 0ustar README TODO debian/control0000644000000000000000000000254412227345511010600 0ustar Source: fpart Section: misc Priority: optional Maintainer: Carl Chenet Build-Depends: debhelper (>= 9.0), automake (>= 1.13.3) Standards-Version: 3.9.4 Homepage: http://sourceforge.net/projects/fpart/ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/fpart.git Vcs-Git: git://git.debian.org/collab-maint/fpart.git Package: fpart Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: sort file trees and pack them into bags Fpart is a tool that helps you sort file trees and pack them into bags (called "partitions"). It is developed in C and available under the BSD license. . It splits a list of directories and file trees into a certain number of partitions, trying to produce partitions with the same size and number of files. It can also produce partitions with a given number of files or a limited size. Once generated, partitions are either printed as file lists to stdout (default) or to files. Those lists can then be used by third party programs. . Fpart also includes a live mode, which allows it to crawl very large filesystems and produce partitions in live. Hooks are available to act on those partitions (e.g. immediatly start a transfer using rsync(1)) without having to wait for the filesystem traversal job to be finished. Used this way, fpart can be seen as a powerful data migration tool. debian/rules0000755000000000000000000000003612227345511010247 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000012227345511010470 5ustar debian/source/format0000644000000000000000000000001412227345511011676 0ustar 3.0 (quilt) debian/manpages0000644000000000000000000000001412227345511010701 0ustar man/fpart.1 debian/changelog0000644000000000000000000000045012227346576011055 0ustar fpart (0.9-1) unstable; urgency=low * New upstream release (Closes: #719338) -- Carl Chenet Wed, 16 Oct 2013 00:56:50 +0200 fpart (0.8-1) unstable; urgency=low * Initial release (Closes: #708383) -- Carl Chenet Sun, 30 Jun 2013 17:15:39 +0200