[jericho-html] 08/26: jericho-html (3.1-1) UNRELEASED; urgency=low
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 3 12:42:10 UTC 2018
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 44a0587a7866572d2c79bdf10e9af5378c6e4560
Author: Michael Koch <konqueror at gmx.de>
Date: Mon Oct 5 18:55:12 2009 +0000
jericho-html (3.1-1) UNRELEASED; urgency=low
* New upstream release.
* Build-Depends on default-jdk.
* Build-Depends on debhelper >= 7.
* Fixed debian/orig-tar.sh to put file outside of current package.
* Moved package to section 'java'.
* Added myself to Uploaders.
* Updated Standards-Version to 3.8.3.
-- Michael Koch <konqueror at gmx.de> Sat, 03 Oct 2009 08:39:23 +0200
---
debian/build.xml | 7 ++++---
debian/changelog | 12 ++++++++++++
debian/control | 15 ++++++---------
debian/orig-tar.sh | 2 +-
debian/rules | 3 +--
5 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/debian/build.xml b/debian/build.xml
index 2944425..a8c8de7 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -13,9 +13,9 @@
<target name="doc"
description="create documentation">
<javadoc Windowtitle="Jericho HTML Parser ${project.version}"
- Use="true" stylesheetfile="src/css/javadoc.css"
- packagenames="au.id.jericho.lib.html"
- group="Core Package au.id.jericho.lib.html"
+ Use="true"
+ packagenames="net.htmlparser.jericho"
+ group="Core Package net.htmlparser.jericho"
sourcepath="src/java" destdir="doc/api"/>
</target>
@@ -42,6 +42,7 @@
<target name="clean"
description="clean up the build dir">
+ <delete file="jericho-html.jar"/>
<delete dir="build"/>
<delete dir="doc"/>
<delete dir="samples/CommandLine/bin"/>
diff --git a/debian/changelog b/debian/changelog
index 6f00409..b9abbc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+jericho-html (3.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Build-Depends on default-jdk.
+ * Build-Depends on debhelper >= 7.
+ * Fixed debian/orig-tar.sh to put file outside of current package.
+ * Moved package to section 'java'.
+ * Added myself to Uploaders.
+ * Updated Standards-Version to 3.8.3.
+
+ -- Michael Koch <konqueror at gmx.de> Sat, 03 Oct 2009 08:39:23 +0200
+
jericho-html (2.6-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 6cd7e6e..7567118 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,18 @@
Source: jericho-html
-Section: libs
+Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ant, java-gcj-compat-dev, libslf4j-java,
- libcommons-logging-java, liblog4j1.2-java
-Standards-Version: 3.8.0
+Uploaders: Torsten Werner <twerner at debian.org>, Varun Hiremath <varun at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: cdbs, debhelper (>= 7), ant, default-jdk
+Build-Depends-Indep: libslf4j-java, libcommons-logging-java, liblog4j1.2-java
+Standards-Version: 3.8.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
-Depends: ${shlibs:Depends}, ${misc:Depends},
- kaffe-pthreads | java1-runtime | java2-runtime
-Suggests: java-virtual-machine
+Depends: default-jre | java1-runtime | java2-runtime, ${shlibs:Depends}, ${misc:Depends}
Description: Java based library for HTML Parsing
Jericho HTML Parser is a simple but powerful java library allowing
analysis and manipulation of parts of an HTML document, including
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index a640339..31e8bf6 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -6,7 +6,7 @@
unzip $3
rm -rf jericho-html-$2/bin jericho-html-$2/doc jericho-html-$2/lib \
jericho-html-$2/samples/CommandLine/bin
-tar -c -z -f jericho-html_$2.orig.tar.gz jericho-html-$2
+tar -c -z -f ../jericho-html_$2.orig.tar.gz jericho-html-$2
rm -rf jericho-html-$2 $3
# move to directory 'tarballs'
diff --git a/debian/rules b/debian/rules
index 8fbae2f..3b395f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := build doc
DEB_JARS := commons-logging log4j-1.2 slf4j-api
@@ -16,4 +16,3 @@ install/libjericho-html-java::
get-orig-source:
uscan --upstream-version 0
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git
More information about the pkg-java-commits
mailing list