This is an automated email from the git hooks/post-receive script. eugene pushed a commit to branch stretch in repository saxonhe.
commit 94d716241ecf2c1927065de6b88e47546a88716d Author: Eugene Zhukov <[email protected]> Date: Wed Oct 19 22:08:36 2016 +0300 Branch out for upload to unstable --- debian/README.Debian | 2 +- debian/changelog | 6 ++++++ debian/control | 13 ++++++------- debian/rules | 6 ++---- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 1d75d29..cc62954 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -58,7 +58,7 @@ declarations whose names begin with “java;” and (d) passes the TCK. In other words: Saxon, as an implementation of the XQJ specification, takes advantage -of the copyright license granted by Oracle, and satisifies the terms +of the copyright license granted by Oracle, and satisfies the terms of this license insofar as it is a complete implementation of the specification and passes the TCK. diff --git a/debian/changelog b/debian/changelog index 64316a1..6a53675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +saxonhe (9.5.1.1+dfsg-2) UNRELEASED; urgency=medium + + * Switch away from CDBS to debhelper + + -- Eugene Zhukov <[email protected]> Mon, 15 Feb 2016 07:35:02 +0000 + saxonhe (9.5.1.1+dfsg-1) unstable; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index 42d72cf..c5fb744 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,19 @@ Source: saxonhe Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Eugene Zhukov <[email protected]> +Uploaders: Eugene Zhukov <[email protected]> Build-Depends: debhelper (>= 9), - cdbs, default-jdk, - maven-debian-helper (>= 1.6.1) -Build-Depends-Indep: libmaven-antrun-plugin-java, + maven-debian-helper (>= 1.6.1), + libmaven-antrun-plugin-java, libdom4j-java, libjdom1-java (>= 1.1), libxml-commons-resolver1.1-java (>= 1.2), libxom-java, libcomment-preprocessor-java -Standards-Version: 3.9.5 -Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/saxonhe -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/saxonhe/ +Standards-Version: 3.9.7 +Vcs-Git: https://anonscm.debian.org/git/pkg-java/saxonhe.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/saxonhe.git Homepage: http://www.saxonica.com/ Package: libsaxonhe-java diff --git a/debian/rules b/debian/rules index dbdade9..0c80ab3 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 $@ --parallel --buildsystem=maven get-orig-source: uscan --verbose --download-current-version --force-download --rename --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/saxonhe.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

