This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wsdl4j.
commit eaeed4535b1d42e0472ae80bf8e27694788204d8 Author: Torsten Werner <[email protected]> Date: Tue Jul 7 19:45:17 2009 +0000 * Fix Homepage field in debian/control. (Closes: #535583) * Move doc-base file to the correct binary package and fix it. * Add missing Depends: ${misc:Depends}. * Change Section: java. * Fix Copyright notice in debian/copyright. * Update Standards-Version: 3.8.2. --- debian/changelog | 13 +++++++++++-- debian/control | 10 ++++++---- debian/copyright | 2 +- debian/{doc-base => libwsdl4j-java-doc.doc-base} | 2 +- 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3ca5d8c..ee3d8a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,17 @@ -wsdl4j (1.6.2-2) UNRELEASED; urgency=low +wsdl4j (1.6.2-2) unstable; urgency=low + [ Matthias Klose ] * (Build-)depend on default-jre/-jdk. - -- Matthias Klose <[email protected]> Wed, 30 Jul 2008 18:54:08 +0000 + [ Torsten Werner ] + * Fix Homepage field in debian/control. (Closes: #535583) + * Move doc-base file to the correct binary package and fix it. + * Add missing Depends: ${misc:Depends}. + * Change Section: java. + * Fix Copyright notice in debian/copyright. + * Update Standards-Version: 3.8.2. + + -- Torsten Werner <[email protected]> Tue, 07 Jul 2009 21:40:56 +0200 wsdl4j (1.6.2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 6c93dbc..dc301d2 100644 --- a/debian/control +++ b/debian/control @@ -1,19 +1,20 @@ Source: wsdl4j -Section: libs +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Steffen Moeller <[email protected]>, Michael Koch <[email protected]>, Torsten Werner <[email protected]> Build-Depends: debhelper (>= 5), cdbs, quilt Build-Depends-Indep: ant, default-jdk -Standards-Version: 3.7.2 -Homepage: wsdl4j.sourceforge.net +Standards-Version: 3.8.2 +Homepage: http://wsdl4j.sourceforge.net Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/wsdl4j Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/wsdl4j Package: libwsdl4j-java Architecture: all -Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless +Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless, + ${misc:Depends} Description: Webservice description language for Java The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents. Is @@ -22,6 +23,7 @@ Description: Webservice description language for Java Package: libwsdl4j-java-doc Architecture: all Section: doc +Depends: ${misc:Depends} Suggests: libwsdl4j-java Description: Documentation for Java Web Services Library The Web Services Description Language for Java Toolkit (WSDL4J) allows diff --git a/debian/copyright b/debian/copyright index 18fd4e4..297c9a0 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Sun, 7 May 2006 22:37:09 +0200. It was downloaded from http://wsdl4j.sf.net -Copyright Holder: IBM +Copyright: 2001, 2006 IBM Corp License: diff --git a/debian/doc-base b/debian/libwsdl4j-java-doc.doc-base similarity index 94% rename from debian/doc-base rename to debian/libwsdl4j-java-doc.doc-base index fb53077..34a81a7 100644 --- a/debian/doc-base +++ b/debian/libwsdl4j-java-doc.doc-base @@ -1,6 +1,6 @@ Document: libwsdl4j-java-doc Title: API for wsdl4j -Authors: IBM +Author: IBM Abstract: Webservice description language for Java Section: Programming -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wsdl4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

