[Forensics-changes] [memdump] 01/01: Imported Debian patch 1.01-6.1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Sat Feb 28 23:50:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository memdump.

commit cf6ff3d083e9f44f0a489810c414bf808a032d96
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Sep 27 23:24:14 2012 +0200

    Imported Debian patch 1.01-6.1
---
 debian/changelog               |  7 +++++++
 debian/control                 |  2 +-
 debian/patches/02-linux3.patch | 14 +++++++++++++
 debian/patches/series          |  1 +
 debian/rules                   | 46 ++++++++++++++++++++++++++++++++++++++----
 5 files changed, 65 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7061837..65a1472 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+memdump (1.01-6.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Adding patch to fix FTBFS on Linux 3.x systems (Closes: #688510)
+
+ -- Hilko Bengen <bengen at debian.org>  Thu, 27 Sep 2012 23:24:14 +0200
+
 memdump (1.01-6) unstable; urgency=low
 
   * Updating package to standards version 3.8.2.
diff --git a/debian/control b/debian/control
index 0e00850..9e05838 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Juan Angulo Moreno <juan at apuntale.com>
 Build-Depends: debhelper (>= 7), quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.8.2
 Homepage: http://www.porcupine.org/forensics/
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/memdump.git
 Vcs-Git: git://git.debian.net/git/debian-forensics/memdump.git
diff --git a/debian/patches/02-linux3.patch b/debian/patches/02-linux3.patch
new file mode 100644
index 0000000..f94c678
--- /dev/null
+++ b/debian/patches/02-linux3.patch
@@ -0,0 +1,14 @@
+Index: memdump/makedefs
+===================================================================
+--- memdump.orig/makedefs	2012-09-27 23:21:13.827478312 +0200
++++ memdump/makedefs	2012-09-27 23:21:36.407016917 +0200
+@@ -32,7 +32,8 @@
+ 		;;
+   Linux.2.4*)   DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+ 		;;
+-    Linux.2*)   DEFS="-DLINUX2"
++  Linux.2.6*|\
++   Linux.3.*)   DEFS="-DLINUX2"
+ 		;;
+ 	GNU*)   DEFS="-DLINUX2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
+ 		;;
diff --git a/debian/patches/series b/debian/patches/series
index 5e1f57d..7cc0e9a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-hurd.patch
+02-linux3.patch
diff --git a/debian/rules b/debian/rules
index 4c0b5b3..0e23c88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,45 @@
 #!/usr/bin/make -f
 
-%:
-	dh ${@} --with quilt
+include /usr/share/quilt/quilt.make
 
-override_dh_auto_install:
-	# nothing to be done
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	$(MAKE) clean
+
+	dh_clean
+
+build: build-stamp
+build-stamp: patch
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+install:
+
+binary: binary-arch
+
+binary-arch: build
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_install
+	dh_installman
+	dh_lintian
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-indep:
+
+.PHONY: clean build install binary binary-arch binary-indep

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/memdump.git



More information about the forensics-changes mailing list