This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository taglibs-standard.
commit 5f432f9323fb2e31e183924e204905e99e502645 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 21 12:07:39 2016 +0200 Wrap and sort --- debian/control | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 7a42868..e61abd6 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,13 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), + default-jdk, + junit4, + libeasymock-java, + libmaven-bundle-plugin-java, + libservlet3.1-java, + libxalan2-java, maven-debian-helper (>= 2.0~) -Build-Depends-Indep: default-jdk, libservlet3.1-java, libxalan2-java, libeasymock-java, junit4, libmaven-bundle-plugin-java Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/taglibs-standard.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/taglibs-standard.git @@ -35,7 +40,7 @@ Description: Apache JSP Standard Taglib Implementation package: libtaglibs-standard-jstlel-java Architecture: all -Depends: ${misc:Depends}, libtaglibs-standard-spec-java, libtaglibs-standard-impl-java +Depends: ${misc:Depends}, libtaglibs-standard-impl-java, libtaglibs-standard-spec-java Description: Apache JSP Standard Taglib 1.0 EL Support JSTL can be used to embed logic in JSP pages without using embedded java code. Various tags are defined for common tasks such as conditional execution, loops, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/taglibs-standard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

