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

Daniel Baumann daniel at debian.org
Wed Jan 21 13:43:34 UTC 2009


The following commit has been merged in the debian branch:
commit fb6d91cd35fddf7016a3d801cbaa1bc58893feea
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jan 21 14:34:43 2009 +0100

    Adding patch to fix bad whatis entry in manpage and adjust reference to info page.

diff --git a/debian/control b/debian/control
index b5d5eb6..d79f2c8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Juan Angulo Moreno <juan at apuntale.com>
-Build-Depends: debhelper (>= 7), autotools-dev, flex
+Build-Depends: debhelper (>= 7), autotools-dev, quilt, flex
 Standards-Version: 3.8.0
 Homepage: http://fatback.sourceforge.net
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/fatback.git
diff --git a/debian/patches/01-manpage.patch b/debian/patches/01-manpage.patch
new file mode 100644
index 0000000..ecc8d59
--- /dev/null
+++ b/debian/patches/01-manpage.patch
@@ -0,0 +1,24 @@
+Author: Daniel Baumann
+Description: Fixing bad whatis entry and adjusting reference to info page.
+
+diff -Naurp fatback.orig/fatback.1 fatback/fatback.1
+--- fatback.orig/fatback.1	2009-01-21 13:22:03.000000000 +0000
++++ fatback/fatback.1	2009-01-21 13:31:25.000000000 +0000
+@@ -1,7 +1,7 @@
+ .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
+-.TH FATBACK "1" "February 2001" "fatback v0.1.1" FSF
++.TH FATBACK "1" "February 2001" "fatback" FSF
+ .SH NAME
+-fatback \- manual page for fatback v0.1.1
++fatback \- manual page for fatback
+ .SH SYNOPSIS
+ .B fatback
+ [\fIFILE\fR] [\fIOPTION\fR]...
+@@ -53,6 +53,6 @@ and
+ .B fatback
+ programs are properly installed at your site, the command
+ .IP
+-.B info fatback
++.B info fatback-manual
+ .PP
+ should give you access to the complete manual.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..9d05b2b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-manpage.patch
diff --git a/debian/rules b/debian/rules
index 357c84a..2b326ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/quilt/quilt.make
+
 DEB_HOST_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE	?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
@@ -9,7 +11,7 @@ else
 	CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -19,7 +21,7 @@ clean:
 
 	dh_clean
 
-config.status: configure
+config.status: configure patch
 	dh_testdir
 
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""

-- 
Tool to recover deleted files on FAT filesystems



More information about the forensics-changes mailing list