summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@debian.org>2016-06-19 22:44:55 +0200
committerUwe Kleine-König <ukleinek@debian.org>2016-06-19 22:45:26 +0200
commit84b35b99ab0b18309c84f47d230fd32efb0b27e9 (patch)
tree860274285745573ff6a0d8059bc17c3208384e9b
parent30de8fa94d428e3530b13c5c1cc440a2bf29e810 (diff)
downloadrt-tests-84b35b99ab0b18309c84f47d230fd32efb0b27e9.tar.gz
rt-tests-84b35b99ab0b18309c84f47d230fd32efb0b27e9.tar.xz
[debian] refresh patches for new upstream release
-rw-r--r--debian/patches/debian_has_recent_glibc.patch2
-rw-r--r--debian/patches/install_hwlatdetect_into_sbindir.patch2
-rw-r--r--debian/patches/manpage_pip_stress.patch2
3 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/debian_has_recent_glibc.patch b/debian/patches/debian_has_recent_glibc.patch
index 259e9a0..0af6628 100644
--- a/debian/patches/debian_has_recent_glibc.patch
+++ b/debian/patches/debian_has_recent_glibc.patch
@@ -25,7 +25,7 @@ Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
DESTDIR ?=
prefix ?= /usr/local
bindir ?= $(prefix)/bin
-@@ -135,7 +134,7 @@
+@@ -136,7 +135,7 @@
hackbench: $(OBJDIR)/hackbench.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
diff --git a/debian/patches/install_hwlatdetect_into_sbindir.patch b/debian/patches/install_hwlatdetect_into_sbindir.patch
index e32b152..4fe4705 100644
--- a/debian/patches/install_hwlatdetect_into_sbindir.patch
+++ b/debian/patches/install_hwlatdetect_into_sbindir.patch
@@ -28,7 +28,7 @@ Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
ifndef DEBUG
CFLAGS += -O2
else
-@@ -180,13 +179,9 @@
+@@ -181,13 +180,9 @@
.PHONY: install_hwlatdetect
install_hwlatdetect: hwlatdetect
diff --git a/debian/patches/manpage_pip_stress.patch b/debian/patches/manpage_pip_stress.patch
index f31a007..708b140 100644
--- a/debian/patches/manpage_pip_stress.patch
+++ b/debian/patches/manpage_pip_stress.patch
@@ -41,7 +41,7 @@ Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+was written by John Kacur <jkacur@redhat.com>.
--- a/Makefile
+++ b/Makefile
-@@ -169,6 +169,7 @@
+@@ -170,6 +170,7 @@
gzip -c src/backfire/backfire.4 >"$(DESTDIR)$(mandir)/man4/backfire.4.gz"
gzip -c src/cyclictest/cyclictest.8 >"$(DESTDIR)$(mandir)/man8/cyclictest.8.gz"
gzip -c src/pi_tests/pi_stress.8 >"$(DESTDIR)$(mandir)/man8/pi_stress.8.gz"