This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mina.
commit 5f3f4a71178b046fbf198beb078390434624bf52 Author: Miguel Landaeta <[email protected]> Date: Fri Aug 19 16:56:50 2011 +0000 * Team upload. * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638538). * Bump Standards-Version to 3.9.2. No changes were required. * Add mh_clean call in dh_auto_clean target, --- debian/changelog | 9 +++++++++ debian/control | 6 +++--- debian/rules | 3 ++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0390708..cfa2635 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +mina (1.1.7.dfsg-10) UNRELEASED; urgency=low + + * Team upload. + * Switch dependencies on Spring Framework 2.5 with 3.0. (Closes: #638538). + * Bump Standards-Version to 3.9.2. No changes were required. + * Add mh_clean call in dh_auto_clean target, + + -- Miguel Landaeta <[email protected]> Fri, 19 Aug 2011 19:52:14 -0430 + mina (1.1.7.dfsg-9) unstable; urgency=low * d/control: Remove gjdoc from Build-Depends. diff --git a/debian/control b/debian/control index 39a7bf1..68f99a4 100644 --- a/debian/control +++ b/debian/control @@ -5,17 +5,17 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends: debhelper (>= 7.0.50~), javahelper (>= 0.25) Build-Depends-Indep: default-jdk, libslf4j-java, libjzlib-java, - libmx4j-java, libspring-beans-2.5-java, maven-repo-helper + libmx4j-java, libspring-beans-java, maven-repo-helper Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/mina Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/mina -Standards-Version: 3.8.4 +Standards-Version: 3.9.2 Homepage: http://mina.apache.org Package: libmina-java Architecture: all Depends: libslf4j-java, ${misc:Depends} Recommends: libjzlib-java, libmx4j-java -Suggests: libmina-java-doc, libspring-beans-2.5-java +Suggests: libmina-java-doc, libspring-beans-java Description: Java network application framework Apache MINA is a network application framework which helps users develop high performance and high scalability network applications easily. It provides an diff --git a/debian/rules b/debian/rules index fe6e1d6..9f1c48b 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ JMX_CP := $(CORE_JAR):/usr/share/java/slf4j-api.jar:/usr/share/java/mx4j.jar SPRING_JAR := $(PACKAGE)-integration-spring.jar SPRING_SRC := integration-spring/src/main/java/ -SPRING_CP := $(CORE_JAR):/usr/share/java/slf4j-api.jar:/usr/share/java/spring-core.jar:/usr/share/java/spring-beans.jar +SPRING_CP := $(CORE_JAR):/usr/share/java/slf4j-api.jar:/usr/share/java/spring3-core.jar:/usr/share/java/spring3-beans.jar ALL_JARS = $(wildcard *.jar) @@ -48,6 +48,7 @@ override_dh_auto_build: override_dh_auto_clean: rm -f $(CORE_JAR) $(ZLIB_JAR) $(SSL_JAR) $(JMX_JAR) $(SPRING_JAR) + mh_clean override_dh_installexamples: # Don't include META-INF or LICENSE files from examples -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mina.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

