This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository nekohtml.
commit 12305249edc63a5f1781507c608b771f14844de4 Author: Emmanuel Bourg <[email protected]> Date: Tue Jan 19 19:33:08 2016 +0100 Removed the dependency on libjaxp1.3-java --- debian/changelog | 1 + debian/control | 4 ++-- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a932a9..3dc7cf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ nekohtml (1.9.22-1) UNRELEASED; urgency=medium * Team upload * New upstream release + * Removed the dependency on libjaxp1.3-java * Moved the package to Git -- Emmanuel Bourg <[email protected]> Tue, 19 Jan 2016 17:44:39 +0100 diff --git a/debian/control b/debian/control index ed6f0cd..0c14dee 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Marcus Better <[email protected]> Build-Depends: debhelper (>= 9), cdbs, default-jdk -Build-Depends-Indep: maven-repo-helper, ant, libxerces2-java (>= 2.9.1), libjaxp1.3-java (>> 1.3.04-3) +Build-Depends-Indep: maven-repo-helper, ant, libxerces2-java (>= 2.9.1) Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/nekohtml.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/nekohtml.git @@ -12,7 +12,7 @@ Homepage: http://nekohtml.sourceforge.net Package: libnekohtml-java Architecture: all -Depends: ${misc:Depends}, libxerces2-java (>= 2.9.1), libjaxp1.3-java (>> 1.3.04-3) +Depends: ${misc:Depends}, libxerces2-java (>= 2.9.1) Suggests: libnekohtml-java-doc (>= 1.9.21-2) Description: NekoHTML - HTML parser for Java NekoHTML is a simple HTML scanner and tag balancer that enables diff --git a/debian/rules b/debian/rules index e6db2bd..a735a14 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ include /usr/share/cdbs/1/class/ant.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) JAVA_HOME := /usr/lib/jvm/default-java -DEB_JARS := xml-apis xercesImpl +DEB_JARS := xercesImpl DEB_ANT_BUILD_TARGET := jar jar-xni doc DEB_ANT_BUILDFILE := build.xml DEB_ANT_ARGS := -Dname=$(PACKAGE) -Dversion=$(VERSION) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/nekohtml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

