summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2015-07-14 12:40:07 +0200
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2015-07-14 16:46:37 +0200
commit9d22a41a7047e6462c28a11203bf30b7657a4b53 (patch)
treee027da54c624111d808081e2d3ff1acf51d4975b /debian/patches
parentf219abfed720305c13875c3c63f9240cf63f78bc (diff)
Packaging 8.5beta1
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0002-Disable-micromega-tests-on-Hurd.patch25
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/0002-Disable-micromega-tests-on-Hurd.patch b/debian/patches/0002-Disable-micromega-tests-on-Hurd.patch
deleted file mode 100644
index 2d2ef7c0..00000000
--- a/debian/patches/0002-Disable-micromega-tests-on-Hurd.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Stephane Glondu <steph@glondu.net>
-Date: Fri, 22 Nov 2013 14:33:52 +0100
-Subject: Disable micromega tests on Hurd
-
-They exert lockf, which is not implemented on Hurd.
----
- test-suite/Makefile | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/test-suite/Makefile b/test-suite/Makefile
-index cd5886f..9418be2 100644
---- a/test-suite/Makefile
-+++ b/test-suite/Makefile
-@@ -74,6 +74,10 @@ BUGS := bugs/opened/shouldnotfail bugs/opened/shouldnotsucceed \
- VSUBSYSTEMS := prerequisite success failure $(BUGS) output \
- interactive micromega $(COMPLEXITY) modules
-
-+ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH_OS),hurd)
-+ VSUBSYSTEMS := $(filter-out micromega,$(VSUBSYSTEMS))
-+endif
-+
- # All subsystems
- SUBSYSTEMS := $(VSUBSYSTEMS) misc bugs ide
-
---
diff --git a/debian/patches/series b/debian/patches/series
index a2649778..53d51a16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
0001-test-suite-success-Nsatz.v-comment-out-Ceva.patch
-0002-Disable-micromega-tests-on-Hurd.patch