debian/rules: override dh_auto_test until "make check" is fixed
authorIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 19:50:57 +0000 (20:50 +0100)
committerIan Beckwith <ianb@erislabs.net>
Mon, 19 Apr 2010 19:50:57 +0000 (20:50 +0100)
debian/changelog
debian/rules

index 2ef8dcf..6a91836 100644 (file)
@@ -4,8 +4,10 @@ gnulib (20100419+stable-1) unstable; urgency=low
   * Refresh 01-gnulib-directory.patch.
   * debian/rules:
     + Remove 'upstream' target - not needed now we use stable snapshot tarballs.
+    + Temporarily override dh_auto_test, until 'make check' is fixed
+      (reported upstream).
 
- -- Ian Beckwith <ianb@debian.org>  Mon, 19 Apr 2010 20:47:24 +0100
+ -- Ian Beckwith <ianb@debian.org>  Mon, 19 Apr 2010 20:50:29 +0100
 
 gnulib (20100308+stable-1) unstable; urgency=low
 
index 7773deb..1ab5f14 100755 (executable)
@@ -3,6 +3,9 @@
 %:
        dh ${@} --with quilt
 
+# skip tests until 'make check' is fixed
+override_dh_auto_test:
+
 override_dh_auto_clean:
        $(MAKE) -C doc clean