Package: tiles Version: 2.2.2-1 Severity: normal Tags: patch As title says. The fix is already in svn.
-- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (800, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- Miguel Landaeta, miguel at miguel.cc secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/ "Faith means not wanting to know what is true." -- Nietzsche
diff -Nru tiles-2.2.2/debian/build.properties tiles-2.2.2/debian/build.properties
--- tiles-2.2.2/debian/build.properties 2010-03-14 03:44:31.000000000 -0430
+++ tiles-2.2.2/debian/build.properties 2011-08-18 15:30:24.000000000 -0430
@@ -10,8 +10,8 @@
/usr/share/java/jsp-api-2.1.jar:\
/usr/share/java/el-api-2.1.jar:\
/usr/share/tomcat6/lib/jasper-el.jar:\
- /usr/share/java/spring-core.jar:\
- /usr/share/java/spring-web.jar:\
+ /usr/share/java/spring3-core.jar:\
+ /usr/share/java/spring3-web.jar:\
/usr/share/java/freemarker.jar:\
${basedir}/src/tiles-api/build/tiles-api-${version}.jar:\
${basedir}/src/tiles-core/build/tiles-core-${version}.jar:\
diff -Nru tiles-2.2.2/debian/changelog tiles-2.2.2/debian/changelog
--- tiles-2.2.2/debian/changelog 2010-06-30 18:42:21.000000000 -0430
+++ tiles-2.2.2/debian/changelog 2011-08-18 15:23:43.000000000 -0430
@@ -1,3 +1,10 @@
+tiles (2.2.2-2) unstable; urgency=low
+
+ * Team upload.
+ * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638386).
+
+ -- Miguel Landaeta <[email protected]> Thu, 18 Aug 2011 19:22:20 -0430
+
tiles (2.2.2-1) unstable; urgency=low
[ Torsten Werner ]
diff -Nru tiles-2.2.2/debian/control tiles-2.2.2/debian/control
--- tiles-2.2.2/debian/control 2010-06-30 18:42:49.000000000 -0430
+++ tiles-2.2.2/debian/control 2011-08-18 15:22:13.000000000 -0430
@@ -5,7 +5,7 @@
Uploaders: Damien Raude-Morvan <[email protected]>
Build-Depends: cdbs, debhelper (>= 7), default-jdk, maven-ant-helper
Build-Depends-Indep: libcommons-digester-java, libslf4j-java, libognl-java,
- libservlet2.5-java, libtomcat6-java, libspring-core-2.5-java, libspring-web-2.5-java,
+ libservlet2.5-java, libtomcat6-java, libspring-core-java, libspring-web-java,
libfreemarker-java, maven-repo-helper, libmvel-java
Standards-Version: 3.9.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/tiles/
@@ -16,7 +16,7 @@
Architecture: all
Depends: ${misc:Depends}, libcommons-digester-java, libslf4j-java
Suggests: libservlet2.5-java, libognl-java, libtomcat6-java, libfreemarker-java,
- libspring-core-2.5-java, libspring-web-2.5-java, libmvel-java
+ libspring-core-java, libspring-web-java, libmvel-java
Description: Java templating framework for web application user interfaces
Apache Tiles is a Java templating framework built to simplify the development
of web application user interfaces. Tiles allows authors to define page
signature.asc
Description: Digital signature
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

