This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository jboss-logmanager.
commit a837dc9c4740c95dd619bc8154bf3d9557f087ea Author: Markus Koschany <[email protected]> Date: Sun Oct 11 14:38:34 2015 +0200 Switch from cdbs to dh sequencer. --- debian/changelog | 1 + debian/control | 6 ++---- debian/rules | 9 ++++----- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index f26b6a4..6c5c295 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jboss-logmanager (2.0.3-1) unstable; urgency=medium * Imported Upstream version 2.0.3. + * Switch from cdbs to dh sequencer. -- Markus Koschany <[email protected]> Sun, 11 Oct 2015 14:36:27 +0200 diff --git a/debian/control b/debian/control index cadc330..9a9e075 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Markus Koschany <[email protected]> Build-Depends: - cdbs, debhelper (>= 9), default-jdk, - maven-debian-helper (>= 1.5) -Build-Depends-Indep: default-jdk-doc, junit4, libjboss-modules-java, @@ -17,7 +14,8 @@ Build-Depends-Indep: libmaven-bundle-plugin-java, libmaven-enforcer-plugin-java, libmaven-javadoc-plugin-java, - libmaven-source-plugin-java + libmaven-source-plugin-java, + maven-debian-helper (>= 1.5) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/jboss-logmanager.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jboss-logmanager.git diff --git a/debian/rules b/debian/rules index 261ec16..2cc7e6c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +1,8 @@ #!/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 - -JAVA_HOME := /usr/lib/jvm/default-java +%: + dh $@ --parallel --buildsystem=maven get-orig-source: - uscan --download-current-version --force-download --rename + uscan --verbose --download-current-version --force-download --rename -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logmanager.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

