[Reproducible-commits] [dpkg] 12/54: build: Descend into scripts on coverage-clean rule
Mattia Rizzolo
mattia at debian.org
Fri Jan 15 18:53:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit c5e8c926397056044711ee9649d74c5dda2f21dc
Author: Guillem Jover <guillem at debian.org>
Date: Sun Nov 1 03:55:30 2015 +0100
build: Descend into scripts on coverage-clean rule
---
Makefile.am | 1 +
debian/changelog | 1 +
2 files changed, 2 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 78c558f..893bba3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -135,6 +135,7 @@ coverage-clean:
rm -rf doc/coverage/
find -name '*.gcno' -o -name '*.gcda' -o \
-name '*.gcov' -o -name '*.lcov' | xargs rm -f
+ $(MAKE) -C scripts $@
else
coverage:
@echo "Need to reconfigure with --enable-coverage"
diff --git a/debian/changelog b/debian/changelog
index b335c7c..449790d 100644
--- a/debian/changelog
+++ b/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.
Reported by Jérémy Bobbio <lunar at debian.org>. Closes: #801329
- Use absolute buildir pathnames in PATH variable for the test suite.
+ - Descend into scripts directory when cleaning up code coverage files.
* Documentation:
- Move description for “target architecture” from the dpkg-architecture(1)
‘-A’ option to the TERMS section. Closes: #799046
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list