This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-math3.
commit d85b96d7f20fb6b101b0e0b0e2aa684966addc85 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 11 22:05:04 2016 +0100 Build with the DH sequencer instead of CDBS --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/rules | 11 ++++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50d8af1..f9c935d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +commons-math3 (3.5-3) UNRELEASED; urgency=medium + + * Build with the DH sequencer instead of CDBS + + -- Emmanuel Bourg <[email protected]> Mon, 11 Jan 2016 22:04:28 +0100 + commons-math3 (3.5-2) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 3c555a0..b97c020 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: default-jdk, ant, debhelper (>= 9), cdbs +Build-Depends: default-jdk, ant, debhelper (>= 9) Build-Depends-Indep: junit4, ant-optional, maven-debian-helper, libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/commons-math3.git diff --git a/debian/rules b/debian/rules index 8bd2227..1c46ea3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,12 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +export JAVA_HOME = /usr/lib/jvm/default-java -JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --buildsystem=maven -DEB_INSTALL_CHANGELOGS_ALL := RELEASE-NOTES.txt +override_dh_installchangelogs: + dh_installchangelogs -- RELEASE-NOTES.txt get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + uscan --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-math3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

