[gradle-debian-helper] 05/06: Documented how to run the tests of the packaged project

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 6 07:58:49 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository gradle-debian-helper.

commit 6879d17b6c5adf1b25f1bf5be82a4d274149dde8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 6 09:58:14 2016 +0200

    Documented how to run the tests of the packaged project
---
 README.txt       | 7 ++++++-
 debian/changelog | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.txt b/README.txt
index 3ab39f2..ad8dfc8 100644
--- a/README.txt
+++ b/README.txt
@@ -22,12 +22,17 @@ Usage
 
 3. Create debian/maven.rules and/or debian.maven.ignoreRules with the dependency rules
 
-4. For building only some subprojects and ignoring the other,
+4. For building only some subprojects and ignoring the others,
    pass Gradle parameters to dh_auto_build:
 
     override_dh_auto_build:
             dh_auto_build -- :project1:jar :project2:jar
 
+5. For running tests, override dh_auto_test and call dh_auto_build:
+
+    override_dh_auto_test:
+            dh_auto_build -- check
+
 
 Limitations
 -----------
diff --git a/debian/changelog b/debian/changelog
index e18651d..2f8dff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gradle-debian-helper (1.2) UNRELEASED; urgency=medium
 
   * Tightened the dependency on gradle (>= 2.5)
   * Install the README file in the binary package
+  * Documented how to run the tests of the packaged project
   * Build with the DH sequencer instead of CDBS
   * Use secure Vcs-* URLs
   * Standards-Version updated to 3.9.8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-debian-helper.git



More information about the pkg-java-commits mailing list