Explorar o código

debian/rules: Call $(MAKE) check during build

Frank Lichtenheld %!s(int64=19) %!d(string=hai) anos
pai
achega
25b0ed5906
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      debian/changelog
  2. 1 0
      debian/rules

+ 3 - 0
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).
 

+ 1 - 0
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