Update of /cvsroot/flexml/flexml/debian
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv22838/debian
Modified Files:
rules
Log Message:
Do run the tests while building the packages (we don't want to release broken stuffs
Index: rules
===================================================================
RCS file: /cvsroot/flexml/flexml/debian/rules,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rules 23 Feb 2005 23:24:13 -0000 1.5
+++ rules 13 Jul 2006 19:08:47 -0000 1.6
@@ -12,6 +12,7 @@
build-stamp:
dh_testdir
$(MAKE) SUFF=
+ $(MAKE) test SUFF=
touch build-stamp
clean:
|