This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch master in repository libspring-java.
commit 5c7d6fcbe80c1404b3a23e6b5e83ca36f464afa6 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 29 00:07:50 2014 -0300 Fix FTBFS caused by libgeronimo-commonj-spec-java change --- debian/build-classpath | 2 +- debian/changelog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/build-classpath b/debian/build-classpath index d70957a..746cad6 100644 --- a/debian/build-classpath +++ b/debian/build-classpath @@ -31,7 +31,7 @@ /usr/share/java/ehcache.jar /usr/share/java/el-api-2.1.jar /usr/share/java/freemarker.jar -/usr/share/java/geronimo-commonj-spec.jar +/usr/share/java/geronimo-commonj_1.1_spec.jar /usr/share/java/geronimo-ejb-3.0-spec.jar /usr/share/java/geronimo-interceptor-3.0-spec.jar /usr/share/java/geronimo-j2ee-connector-1.5-spec.jar diff --git a/debian/changelog b/debian/changelog index 4883ed5..ccea76b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libspring-java (3.0.6.RELEASE-12) UNRELEASED; urgency=low + + * Fix an FTBFS bug due to a packaging change in + libgeronimo-commonj-spec-java. + + -- Miguel Landaeta <[email protected]> Tue, 28 Jan 2014 23:50:15 -0300 + libspring-java (3.0.6.RELEASE-11) unstable; urgency=high * Team upload. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

