[Forensics-changes] [SCM] A data recovery tool branch, debian, updated. upstream/0.2-11-gf82322c

Daniel Baumann daniel at debian.org
Tue Jan 20 02:22:06 UTC 2009


The following commit has been merged in the debian branch:
commit 8eeb05d873db1325f7284bc86d20e7d27c1c969b
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jan 20 02:59:31 2009 +0100

    Removing useless whitespaces at EOF and EOL.

diff --git a/debian/changelog b/debian/changelog
index 6d96022..939797e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,5 +3,3 @@ safecopy (0.2-1) unstable; urgency=low
   * Initial release (Closes: #512208)
 
  -- Juan Angulo Moreno <juan at apuntale.com>  Sat, 18 Jan 2009 12:16:12 -0430
-
-
diff --git a/debian/control b/debian/control
index 3ded057..e188996 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Package: safecopy
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A data recovery tool
- Is a data recovery tool which tries to extract as much data as 
- possible from a seekable, but problematic (i.e. damaged sectors) 
- source - like floppy drives, harddisk partitions, CDs, ..., where 
+ Is a data recovery tool which tries to extract as much data as
+ possible from a seekable, but problematic (i.e. damaged sectors)
+ source - like floppy drives, harddisk partitions, CDs, ..., where
  other tools like dd would fail doe to I/O errors.
diff --git a/debian/copyright b/debian/copyright
index 6a76cdd..f8219ee 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,7 @@ License: GPL-2
  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
- 
+
 Files: debian/*
 Copyright: (C) 2008 Juan Angulo Moreno <juan at apuntale.com>
 License: GPL-3+
diff --git a/debian/rules b/debian/rules
index b65792d..458ed7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,24 +22,24 @@ endif
 
 build: build-stamp
 
-build-stamp:  config.status 
+build-stamp:  config.status
 	dh_testdir
 
 	$(MAKE)
 	touch $@
 
-clean: 
+clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) clean
 	rm -f config.sub config.guess config.log config.status
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 	$(MAKE) DESTDIR=$(CURDIR)/debian/safecopy install
 
@@ -63,4 +63,4 @@ binary-arch: build install
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/safecopy.1 b/debian/safecopy.1
index ff64aa9..1da1a2a 100644
--- a/debian/safecopy.1
+++ b/debian/safecopy.1
@@ -10,20 +10,20 @@ SAFECOPY \- A data recovery tool
 A data recovery tool.
 .PP
 .PP
-Safecopy is a data recovery tool which tries to extract as much data as 
-possible from a seekable, but problematic (i.e. damaged sectors) 
-source - like floppy drives, harddisk partitions, CDs, ..., where 
+Safecopy is a data recovery tool which tries to extract as much data as
+possible from a seekable, but problematic (i.e. damaged sectors)
+source - like floppy drives, harddisk partitions, CDs, ..., where
 other tools like dd would fail doe to I/O errors.
 .PP
-Safecopy tries to get as much data from the source as possible without 
-device dependent tricks. For example to get an ISO image from a copy 
-protected or otherwise damaged CD-ROM, cdrdao and bin2iso would possibly 
+Safecopy tries to get as much data from the source as possible without
+device dependent tricks. For example to get an ISO image from a copy
+protected or otherwise damaged CD-ROM, cdrdao and bin2iso would possibly
 do a better and faster job.
 .SH OPTIONS
 Usage: safecopy [options] <source> <target>
 .TP
 .B -b <bytes>
-.br 
+.br
 Blocksize in bytes, also used for skipping
 offset when searching for the end of a bad area.
 Set this to physical sectorsize of your media.
@@ -31,8 +31,8 @@ Default: 512
 .TP
 .B -r <bytes>
 Resolution in bytes when searching for the exact
-beginning or end of a bad area Bigger values 
-increase performace at potential costof valid data 
+beginning or end of a bad area Bigger values
+increase performace at potential costof valid data
 close to damaged areas. Default: 4
 .TP
 .B -s <blocks>
@@ -46,31 +46,31 @@ Length of data to be read. Default: size of input file.
 Show this text.
 .SH DESCRIPTION OF OUTPUT
 .TP
-.B . : 
+.B . :
 Between 1 and 1024 blocks successfully read.
 .TP
-.B _ : 
-Read was incomplete. (possibly end of file) blocksize is reduced to 
+.B _ :
+Read was incomplete. (possibly end of file) blocksize is reduced to
 read the rest.
 .TP
-.B > : 
+.B > :
 Read failed, reducing blocksize to read partial data.
 .TP
-.B [xx](+yy) : 
-current block and number of blocks (or bytes) continuously read 
+.B [xx](+yy) :
+current block and number of blocks (or bytes) continuously read
 successfully up to this point.
 .TP
-.B X : 
-Read failed on block with minimum blocksize and is skipped. Unrecoverable 
+.B X :
+Read failed on block with minimum blocksize and is skipped. Unrecoverable
 error, destination file is padded with zeros. Data is now skipped until
 end of the unreadable area is reached.
 .TP
-.B < : 
-Successfull read- test after the end of a bad area causes backtracking to 
+.B < :
+Successfull read- test after the end of a bad area causes backtracking to
 search for the first readable data.
 .TP
 .B [xx](+yy) :
-Current block and number of blocks (or bytes) of recent continuous 
+Current block and number of blocks (or bytes) of recent continuous
 unreadable data.
 .SH AUTHOR
 safecopy was written by Corvus Corax (corvuscorax at cybertrench.com)

-- 
A data recovery tool



More information about the forensics-changes mailing list