This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-cli.
commit 1e017e5f3952a6419b192a8c370e3d0828da2ca7 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 21 10:04:26 2017 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 1 - debian/rules | 9 +++------ 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 393010a..94f4ac7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ plexus-cli (1.2-6) UNRELEASED; urgency=low * Moved the package to Git * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 + * Build with the DH sequencer instead of CDBS -- Emmanuel Bourg <[email protected]> Fri, 21 Jul 2017 10:58:52 +0200 diff --git a/debian/control b/debian/control index 7246573..82fb308 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,6 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: tony mancill <[email protected]> Build-Depends: - cdbs, debhelper (>= 10), default-jdk, default-jdk-doc, diff --git a/debian/rules b/debian/rules index 3ecdd12..324d4e1 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 +%: + dh $@ get-orig-source: - sh -e debian/orig-tar.sh - #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/plexus-cli.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

