Преглед на файлове

build: Descend into scripts on coverage-clean rule

Guillem Jover преди 10 години
родител
ревизия
c5e8c92639
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      Makefile.am
  2. 1 0
      debian/changelog

+ 1 - 0
Makefile.am

@@ -135,6 +135,7 @@ coverage-clean:
 	rm -rf doc/coverage/
 	rm -rf doc/coverage/
 	find -name '*.gcno' -o -name '*.gcda' -o \
 	find -name '*.gcno' -o -name '*.gcda' -o \
 	     -name '*.gcov' -o -name '*.lcov' | xargs rm -f
 	     -name '*.gcov' -o -name '*.lcov' | xargs rm -f
+	$(MAKE) -C scripts $@
 else
 else
 coverage:
 coverage:
 	@echo "Need to reconfigure with --enable-coverage"
 	@echo "Need to reconfigure with --enable-coverage"

+ 1 - 0
debian/changelog

@@ -18,6 +18,7 @@ dpkg (1.18.4) UNRELEASED; urgency=low
       to avoid using the system modules. Regression introduced in dpkg 1.17.8.
       to avoid using the system modules. Regression introduced in dpkg 1.17.8.
       Reported by Jérémy Bobbio <lunar@debian.org>. Closes: #801329
       Reported by Jérémy Bobbio <lunar@debian.org>. Closes: #801329
     - Use absolute buildir pathnames in PATH variable for the test suite.
     - Use absolute buildir pathnames in PATH variable for the test suite.
+    - Descend into scripts directory when cleaning up code coverage files.
   * Documentation:
   * Documentation:
     - Move description for “target architecture” from the dpkg-architecture(1)
     - Move description for “target architecture” from the dpkg-architecture(1)
       ‘-A’ option to the TERMS section. Closes: #799046
       ‘-A’ option to the TERMS section. Closes: #799046