This is an automated email from the git hooks/post-receive script. periapt pushed a commit to branch master in repository devscripts.
commit 648a3cf99b622c14e456644644ff90a0042e3f75 Author: Nicholas Bamber <[email protected]> Date: Sun Dec 6 13:02:17 2015 +0000 Updated .gitignore --- .gitignore | 2 ++ debian/changelog | 1 + test/test_package_lifecycle | 1 + 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 04839f9..657cc2b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ po4a/de/*.dbk po4a/de/*.pl po4a/de/*.pod po4a/translate +scripts/bash_completion/* scripts/annotate-output scripts/archpath scripts/bts @@ -105,6 +106,7 @@ scripts/tagpending.1 scripts/transition-check scripts/transition-check.1 scripts/uscan +scripts/uscan.1 scripts/uupdate scripts/what-patch scripts/who-permits-upload diff --git a/debian/changelog b/debian/changelog index b63dc2d..c4499ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ devscripts (2.15.10) UNRELEASED; urgency=medium + debuild, dscverify, dscextract, list-unreleased, debdiff * Rearranged cleanup of tests to use oneTimeSetUp/oneTimeTearDown * Streamlined structure of test/Makefile + * Updated .gitignore [ Dominique Dumont ] * licensecheck: diff --git a/test/test_package_lifecycle b/test/test_package_lifecycle index 9a91a7f..74a22ce 100755 --- a/test/test_package_lifecycle +++ b/test/test_package_lifecycle @@ -332,6 +332,7 @@ EOS oneTimeTearDown () { rm -rf ${WORKDIR}/package_lifecycle + rm -rf $GPGHOME } cd ${WORKDIR} -- 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
