summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Schubert <erich@debian.org>2017-03-09 23:57:00 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-03-09 22:30:48 +0000
commit895b8e31c6cef474f8ff3259e24adf88ede97fc4 (patch)
treee8cb5efe4c9dce25ae635699fdad69b8ce5fd388
parent01c307bd05626cc38d3c19d6bc9781cd787a6c6c (diff)
Import Debian changes 0.7.1-3
elki (0.7.1-3) unstable; urgency=medium * Temporarily disable test suite. Some tests seem to be time-dependent and are known not to work everywhere. Closes: #843038.
-rw-r--r--debian/changelog7
-rwxr-xr-xdebian/rules2
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0b357042..c6e3ef9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+elki (0.7.1-3) unstable; urgency=medium
+
+ * Temporarily disable test suite. Some tests seem to be time-dependent
+ and are known not to work everywhere. Closes: #843038.
+
+ -- Erich Schubert <erich@debian.org> Thu, 09 Mar 2017 23:57:00 +0100
+
elki (0.7.1-2) unstable; urgency=low
* Cherry-pick bugfix for single-core systems (Closes: #834739)
diff --git a/debian/rules b/debian/rules
index 85c68c10..d5b56503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ override_dh_auto_configure:
find elki addons data -type f -executable -exec chmod -x {} \+
dh_auto_configure -O--buildsystem=maven
+override_dh_auto_test:
+
#build:
# mh_patchpoms -pelki
# $(MVN) --offline -Psvg,svm -DskipTests=true package