--- fatsort-0.9.4.orig/debian/compat +++ fatsort-0.9.4/debian/compat @@ -0,0 +1 @@ +4 --- fatsort-0.9.4.orig/debian/watch +++ fatsort-0.9.4/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://download.berlios.de/fatsort/fatsort-(.*)\.tar\.gz --- fatsort-0.9.4.orig/debian/rules +++ fatsort-0.9.4/debian/rules @@ -0,0 +1,21 @@ +#!/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_MAKE_BUILD_TARGET := fatsort +DEB_MAKE_INSTALL_TARGET := +DEB_MAKE_CHECK_TARGET := + +DEB_INSTALL_MANPAGES_fatsort := debian/fatsort.1 + +install/fatsort:: + dh_install 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.4.orig/debian/fatsort.1.xml +++ fatsort-0.9.4/debian/fatsort.1.xml @@ -0,0 +1,118 @@ + + + + + + Sebastian + Dröge + mail@slomosnail.de + + + 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 + mail@slomosnail.de 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. + + + + --- fatsort-0.9.4.orig/debian/control +++ fatsort-0.9.4/debian/control @@ -0,0 +1,19 @@ +Source: fatsort +Section: utils +Priority: optional +Maintainer: Sebastian Dröge +Build-Depends: cdbs (>= 0.4.20), debhelper (>= 4.1.0), xsltproc, docbook-xsl, docbook-xml (>= 4.4) +Standards-Version: 3.6.2 + +Package: fatsort +Architecture: any +Section: utils +Depends: ${shlibs: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. + . + http://fatsort.berlios.de/ --- fatsort-0.9.4.orig/debian/copyright +++ fatsort-0.9.4/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.4.orig/debian/changelog +++ fatsort-0.9.4/debian/changelog @@ -0,0 +1,6 @@ +fatsort (0.9.4-1) unstable; urgency=low + + * Initial Revision (Closes: #333084) + + -- Sebastian Dröge Fri, 9 Sep 2005 15:43:36 +0200 +