On Thu, Mar 09, 2017 at 07:09:22PM +0100, Erich Schubert wrote:
> Looks good, thank you.
> Maybe "Temporarily disable test suite.", as I do want to have it back
> eventually; the latest when I prepare a new upstream.

Ok, updated patch attached.

Notes:

If you don't have a sid chroot at hand, you can upload this with
absolutely minimal fuss with "dpkg-buildpackage -S -d". That would
create a source-only upload and it would also ignore build-dependencies
(we can do that in this case because we just disable the test suite).

If you lost your GPG key please ask for a sponsor in debian-mentors
(eventually, if nobody shows, I could sponsor this upload).

After this we would ask Release Managers for a freeze exception so
that the package propagates to testing, I can do that if it helps.

Thanks.
diff -Nru elki-0.7.1/debian/changelog elki-0.7.1/debian/changelog
--- elki-0.7.1/debian/changelog 2016-09-25 15:27:58.000000000 +0200
+++ elki-0.7.1/debian/changelog 2017-03-09 23:57:00.000000000 +0100
@@ -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 <er...@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 -Nru elki-0.7.1/debian/rules elki-0.7.1/debian/rules
--- elki-0.7.1/debian/rules     2016-01-08 15:28:41.000000000 +0100
+++ elki-0.7.1/debian/rules     2017-03-09 23:55:54.000000000 +0100
@@ -14,6 +14,8 @@
        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

Reply via email to