Package: src:nanopolish
Version: 0.11.0-1
Severity: important
Tags: sid buster patch

fix autopkg test failures. Would be nice if this could be tested before upload
to unstable.
diff -Nru nanopolish-0.11.0/debian/changelog nanopolish-0.11.0/debian/changelog
--- nanopolish-0.11.0/debian/changelog	2019-01-24 08:11:19.000000000 +0000
+++ nanopolish-0.11.0/debian/changelog	2019-01-25 13:37:14.000000000 +0000
@@ -1,3 +1,10 @@
+nanopolish (0.11.0-1ubuntu2) disco; urgency=medium
+
+  * Fix autopkg test.
+  * Fix autopkg test dependency.
+
+ -- Matthias Klose <d...@ubuntu.com>  Fri, 25 Jan 2019 14:37:14 +0100
+
 nanopolish (0.11.0-1) unstable; urgency=medium
 
   * Team upload.
diff -Nru nanopolish-0.11.0/debian/tests/control nanopolish-0.11.0/debian/tests/control
--- nanopolish-0.11.0/debian/tests/control	2019-01-24 08:11:19.000000000 +0000
+++ nanopolish-0.11.0/debian/tests/control	2019-01-25 13:37:14.000000000 +0000
@@ -1 +1,2 @@
 Tests: main
+Depends: @
diff -Nru nanopolish-0.11.0/debian/tests/main nanopolish-0.11.0/debian/tests/main
--- nanopolish-0.11.0/debian/tests/main	2019-01-24 08:11:19.000000000 +0000
+++ nanopolish-0.11.0/debian/tests/main	2019-01-25 13:37:11.000000000 +0000
@@ -9,6 +9,6 @@
 
 cp -r /usr/share/doc/nanopolish/examples/data $ADTTMP/test/
 
-gunzip $ADTTMP/test/data/*.gz
+find $ADTTMP/test/data -name '*.gz' | xargs -r gunzip
 
 /usr/lib/nanopolish/nanopolish_test

Reply via email to