This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jericho-html.
commit 8ef6b9fbc28e869595bef6167469a712e5f8debc Author: Torsten Werner <[email protected]> Date: Sun Dec 16 10:24:11 2007 +0000 UNRELEASED (needs slf4j first) * new upstream version * Move package to Alioth. * Add Vcs and Homepage headers. * Move build.xml to debian directory. * Switch to java-gcj-compat-dev from kaffe. * Bump up Standards-Version: 3.7.3 (no changes needed). * Add missing Build-Depends. --- build.properties => debian/ant.properties | 0 build.xml => debian/build.xml | 3 +-- debian/changelog | 13 +++++++++++++ debian/control | 15 ++++++++------- debian/rules | 8 ++++---- 5 files changed, 26 insertions(+), 13 deletions(-) diff --git a/build.properties b/debian/ant.properties similarity index 100% rename from build.properties rename to debian/ant.properties diff --git a/build.xml b/debian/build.xml similarity index 91% rename from build.xml rename to debian/build.xml index 30131d0..2944425 100644 --- a/build.xml +++ b/debian/build.xml @@ -1,6 +1,5 @@ -<project name="jericho-html" basedir="." default="build"> +<project name="jericho-html" basedir=".." default="build"> - <property file="./build.properties"/> <property name="jarfile" value="${ant.project.name}-${project.version}.jar"/> diff --git a/debian/changelog b/debian/changelog index 26f6f5e..c2cbfaf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +jericho-html (2.5-1) unstable; urgency=low + + UNRELEASED (needs slf4j first) + * new upstream version + * Move package to Alioth. + * Add Vcs and Homepage headers. + * Move build.xml to debian directory. + * Switch to java-gcj-compat-dev from kaffe. + * Bump up Standards-Version: 3.7.3 (no changes needed). + * Add missing Build-Depends. + + -- Torsten Werner <[email protected]> Sun, 16 Dec 2007 11:23:44 +0100 + jericho-html (2.3-1) unstable; urgency=low * Initial release (Closes: #352591) diff --git a/debian/control b/debian/control index b4787e9..84ab024 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,14 @@ Source: jericho-html Section: libs Priority: optional -Maintainer: Torsten Werner <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 5), kaffe -Standards-Version: 3.7.2 -X-XS-Vcs-Svn: http://bollin.googlecode.com/svn/jericho-html/trunk +Maintainer: Debian Java Maintainers <[email protected]> +Uploaders: Torsten Werner <[email protected]> +Build-Depends: ant, cdbs, debhelper (>= 5), java-gcj-compat-dev, + libcommons-logging-java, liblog4j1.2-java +Standards-Version: 3.7.3 +Homepage: http://jerichohtml.sourceforge.net +Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jericho-html/ +Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/jericho-html Package: libjericho-html-java Architecture: all @@ -18,6 +22,3 @@ Description: Java based library for HTML Parsing unrecognised or invalid HTML. . It also provides high-level HTML form manipulation functions. - . - Homepage: http://jerichohtml.sourceforge.net - diff --git a/debian/rules b/debian/rules index 3643b74..bfdf61c 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,10 @@ include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk -JAVA_HOME = /usr/lib/kaffe - -DEB_ANT_INSTALL_TARGET = install -Ddestdir=$(DEB_DESTDIR) -DEB_ANT_CLEAN_TARGET = clean +JAVA_HOME := /usr/lib/jvm/java-gcj +DEB_ANT_BUILDFILE := debian/build.xml +DEB_ANT_INSTALL_TARGET := install -Ddestdir=$(DEB_DESTDIR) +DEB_JARS := commons-logging log4j-1.2 install/libjericho-html-java:: dh_link /usr/share/java/jericho-html-$(DEB_UPSTREAM_VERSION).jar \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

