From 25b0ed59068e957fa86d7ce83d0d2724a12f7e32 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 9 Oct 2007 00:39:17 +0200 Subject: [PATCH] debian/rules: Call $(MAKE) check during build --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6606bb08..528eb886 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,9 @@ dpkg (1.14.8) UNRELEASED; urgency=low shared library that is actively used, then it will fail. This can be disabled with the option --ignore-missing-info. Closes: #10807 + [ Frank Lichtenheld ] + * Add $(MAKE) check to build target + [ Updated dpkg translations ] * Polish (Robert Luberda). diff --git a/debian/rules b/debian/rules index 836d0a5a..e08bf3ec 100755 --- a/debian/rules +++ b/debian/rules @@ -59,6 +59,7 @@ build: build-tree/config.status dh_testdir cd build-tree && $(MAKE) + cd build-tree && $(MAKE) check # Install the package underneath debian/tmp install: build -- 2.39.5