This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-core.
commit 4dfab22ee0e8dd6730881bf7f38ca3fffe30fbf4 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 5 18:51:58 2013 +0200 New upstream release (4.3) Added a build dependency on libbuild-helper-maven-plugin-java Added maven-checkstyle-plugin to the list of ignored dependencies debian/rules: Generate Java 1.5 compatible bytecode --- debian/control | 1 + debian/maven.ignoreRules | 1 + debian/maven.rules | 1 + debian/rules | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8253a01..a1edf97 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 7.0.50~), default-jdk, + libbuild-helper-maven-plugin-java, libmaven-antrun-plugin-java, libmaven-assembly-plugin-java (>= 2.2~beta5), libmaven-bundle-plugin-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 0770d33..8a46139 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -22,6 +22,7 @@ commons-logging commons-logging * * * * junit junit * * * * org.apache.httpcomponents maven-notice-plugin * * * * org.apache.maven.plugins maven-assembly-plugin * * * * +org.apache.maven.plugins maven-checkstyle-plugin * * * * org.apache.maven.plugins maven-javadoc-plugin * * * * org.apache.maven.plugins maven-jxr-plugin * * * * org.apache.maven.plugins maven-project-info-reports-plugin * * * * diff --git a/debian/maven.rules b/debian/maven.rules index 62f4c39..c40fba4 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -17,3 +17,4 @@ # junit junit jar s/3\..*/3.x/ org.mockito mockito-core jar s/.*/debian/ * * +org.codehaus.mojo build-helper-maven-plugin * s/1.8/1.7/ * * diff --git a/debian/rules b/debian/rules index 98c2138..cef1d84 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ override_dh_auto_build: mh_patchpoms -plibhttpcore-java --debian-build --keep-pom-version # Some tests of httpcore-nio fail on debomatic, # while work fine in my cowbuilder. - mvn-debian -Dmaven.test.skip=true package + mvn-debian -Dmaven.test.skip=true package -Dmaven.compiler.source=1.5 -Dmaven.compiler.target=1.5 override_dh_auto_install: dh_auto_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

