This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit b7d41d07c7fefc08033bbfb531c9eb7ea21c5e3f Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 01:43:10 2017 +0200 Updated the shell scripts --- debian/changelog | 1 + debian/cobertura-check | 2 +- debian/cobertura-instrument | 2 +- debian/cobertura-merge | 2 +- debian/cobertura-report | 2 +- debian/libcobertura-java.classpath | 1 + 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a2a8b29..a41bd55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium - Depend on junit4 instead of junit - Require Java 6 or higher for the command line tools - New dependency on ant-optional + - Updated the shell scripts * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package diff --git a/debian/cobertura-check b/debian/cobertura-check index f3d53c3..06d1c81 100755 --- a/debian/cobertura-check +++ b/debian/cobertura-check @@ -2,4 +2,4 @@ set -e JAVA_LIBS=/usr/share/java -java -cp $JAVA_LIBS/cobertura.jar:$JAVA_LIBS/asm3.jar:$JAVA_LIBS/asm3-tree.jar:$JAVA_LIBS/log4j-1.2.jar:$JAVA_LIBS/oro.jar net.sourceforge.cobertura.check.Main $* +java -cp $JAVA_LIBS/cobertura.jar net.sourceforge.cobertura.check.CheckCoverageMain $* diff --git a/debian/cobertura-instrument b/debian/cobertura-instrument index 007341d..b42bdc5 100755 --- a/debian/cobertura-instrument +++ b/debian/cobertura-instrument @@ -2,4 +2,4 @@ set -e JAVA_LIBS=/usr/share/java -java -cp $JAVA_LIBS/cobertura.jar:$JAVA_LIBS/asm3.jar:$JAVA_LIBS/asm3-tree.jar:$JAVA_LIBS/log4j-1.2.jar:$JAVA_LIBS/oro.jar net.sourceforge.cobertura.instrument.Main $* +java -cp $JAVA_LIBS/cobertura.jar net.sourceforge.cobertura.instrument.InstrumentMain $* diff --git a/debian/cobertura-merge b/debian/cobertura-merge index e74baaf..3e33245 100755 --- a/debian/cobertura-merge +++ b/debian/cobertura-merge @@ -2,4 +2,4 @@ set -e JAVA_LIBS=/usr/share/java -java -cp $JAVA_LIBS/cobertura.jar:$JAVA_LIBS/asm3.jar:$JAVA_LIBS/asm3-tree.jar:$JAVA_LIBS/log4j-1.2.jar:$JAVA_LIBS/oro.jar net.sourceforge.cobertura.merge.Main $* +java -cp $JAVA_LIBS/cobertura.jar net.sourceforge.cobertura.merge.MergeMain $* diff --git a/debian/cobertura-report b/debian/cobertura-report index be1f97c..001c77c 100755 --- a/debian/cobertura-report +++ b/debian/cobertura-report @@ -2,4 +2,4 @@ set -e JAVA_LIBS=/usr/share/java -java -cp $JAVA_LIBS/cobertura.jar:$JAVA_LIBS/asm3.jar:$JAVA_LIBS/asm3-tree.jar:$JAVA_LIBS/log4j-1.2.jar:$JAVA_LIBS/oro.jar net.sourceforge.cobertura.reporting.Main $* +java -cp $JAVA_LIBS/cobertura.jar net.sourceforge.cobertura.reporting.ReportMain $* diff --git a/debian/libcobertura-java.classpath b/debian/libcobertura-java.classpath new file mode 100644 index 0000000..cc89f36 --- /dev/null +++ b/debian/libcobertura-java.classpath @@ -0,0 +1 @@ +usr/share/java/cobertura.jar /usr/share/java/asm-all.jar /usr/share/java/oro.jar /usr/share/java/slf4j-api.jar /usr/share/java/logback-core.jar /usr/share/java/logback-classic.jar /usr/share/java/commons-lang3.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

