This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bcel.
commit 1062a973567670efe4e8d923bed1f2e2f653f092 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 15 00:11:11 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 2 +- debian/maven.ignoreRules | 6 ++++++ debian/rules | 9 ++++----- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 636a80e..325143b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ bcel (6.0~rc3-3) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 -- Emmanuel Bourg <[email protected]> Fri, 15 Jul 2016 00:00:46 +0200 diff --git a/debian/control b/debian/control index 55b4840..8314884 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Torsten Werner <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends-Indep: maven-debian-helper, default-jdk, default-jdk-doc -Build-Depends: cdbs (>= 0.4.5.3), +Build-Depends: debhelper (>= 9), libmaven-javadoc-plugin-java, junit4 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index d2cedb8..da77733 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,3 +1,9 @@ org.apache.maven.plugins maven-assembly-plugin * * * * +org.apache.maven.plugins maven-checkstyle-plugin * * * * +org.apache.maven.plugins maven-pmd-plugin * * * * org.apache.maven.plugins maven-scm-publish-plugin * * * * +org.apache.rat apache-rat-plugin * * * * +org.codehaus.mojo cobertura-maven-plugin * * * * +org.codehaus.mojo findbugs-maven-plugin * * * * +org.codehaus.mojo taglist-maven-plugin * * * * diff --git a/debian/rules b/debian/rules index e9dd55b..2a12083 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,10 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +%: + dh $@ --buildsystem=maven -JAVA_HOME := /usr/lib/jvm/default-java - -DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt +override_dh_installchangelogs: + dh_installchangelogs -- RELEASE-NOTES.txt get-orig-source: uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

