--- fatsort-0.9.8.3.orig/debian/control +++ fatsort-0.9.8.3/debian/control @@ -0,0 +1,18 @@ +Source: fatsort +Section: utils +Priority: extra +Maintainer: Sebastian Dröge +Build-Depends: cdbs (>= 0.4.20), debhelper (>= 5), xsltproc, docbook-xsl, docbook-xml (>= 4.4) +Standards-Version: 3.8.0 +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. --- fatsort-0.9.8.3.orig/debian/rules +++ fatsort-0.9.8.3/debian/rules @@ -0,0 +1,20 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/makefile.mk + +DEB_MAKE_CLEAN_TARGET := clean + +DEB_INSTALL_MANPAGES_fatsort := debian/fatsort.1 + +CFLAGS += -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + +install/fatsort:: + dh_install src/fatsort /usr/bin + /usr/bin/xsltproc -""-nonet -o debian/fatsort.1 \ + /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl \ + debian/fatsort.1.xml + +clean/fatsort:: + rm -f debian/fatsort.1 + --- fatsort-0.9.8.3.orig/debian/changelog +++ fatsort-0.9.8.3/debian/changelog @@ -0,0 +1,59 @@ +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 + --- fatsort-0.9.8.3.orig/debian/copyright +++ fatsort-0.9.8.3/debian/copyright @@ -0,0 +1,26 @@ +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. + --- fatsort-0.9.8.3.orig/debian/compat +++ fatsort-0.9.8.3/debian/compat @@ -0,0 +1 @@ +4 --- fatsort-0.9.8.3.orig/debian/fatsort.1 +++ fatsort-0.9.8.3/debian/fatsort.1 @@ -0,0 +1,100 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "FATSORT" 1 "2005-08-14" "" "" +.SH NAME +fatsort \- utility for sorting FAT directory structures +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 8 +\fBfatsort\fR [\fB\fIOPTIONS\fR\fR] \fBDEVICE\fR +.ad +.hy + +.SH "DESCRIPTION" + +.PP +utility for sorting FAT directory structures + +.PP +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\&. + +.PP +Please note, that FATSort can damage your file system, if it is in a state of inconsistency! Use it with caution! + +.SH "OPTIONS" + +.PP + + +.TP +\fB\-c\fR +Ignore case of file names + +.TP +\fB\-h\fR +Show a help message and exit + +.TP +\fB\-i\fR +Print only file system information + +.TP +\fB\-l\fR +Print only the current order of files + +.TP +\fB\-o \fIflag\fR\fR +Sets the sort order: + +.IP +\fBd\fR : directories first (default) + +\fBf\fR : files first + +\fBa\fR : files and directory are not distinguished + +.LP + + +.TP +\fB\-q\fR +Be quiet + +.TP +\fB\-v\fR +Print version information and exit + + +.SH "REPORTING BUGS" + +.PP +Report bugs to + +.SH "COPYRIGHT" + +.PP +This manual page was written by Sebastian Dröge for the Debian system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation\&. + +.PP +On Debian systems, the complete text of the GNU General Public License can be found in \fI/usr/share/common\-licenses/GPL\-2\fR\&. + +.SH AUTHOR +Sebastian Dröge. --- fatsort-0.9.8.3.orig/debian/fatsort.1.xml +++ fatsort-0.9.8.3/debian/fatsort.1.xml @@ -0,0 +1,118 @@ + + + + + + Sebastian + Dröge + slomo@circular-chaos.org + + + 2005 + Sebastian Dröge + + 2005-08-14 + + + fatsort + 1 + + + fatsort + utility for sorting FAT directory structures + + + + fatsort + + + + + + + + + + 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. + + + Please note, that FATSort can damage your file system, if it is in a + state of inconsistency! Use it with caution! + + + + OPTIONS + + + + + Ignore case of file names + + + + Show a help message and exit + + + + Print only file system information + + + + Print only the current order of files + + + + Sets the sort order: + + d : directories first (default) + f : files first + a : files and directory are not distinguished + + + + + + Be quiet + + + + Print version information and exit + + + + + + REPORTING BUGS + + Report bugs to fatsort@formenos.de + + + + COPYRIGHT + + This manual page was written by Sebastian Dröge + slomo@circular-chaos.org for the + Debian system (but may be used by others). + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU General Public License, + Version 2 or 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-2. + + + +