[DRE-commits] [ruby-activeldap] 03/04: remove test/.test-result after build

Marc Dequènes duck at moszumanska.debian.org
Wed Jul 6 06:36:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

duck pushed a commit to branch master
in repository ruby-activeldap.

commit 0e03b364233d74078905bc18657d7ca9204f883b
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Wed Jul 6 08:21:28 2016 +0200

    remove test/.test-result after build
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a520943..57de8cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-activeldap (4.0.6-2) UNRELEASED; urgency=medium
   * Updated build and runtime dependencies according to gemspec, fixing
     load error (Closes: #830058).
   * Bumped Standards-Version to 3.9.8 (no changes needed)
+  * Remove test results after build.
 
  -- Marc Dequènes (Duck) <Duck at DuckCorp.org>  Wed, 06 Jul 2016 07:59:00 +0200
 
diff --git a/debian/rules b/debian/rules
index dc52aea..1271fc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,5 +30,5 @@ override_dh_installchangelogs:
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf build-doc
+	rm -rf build-doc test/.test-result
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git



More information about the Pkg-ruby-extras-commits mailing list