[Forensics-changes] [SCM] utility to dump memory contents to standard output branch, debian, updated. debian/1.01-5-5-g7b875dd
Daniel Baumann
daniel at debian.org
Thu Jul 9 10:26:34 UTC 2009
The following commit has been merged in the debian branch:
commit ecb805ea11c44c6e4485feb0656dd86aa13f2a4d
Author: Daniel Baumann <daniel at debian.org>
Date: Thu Jul 9 12:13:18 2009 +0200
Adding patch from Barry deFreese <bdefreese at debian.org> to fix FTBFS on Debian GNU/Hurd (Closes: #532390).
diff --git a/debian/control b/debian/control
index 786ed01..9e05838 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)
+Build-Depends: debhelper (>= 7), quilt
Standards-Version: 3.8.2
Homepage: http://www.porcupine.org/forensics/
Vcs-Browser: http://git.debian.net/?p=debian-forensics/memdump.git
diff --git a/debian/patches/01-hurd.patch b/debian/patches/01-hurd.patch
new file mode 100644
index 0000000..55bec05
--- /dev/null
+++ b/debian/patches/01-hurd.patch
@@ -0,0 +1,15 @@
+Author: Barry deFreese <bdefreese at debian.org>
+Description: Fixing FTBFS on Debian GNU/Hurd (Closes: #532390).
+
+diff -Naurp memdump.orig/makedefs memdump/makedefs
+--- memdump.orig/makedefs 2009-07-09 11:41:51.000000000 +0200
++++ memdump/makedefs 2009-07-09 12:10:04.000000000 +0200
+@@ -34,6 +34,8 @@ SunOS.5.[0-5]*) DEFS="-DSUNOS5 -DUSE_PRE
+ ;;
+ Linux.2*) DEFS="-DLINUX2"
+ ;;
++ GNU*) DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
++ ;;
+ *) echo unsupported system: $SYSTEM.$RELEASE 1>&2; exit 1
+ ;;
+ esac
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5e1f57d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-hurd.patch
diff --git a/debian/rules b/debian/rules
index fb3c519..0e23c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-clean:
+include /usr/share/quilt/quilt.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
dh_testdir
$(MAKE)
--
utility to dump memory contents to standard output
More information about the forensics-changes
mailing list