This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master-1.x in repository wagon.
commit b0d2ddb1f8c2074ecd461a8a5db277a5c3c48ead Author: Paul Cager <[email protected]> Date: Sun Nov 4 11:21:06 2007 +0000 wagon (1.0-beta-2-2) unstable; urgency=low * libwagon-java: Fixed missing package org.apache.maven.wagon.providers.ssh.knownhost (Closes: #449188) * Added new control field "Homepage" -- Paul Cager <[email protected]> Sun, 04 Nov 2007 11:03:16 +0000 --- debian/build.xml | 2 +- debian/changelog | 8 ++++++++ debian/control | 7 +++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/build.xml b/debian/build.xml index 20584a2..4123372 100644 --- a/debian/build.xml +++ b/debian/build.xml @@ -93,7 +93,7 @@ <include name="org/apache/maven/wagon/providers/ssh/**/*.properties" /> <include name="org/apache/maven/wagon/providers/ssh/*.class" /> <include name="org/apache/maven/wagon/providers/ssh/interactive/*.class" /> - <include name="org/apache/maven/wagon/providers/ssh/knowhost/*.class" /> + <include name="org/apache/maven/wagon/providers/ssh/knownhost/*.class" /> </jar> <jar jarfile="${build.dir}/wagon-ssh-external${jar.suffix}" diff --git a/debian/changelog b/debian/changelog index 404260b..be2a923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +wagon (1.0-beta-2-2) unstable; urgency=low + + * libwagon-java: Fixed missing package + org.apache.maven.wagon.providers.ssh.knownhost (Closes: #449188) + * Added new control field "Homepage" + + -- Paul Cager <[email protected]> Sun, 04 Nov 2007 11:03:16 +0000 + wagon (1.0-beta-2-1) unstable; urgency=low * Initial release. (Closes: #413518) diff --git a/debian/control b/debian/control index 290f224..46f7489 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends-Indep: java-gcj-compat-dev (>=1.0.65), ant-optional, libxalan2-jav libslide-webdavclient-java Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) Standards-Version: 3.7.2 +Homepage: http://maven.apache.org/wagon/ Package: libwagon-java Architecture: all @@ -34,6 +35,7 @@ Depends: libcommons-httpclient-java, libplexus-utils-java, libslide-webdavclient-java Suggests: libwagon-java-doc +Homepage: http://maven.apache.org/wagon/ Description: tools to manage Maven artifacts and deployment The Wagon project defines a simple API for transfering resources (artifacts) to and from repositories. The word repository is used in this @@ -71,8 +73,6 @@ Description: tools to manage Maven artifacts and deployment in the system. Getting files from SSH servers is not fully tested. wagon-openpgp Maven Wagon OpenPGP Integration. - . - Homepage: http://maven.apache.org/wagon/ Package: libwagon-java-doc Architecture: all @@ -86,6 +86,7 @@ Depends: classpath-doc, libjsch-java-doc, libjtidy-java-doc Suggests: libwagon-java +Homepage: http://maven.apache.org/wagon/ Description: tools to manage Maven artifacts and deployment The Wagon project defines a simple API for transfering resources (artifacts) to and from repositories. The word repository is used in this @@ -94,5 +95,3 @@ Description: tools to manage Maven artifacts and deployment It is also used to deploy the Maven generated site to a server. . This package contains the JavaDocs for libwagon-java. - . - Homepage: http://maven.apache.org/wagon/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wagon.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

