This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository devscripts.
commit a1d6de082bb47969f4376c677ed1c3b37bc3cb6e Author: Axel Beckert <[email protected]> Date: Fri Nov 10 21:38:07 2017 +0100 .gitignore += debian/debhelper-build-stamp, scripts/hardening-check{,.1} --- .gitignore | 3 +++ debian/changelog | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index eba45fb..25cddae 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ build-stamp-arch build-stamp-indep conf.default debian/*.debhelper +debian/debhelper-build-stamp debian/devscripts.debhelper.log debian/devscripts.substvars debian/devscripts/ @@ -80,6 +81,8 @@ scripts/getbuildlog scripts/git-deborig scripts/git-deborig.1 scripts/grep-excuses +scripts/hardening-check +scripts/hardening-check.1 scripts/libvfork.o scripts/libvfork.so.0 scripts/list-unreleased diff --git a/debian/changelog b/debian/changelog index 96c6cd0..b18da82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ devscripts (2.17.12) UNRELEASED; urgency=medium [ Axel Beckert ] * Add ltnu (Long Time No Upload). + * Add scripts/hardening-check{,.1} and debian/debhelper-build-stamp to + .gitignore. -- Mattia Rizzolo <[email protected]> Mon, 30 Oct 2017 07:48:10 +0100 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
