[Forensics-changes] [SCM] Tool to recover deleted files on FAT filesystems branch, debian, updated. upstream/1.3-6-g4034de1

Daniel Baumann daniel at debian.org
Wed Jan 21 13:29:16 UTC 2009


The following commit has been merged in the debian branch:
commit d0ee0fce2b58ea2aa19281d7c90c61b9b0958da0
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jan 21 13:46:27 2009 +0100

    Removing useless whitespaces at EOL and EOF.

diff --git a/debian/control b/debian/control
index f40c3f1..a349c97 100644
--- a/debian/control
+++ b/debian/control
@@ -13,5 +13,5 @@ Package: fatback
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: A tool for recovering files from FAT file systems
- Fatback is a forensic tool for undeleting files from Microsoft FAT file 
+ Fatback is a forensic tool for undeleting files from Microsoft FAT file
  systems.
diff --git a/debian/fatback.docs b/debian/fatback.docs
index ba8894c..e845566 100644
--- a/debian/fatback.docs
+++ b/debian/fatback.docs
@@ -1,2 +1 @@
 README
-
diff --git a/debian/manpages/fatback.1 b/debian/manpages/fatback.1
index e4688cb..4e21c9e 100644
--- a/debian/manpages/fatback.1
+++ b/debian/manpages/fatback.1
@@ -60,4 +60,3 @@ should give you access to the complete manual.
 .PP
 This manual page was written by Juan Angulo Moreno <juan at apuntale.com>,
 for the Debian project (but may be used by others).
-
diff --git a/debian/rules b/debian/rules
index a40aa7e..b4a70ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,24 +24,24 @@ endif
 
 build: build-stamp
 
-build-stamp:  config.status 
+build-stamp:  config.status
 	dh_testdir
 	touch $@
 
-clean: 
+clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 	rm -f config.sub config.guess
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	$(MAKE) DESTDIR=$(CURDIR)/debian/fatback install
@@ -67,4 +67,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

-- 
Tool to recover deleted files on FAT filesystems



More information about the forensics-changes mailing list