This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jatl.
commit d314b51d925a37d0fe817fae3064422634e9f359 Author: Emmanuel Bourg <[email protected]> Date: Sun Oct 30 00:17:59 2016 +0200 Build with the DH sequencer instead of CDBS --- debian/changelog | 1 + debian/control | 2 +- debian/rules | 6 ++---- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5221fb9..7474fe4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ jatl (0.2.2-3) UNRELEASED; urgency=medium + * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 43479a3..0b6373b 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) +Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) Build-Depends-Indep: junit4, libcommons-lang-java (>= 2.5), libmaven-bundle-plugin-java, diff --git a/debian/rules b/debian/rules index b76c54a..2080551 100755 --- a/debian/rules +++ b/debian/rules @@ -1,9 +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: 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/jatl.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

