Просмотр исходного кода

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

Frank Lichtenheld лет назад: 19
Родитель
Сommit
25b0ed5906
2 измененных файлов с 4 добавлено и 0 удалено
  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