[Pkg-telepathy-commits] ./packages/unstable/telepathy-spec r29: Skip 'make check', it's not very meaningful

Simon McVittie smcv at debian.org
Fri May 9 11:23:13 UTC 2008


------------------------------------------------------------
revno: 29
committer: Simon McVittie <smcv at debian.org>
branch nick: telepathy-spec-unstable
timestamp: Fri 2008-05-09 12:23:13 +0100
message:
  Skip 'make check', it's not very meaningful
modified:
  rules
-------------- next part --------------
=== modified file 'rules'
--- a/rules	2008-05-09 11:13:10 +0000
+++ b/rules	2008-05-09 11:23:13 +0000
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+# skip "make check", it's not actually very useful in this package
 build:
-	dh build
+	dh build --before test
+	dh build --after test
 
 clean:
 	dh clean



More information about the Pkg-telepathy-commits mailing list