Package: osmosis Version: 0.34+ds1-1 Severity: normal Tags: patch Hi folks,
libspring-2.5-java libraries are not going to be supported in wheezy, so I'm filing bugs to coordinate the migration to the new upstream version. libspring-java is perfectly compatible with libspring-2.5-java. I tried to build what you have (0.38+ds) in the git repo but I couldn't. However, with the attached patch I'm switching the dependencies and osmosis 0.34+ds-1 builds without problem. Please test it and consider the patch. Thanks, -- 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 osmosis-0.34+ds1/debian/changelog osmosis-0.34+ds1/debian/changelog
--- osmosis-0.34+ds1/debian/changelog 2010-03-31 18:43:18.000000000 -0430
+++ osmosis-0.34+ds1/debian/changelog 2011-08-19 13:01:17.000000000 -0430
@@ -1,3 +1,10 @@
+osmosis (0.34+ds1-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #63XXXX).
+
+ -- Miguel Landaeta <miguel@alice> Fri, 19 Aug 2011 13:05:55 -0430
+
osmosis (0.34+ds1-1) unstable; urgency=low
[ David Paleino ]
diff -Nru osmosis-0.34+ds1/debian/control osmosis-0.34+ds1/debian/control
--- osmosis-0.34+ds1/debian/control 2010-03-31 18:43:18.000000000 -0430
+++ osmosis-0.34+ds1/debian/control 2011-08-19 13:00:35.000000000 -0430
@@ -19,9 +19,9 @@
, libmysql-java
, libpostgis-java
, libpg-java
- , libspring-beans-2.5-java
- , libspring-jdbc-2.5-java
- , libspring-tx-2.5-java
+ , libspring-beans-java
+ , libspring-jdbc-java
+ , libspring-transaction-java
, libwoodstox-java
, openjdk-6-jdk
Standards-Version: 3.8.4
@@ -41,9 +41,9 @@
, libmysql-java
, libpostgis-java
, libpg-java
- , libspring-beans-2.5-java
- , libspring-jdbc-2.5-java
- , libspring-tx-2.5-java
+ , libspring-beans-java
+ , libspring-jdbc-java
+ , libspring-transaction-java
, libwoodstox-java
, libplexus-classworlds-java
, ${misc:Depends}
diff -Nru osmosis-0.34+ds1/debian/rules osmosis-0.34+ds1/debian/rules
--- osmosis-0.34+ds1/debian/rules 2010-03-31 18:43:18.000000000 -0430
+++ osmosis-0.34+ds1/debian/rules 2011-08-19 13:00:35.000000000 -0430
@@ -11,10 +11,10 @@
DEB_JARS += /usr/share/java/wstx-lgpl.jar
DEB_JARS += /usr/share/java/junit4.jar
DEB_JARS += /usr/share/java/ant-junit.jar
-DEB_JARS += /usr/share/java/spring-core.jar
-DEB_JARS += /usr/share/java/spring-jdbc.jar
-DEB_JARS += /usr/share/java/spring-beans.jar
-DEB_JARS += /usr/share/java/spring-tx.jar
+DEB_JARS += /usr/share/java/spring3-core.jar
+DEB_JARS += /usr/share/java/spring3-jdbc.jar
+DEB_JARS += /usr/share/java/spring3-beans.jar
+DEB_JARS += /usr/share/java/spring3-transaction.jar
DEB_JARS += /usr/share/java/commons-dbcp.jar
DEB_JARS += /usr/share/java/jpf.jar
DEB_JARS += /usr/share/java/commons-compress.jar
signature.asc
Description: Digital signature

