Thanks to Ian Jackson. Closes: #386210
* Few file descriptor cleanup and error handling fixes.
Thanks to Ian Jackson. Closes: #443338
+ * Move test suite invokation to a new check target in debian/rules.
[ Raphael Hertzog ]
* Add a warning displayed by dpkg-genchanges if the current version is
dh_testdir
cd build-tree && $(MAKE)
+
+# Run the test suites
+check: build
+ dh_testdir
+
cd build-tree && $(MAKE) check
# Install the package underneath debian/tmp
-install: build
+install: check
dh_testdir
dh_testroot
dh_clean -k
dh_clean
-.PHONY: build install binary-arch binary-indep binary clean
+.PHONY: build check install binary-arch binary-indep binary clean