This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-assembly-plugin.
commit d273abab78607347d43c00637fa55e1ce9852487 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 17 16:07:54 2017 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/rules | 9 +++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd2d1e4..fe10092 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-assembly-plugin (2.4.1-4) UNRELEASED; urgency=medium + + * Team upload. + * Build with the DH sequencer instead of CDBS + + -- Emmanuel Bourg <[email protected]> Mon, 17 Jul 2017 16:05:47 +0200 + maven-assembly-plugin (2.4.1-3) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 69be631..e64c8d4 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]>, Damien Raude-Morvan <[email protected]> -Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2~) Build-Depends-Indep: libjsr305-java, libmaven-archiver-java, libmaven-common-artifact-filters-java, diff --git a/debian/rules b/debian/rules index 160f238..5a6351f 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_PATCHPOMS_ARGS := --ignore-rules=debian/maven.ignoreRules +%: + dh $@ 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/maven-assembly-plugin.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

