debian/0000755000000000000000000000000011627173245007176 5ustar debian/changelog0000644000000000000000000000625411627173170011054 0ustar fatsort (0.9.15.245-1) unstable; urgency=low * New upstream release -- Sebastian Dröge Tue, 30 Aug 2011 16:40:55 +0200 fatsort (0.9.14-1) unstable; urgency=low * New upstream release. -- Sebastian Dröge Mon, 24 May 2010 10:43:57 +0200 fatsort (0.9.13.1+-1) unstable; urgency=low * Reupload of 0.9.13.1 with a new tarball because of ftp-master hardware problem which affected the 0.9.13.1 tarball. -- Sebastian Dröge Thu, 25 Mar 2010 22:42:55 +0100 fatsort (0.9.13.1-1) unstable; urgency=low * New upstream release. * debian/control, debian/compat, debian/source/format: + Update to Standards-Version 3.8.4. + Update to debhelper compat level 7. + Update to source format 3.0 (quilt). -- Sebastian Dröge Mon, 22 Mar 2010 14:41:55 +0100 fatsort (0.9.12-1) unstable; urgency=low * New upstream release: + Fixes segfaults in writeClusterChain (Closes: #543986). * debian/rules, debian/fatsort.1*, debian/control: + Use upstream manpage instead of our own outdated (Closes: #548442). -- Sebastian Dröge Fri, 02 Oct 2009 09:17:58 +0200 fatsort (0.9.10-1) unstable; urgency=low * New upstream release (Closes: #542109). * debian/rules: + Adding large file support to the CFLAGS is not necessary anymore. * debian/compat, debian/rules: + Update debhelper compat version. + Update Standards-Version. -- Sebastian Dröge Tue, 18 Aug 2009 08:23:33 +0200 fatsort (0.9.8.3-1) unstable; urgency=low * New upstream release: + Fixes mount detection (Closes: #490019). -- Sebastian Dröge Thu, 09 Oct 2008 07:34:56 +0200 fatsort (0.9.8.2-1) unstable; urgency=low * New upstream release: + debian/rules: - Adjust to build system changes. * debian/control: + Update Standards-Version to 3.8.0, no additional changes needed. + Move homepage to the Homepage field. * debian/watch: + Remove watch file until a way that works with berlios is found (Closes: #449870). -- Sebastian Dröge Mon, 07 Jul 2008 11:58:05 +0200 fatsort (0.9.7.1-1) unstable; urgency=low * New upstream release, adds support for files > 4GB -- Sebastian Dröge Sun, 22 Jul 2007 23:55:34 +0200 fatsort (0.9.7-2) unstable; urgency=low * Upload to unstable -- Sebastian Dröge Mon, 16 Apr 2007 02:24:39 +0200 fatsort (0.9.7-1) experimental; urgency=low * New upstream release: + Check if the device is mounted (Closes: #393652) * debian/control: + Update to use my debian.org mail address -- Sebastian Dröge Thu, 1 Feb 2007 15:26:25 +0100 fatsort (0.9.6.1-1) unstable; urgency=low * New upstream release * debian/control: + Bumped Standards-Version to 3.7.2 + Bumped debhelper compat level to 5 * debian/fatsort.1.xml: + Update my email address -- Sebastian Dröge Mon, 10 Jul 2006 02:33:25 +0200 fatsort (0.9.4-1) unstable; urgency=low * Initial Revision (Closes: #333084) -- Sebastian Dröge Fri, 9 Sep 2005 15:43:36 +0200 debian/source/0000755000000000000000000000000011351671172010472 5ustar debian/source/format0000644000000000000000000000001411352754506011704 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000160311351667253011132 0ustar This package was debianized by Sebastian Dröge on Sun, 14 Aug 2005 21:48:52 +0200. It was downloaded from http://fatsort.berlios.de/ Upstream Authors: Boris Leidner Copyright: Copyright (c) 2004 Boris Leidner This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License, version 2, can be found in /usr/share/common-licenses/GPL-2. debian/control0000644000000000000000000000125511351671641010601 0ustar Source: fatsort Section: utils Priority: extra Maintainer: Sebastian Dröge Build-Depends: cdbs (>= 0.4.20), debhelper (>= 7) Standards-Version: 3.8.4 Homepage: http://fatsort.berlios.de/ Package: fatsort Architecture: any Section: utils Depends: ${shlibs:Depends}, ${misc:Depends} Description: utility for sorting FAT directory structures FATSort is a utility that sorts FAT16 and FAT32 partitions. It even can handle long file name entries. It reads the boot sector and sorts the directory structure recursively. This is for example useful for sorting the files on your MP3 player when it doesn't implement a sorting function itself. debian/rules0000755000000000000000000000041411351672124010247 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk DEB_MAKE_INSTALL_TARGET := DEB_MAKE_CLEAN_TARGET := clean DEB_INSTALL_MANPAGES_fatsort := man/fatsort.1 install/fatsort:: dh_install src/fatsort /usr/bin debian/compat0000644000000000000000000000000211351671617010374 0ustar 7