[Forensics-changes] [SCM] recover files/disks with damaged sectors branch, debian, updated. debian/0.19-1-1-g44d8738

Daniel Baumann daniel at debian.org
Thu Nov 6 15:16:51 UTC 2008


The following commit has been merged in the debian branch:
commit 44d8738ef6c4bc4edf8fcf55d4ce52e2b8f207c5
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Nov 6 16:15:06 2008 +0100

    Adding patch from A. Costa <agcosta at gis.net> to fix spelling errors in manpage (Closes: #504541).

diff --git a/debian/control b/debian/control
index 1a66f62..93209a1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), dpatch
 Standards-Version: 3.8.0
 Homepage: http://www.vanheusden.com/recoverdm/
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/recoverdm.git
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..54ee151
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1 @@
+01-manpage.dpatch
diff --git a/debian/patches/01-manpage.dpatch b/debian/patches/01-manpage.dpatch
new file mode 100644
index 0000000..833b0f2
--- /dev/null
+++ b/debian/patches/01-manpage.dpatch
@@ -0,0 +1,33 @@
+#!/bin/sh /usr/share/dpatch/dpatch-run
+## 01-manpage.dpatch by A. Costa <agcosta at gis.net>
+##
+## DP: Fix manpage spelling errors (Closes: #504541).
+
+ at DPATCH@
+
+diff -Naurp recoverdm.orig/recoverdm.1 recoverdm/recoverdm.1
+--- recoverdm.orig/recoverdm.1	2008-10-19 15:07:11.000000000 +0000
++++ recoverdm/recoverdm.1	2008-11-06 15:11:03.000000000 +0000
+@@ -10,11 +10,11 @@ recoverdm \- recover files\/disks with d
+ .LP
+ .I recoverdm
+ This program will help you recover disks with bad sectors. You can recover files as well complete devices.
+-In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the outputfile and continues.
++In case if finds sectors which simply cannot be recoverd, it writes an empty sector to the output file and continues.
+ If you're recovering a CD or a DVD and the program cannot read the sector in "normal mode",
+ then the program will try to read the sector in "RAW mode" (without error-checking etc.).
+ This toolkit also has a utility called 'mergebad': mergebad merges multiple images into one.
+-This can be usefull when you have, for example, multiple CD's with the same data which are all damaged.
++This can be useful when you have, for example, multiple CD's with the same data which are all damaged.
+ In such case, you can then first use recoverdm to retrieve the data from the damaged CD's into image-files and then combine them into one image with mergebad.
+ .SH OPTIONS
+ .TP
+@@ -28,7 +28,7 @@ is the device or file you want to recove
+ is the file where to write to. This file should not already exists.
+ .TP
+ .I "\-l list"
+-This file will contain the offsets of the bad blocks as well as the size of the badblocks.
++This file will contain the offsets of the bad blocks as well as the size of the bad blocks.
+ This file can be used together with the image with the mergebad utility.
+ .TP
+ .I "\-n retries"
diff --git a/debian/rules b/debian/rules
index e0d79fd..0bc172e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
-clean:
+include /usr/share/dpatch/dpatch.make
+
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -10,7 +12,7 @@ clean:
 	dh_clean
 
 build: build-stamp
-build-stamp:
+build-stamp: patch-stamp
 	dh_testdir
 
 	$(MAKE)

-- 
recover files/disks with damaged sectors



More information about the forensics-changes mailing list