This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz2-java.
commit 272e8f4617521b754146e2fd878f3e1adb130a9c Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 3 16:24:06 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 3 +-- debian/rules | 11 +++-------- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3d00005..2d674b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libquartz-java (1:1.8.6-2) UNRELEASED; urgency=medium * Team upload. + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.7 (no changes) * Use secure Vcs-* fields diff --git a/debian/control b/debian/control index 9db55c4..3c91dd7 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Varun Hiremath <[email protected]>, Torsten Werner <[email protected]> -Build-Depends: cdbs, - debhelper (>= 9), +Build-Depends: debhelper (>= 9), default-jdk, javahelper, maven-debian-helper (>= 1.4) diff --git a/debian/rules b/debian/rules index 1abb23b..b6ca1b8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -# http://lists.debian.org/debian-java/2011/06/msg00017.html -include /usr/share/cdbs/1/class/javahelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate +%: + dh $@ --buildsystem=maven --with javahelper get-orig-source: - uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download + uscan --download-current-version --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

