summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Kleine-König <ukleinek@debian.org>2016-04-14 09:03:30 +0200
committerUwe Kleine-König <ukleinek@debian.org>2016-04-14 09:04:36 +0200
commitd8166118866749fd943c586438436c96cc797931 (patch)
tree50b2a6ad5868dcc5e0b9612c6b658ebed0c1b2a4
parent3b1c099625ce4347c529156bf583d95d4076dbde (diff)
downloadrt-tests-d8166118866749fd943c586438436c96cc797931.tar.gz
rt-tests-d8166118866749fd943c586438436c96cc797931.tar.xz
[debian] refresh patches for new upstream release
-rw-r--r--debian/changelog5
-rw-r--r--debian/patches/install_hwlatdetect_into_sbindir.patch9
-rw-r--r--debian/patches/manpage_pip_stress.patch2
3 files changed, 8 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index e4a8104..5c9aa5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-rt-tests (0.96-2) UNRELEASED; urgency=medium
+rt-tests (0.97-1) UNRELEASED; urgency=medium
* debian/watch: check upstream's signature
+ * new upstream release
- -- Uwe Kleine-König <ukleinek@debian.org> Thu, 14 Apr 2016 08:59:44 +0200
+ -- Uwe Kleine-König <ukleinek@debian.org> Thu, 14 Apr 2016 09:04:08 +0200
rt-tests (0.96-1) unstable; urgency=medium
diff --git a/debian/patches/install_hwlatdetect_into_sbindir.patch b/debian/patches/install_hwlatdetect_into_sbindir.patch
index a276047..e32b152 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
-@@ -184,13 +183,10 @@
+@@ -180,13 +179,9 @@
.PHONY: install_hwlatdetect
install_hwlatdetect: hwlatdetect
@@ -42,7 +42,6 @@ Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
+ mkdir -p "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(mandir)/man8"
+ install -D -m 755 src/hwlatdetect/hwlatdetect.py $(DESTDIR)$(sbindir)/hwlatdetect
+ gzip -c src/hwlatdetect/hwlatdetect.8 >"$(DESTDIR)$(mandir)/man8/hwlatdetect.8.gz"
-+
- .PHONY: release
- release: distclean changelog
- mkdir -p releases
+
+ .PHONY: tarball
+ tarball:
diff --git a/debian/patches/manpage_pip_stress.patch b/debian/patches/manpage_pip_stress.patch
index eddb577..f31a007 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
-@@ -173,6 +173,7 @@
+@@ -169,6 +169,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"