This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository maven-scm.
commit bca5d203dd26d16fe3d07933e28d7c56f40584a3 Author: Markus Koschany <[email protected]> Date: Sat Aug 27 19:03:31 2016 +0200 Switch from cdbs to dh sequencer. --- debian/control | 2 +- debian/rules | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 2375ab7..fe53c81 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Ludovic Claude <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, junit (>= 3.8.2), libganymed-ssh2-java, diff --git a/debian/rules b/debian/rules index 8f6ebb8..7c05d09 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,7 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/maven.mk - -JAVA_HOME := /usr/lib/jvm/default-java -DEB_MAVEN_DOC_TARGET := install javadoc:jar javadoc:aggregate -DskipTests +%: + dh $@ --parallel --buildsystem=maven get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-scm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

