This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository nekohtml.
commit 221558170b05f016f58fa78a5ec5c2bc0fe15899 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 23 09:45:00 2013 +0000 Use canonical URLs for the Vcs-* fields Updated Standards-Version to 3.9.4 (no changes) Removed Michael Koch from the uploaders (Closes: #654124) Improved the package description Build depend on debhelper >= 9 debian/rules: Improved the clean target debian/copyright: Updated the Format URI Use XZ compression for the upstream tarball --- debian/changelog | 15 +++++++++++++++ debian/compat | 2 +- debian/control | 20 ++++++++++---------- debian/copyright | 4 ++-- debian/orig-tar.sh | 4 ++-- debian/rules | 2 +- 6 files changed, 31 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 31f5462..09212c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +nekohtml (1.9.15-2) UNRELEASED; urgency=low + + * Team upload. + * debian/control: + - Use canonical URLs for the Vcs-* fields + - Updated Standards-Version to 3.9.4 (no changes) + - Removed Michael Koch from the uploaders (Closes: #654124) + - Improved the package description + * Build depend on debhelper >= 9 + * debian/rules: Improved the clean target + * debian/copyright: Updated the Format URI + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Wed, 23 Oct 2013 11:28:12 +0200 + nekohtml (1.9.15-1) unstable; urgency=low * Team upload. diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 7b7d2d2..0dff164 100644 --- a/debian/control +++ b/debian/control @@ -2,20 +2,20 @@ Source: nekohtml Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Marcus Better <[email protected]>, Michael Koch <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, default-jdk +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) -Standards-Version: 3.9.2 -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/nekohtml -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/nekohtml/ -Homepage: http://nekohtml.sourceforge.net/ +Standards-Version: 3.9.4 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/nekohtml +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/nekohtml/ +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) Suggests: libnekohtml-java-doc -Description: HTML parser for Java - This is a simple HTML scanner and tag balancer that enables +Description: NekoHTML - HTML parser for Java + NekoHTML is a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information using standard XML interfaces. The parser can scan HTML files and "fix up" many common mistakes that human (and computer) @@ -29,8 +29,8 @@ Architecture: all Section: doc Depends: ${misc:Depends} Suggests: libnekohtml-java -Description: HTML parser for Java - This is a simple HTML scanner and tag balancer that enables +Description: NekoHTML - HTML parser for Java (Documentation) + NekoHTML is a simple HTML scanner and tag balancer that enables application programmers to parse HTML documents and access the information using standard XML interfaces. The parser can scan HTML files and "fix up" many common mistakes that human (and computer) diff --git a/debian/copyright b/debian/copyright index 87866d3..82aea4f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ -Format: http://dep.debian.net/deps/dep5/ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Neko HTML -Source: http://nekohtml.sourceforge.net/ +Source: http://nekohtml.sourceforge.net Files: * Copyright: 2002-2009 Andy Clark, Marc Guillemot diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 47de913..6bc2042 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,13 +1,13 @@ #!/bin/sh -e VERSION=$2 -TAR=../nekohtml_$VERSION.orig.tar.gz +TAR=../nekohtml_$VERSION.orig.tar.xz DIR=nekohtml-$VERSION TAG=nekohtml-$2 svn export https://nekohtml.svn.sourceforge.net/svnroot/nekohtml/branches/$TAG $DIR rm -r $DIR/lib -tar -c -z -f $TAR $DIR +tar -c -J -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' diff --git a/debian/rules b/debian/rules index 2b2427f..cd625ef 100755 --- a/debian/rules +++ b/debian/rules @@ -25,5 +25,5 @@ binary-post-install/lib$(PACKAGE)-java-doc:: dh_install -plib$(PACKAGE)-java-doc $(API_DOCS) usr/share/doc/lib$(PACKAGE)-java clean:: + mh_clean -rm -rf debian/tmp - -- 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

