This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository libparanamer-java.
commit 217ced698562d09c654483d563206aa6cfb98ee3 Author: Markus Koschany <[email protected]> Date: Thu Sep 10 22:37:29 2015 +0200 Switch from cdbs to dh sequencer. --- debian/control | 1 - debian/rules | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 1e45b3d..1c1ebbd 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Markus Koschany <[email protected]> Build-Depends: - cdbs, debhelper (>= 9), javahelper, maven-debian-helper diff --git a/debian/rules b/debian/rules index a365327..95d75d3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,11 +1,11 @@ #!/usr/bin/make -f +export JAVA_HOME=/usr/lib/jvm/default-java -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk +%: + dh $@ --parallel --buildsystem=maven -JAVA_HOME := /usr/lib/jvm/default-java -DEB_MAVEN_BUILD_TARGET := install -DEB_INSTALL_CHANGELOGS_ALL := README.md +override_dh_installchangelogs: + dh_installchangelogs README.md get-orig-source: uscan --verbose --repack --compression xz --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

