This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository rhino.
commit 2cd2826a9503fda1f9a7c53c9a1c7179d1f0693d Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 19 15:17:01 2017 +0100 Removed the build dependency on libxmlbeans-java --- debian/ant.properties | 5 ----- debian/changelog | 1 + debian/control | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties deleted file mode 100644 index d12aeef..0000000 --- a/debian/ant.properties +++ /dev/null @@ -1,5 +0,0 @@ -xbean.jar=/usr/share/java/xmlbeans.jar - -# JSR 173 (StAX) in included in JDK 6 -# Just set property to xmlbeans, to get build system happy -jsr173.jar=/usr/share/java/xmlbeans.jar diff --git a/debian/changelog b/debian/changelog index 4be646e..cea3c4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ rhino (1.7.7-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Removed 04_bug_798642_800616.diff (fixed upstream) + - Removed the build dependency on libxmlbeans-java * Removed the transitional package rhino-doc * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 213a0c6..55f6234 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: ant, debhelper (>= 10), default-jdk, javahelper, - libxmlbeans-java, maven-repo-helper Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/rhino.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rhino.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

