This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wsdl4j.
commit 64e75bb79baa3eca335733a061a40c5391d6742a Author: Markus Koschany <[email protected]> Date: Tue Nov 17 16:55:08 2015 +0000 Release 1.6.3-2 --- debian/README.Debian | 4 ++-- debian/changelog | 6 +++++- debian/compat | 2 +- debian/control | 31 +++++++++++++++++++++---------- debian/watch | 7 ------- 5 files changed, 29 insertions(+), 21 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index bcb0a4b..7e6f10c 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -2,11 +2,11 @@ wsdl4j for Debian ----------------- The principles of Web Services Description Language (WSDL) is described together -with SOAP in Wikipedia and has a page on its own at +with SOAP in Wikipedia and has a page on its own at http://en.wikipedia.org/wiki/Web_Services_Description_Language Its packaging was seeded in an effort to provide the basis for a packaging of -tools and libraries with the pkg-eScience project at +tools and libraries with the pkg-eScience project at http://pkg-eScience.alioth.debian.org. Steffen diff --git a/debian/changelog b/debian/changelog index 73ba682..9e65281 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,12 @@ wsdl4j (1.6.3-2) unstable; urgency=medium * Transition to bnd 2.1.0. debian/rules: Switch to new bnd parameter syntax and change output directory to debian/tmp to prevent a FTBFS. + * Use compat level 9 and require debhelper >= 9. + * Declare compliance with Debian Policy 3.9.6. + * wrap-and-sort -sa. + * Use canonical Vcs-URI. - -- Markus Koschany <[email protected]> Thu, 04 Jun 2015 20:47:28 +0200 + -- Markus Koschany <[email protected]> Tue, 17 Nov 2015 17:47:42 +0100 wsdl4j (1.6.3-1) unstable; urgency=low 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 e96cd65..f276dcf 100644 --- a/debian/control +++ b/debian/control @@ -2,18 +2,27 @@ Source: wsdl4j Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> -Uploaders: Steffen Moeller <[email protected]>, - Torsten Werner <[email protected]>, Jakub Adam <[email protected]> -Build-Depends: debhelper (>= 7), cdbs -Build-Depends-Indep: ant, bnd, default-jdk, javahelper -Standards-Version: 3.9.4 +Uploaders: + Steffen Moeller <[email protected]>, + Torsten Werner <[email protected]>, + Jakub Adam <[email protected]> +Build-Depends: + cdbs, + debhelper (>= 9) +Build-Depends-Indep: + ant, + bnd, + default-jdk, + javahelper +Standards-Version: 3.9.6 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 +Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/wsdl4j +Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-java/trunk/wsdl4j Package: libwsdl4j-java Architecture: all -Depends: ${misc:Depends} +Depends: + ${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,8 +31,10 @@ Description: Webservice description language for Java Package: libwsdl4j-java-doc Architecture: all Section: doc -Depends: ${misc:Depends} -Suggests: libwsdl4j-java +Depends: + ${misc:Depends} +Suggests: + libwsdl4j-java Description: Documentation for Java Web Services Library The Web Services Description Language for Java Toolkit (WSDL4J) allows the creation, representation, and manipulation of WSDL documents. Is diff --git a/debian/watch b/debian/watch index 35b2802..e721f56 100644 --- a/debian/watch +++ b/debian/watch @@ -1,10 +1,3 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 - # Uncomment to find new files on sourceforge, for debscripts >= 2.9 http://sf.net/wsdl4j/wsdl4j-src-(.*)\.zip debian debian/orig-tar.sh -- 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

