Emmanuel Bourg pushed to branch master at Debian Java Maintainers / mina
Commits: 9ee7d389 by Emmanuel Bourg at 2019-04-17T07:43:04Z Use salsa.debian.org Vcs-* URLs - - - - - 63cafe71 by Emmanuel Bourg at 2019-04-17T07:44:14Z Removed Damien Raude-Morvan from the uploaders (Closes: #889352) - - - - - 3cf6af5c by Emmanuel Bourg at 2019-04-17T07:56:27Z Fixed the build failure with javahelper 0.72 (Closes: #927244) - - - - - 4629c424 by Emmanuel Bourg at 2019-04-17T07:56:38Z Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +mina (1.1.7.dfsg-13) unstable; urgency=medium + + * Team upload. + * Fixed the build failure with javahelper 0.72 (Closes: #927244) + * Removed Damien Raude-Morvan from the uploaders (Closes: #889352) + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Wed, 17 Apr 2019 09:56:32 +0200 + mina (1.1.7.dfsg-12) unstable; urgency=medium * Fixed the build failure with Java 9 (Closes: #893376) ===================================== debian/control ===================================== @@ -3,7 +3,6 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: - Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 11), @@ -13,9 +12,9 @@ Build-Depends: libslf4j-java, libspring-beans-java, maven-repo-helper -Vcs-Git: https://anonscm.debian.org/git/pkg-java/mina.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/mina.git Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/java-team/mina.git +Vcs-Browser: https://salsa.debian.org/java-team/mina Homepage: http://mina.apache.org Package: libmina-java ===================================== debian/rules ===================================== @@ -40,11 +40,11 @@ ALL_JARS = $(wildcard *.jar) override_dh_auto_build: # Build the packages - ( CLASSPATH=${CORE_CP} jh_build -J -o"$(JAVA_OPTS)" $(CORE_JAR) $(CORE_SRC) ) - ( CLASSPATH=${ZLIB_CP} jh_build -J -o"$(JAVA_OPTS)" $(ZLIB_JAR) $(ZLIB_SRC) ) - ( CLASSPATH=${SSL_CP} jh_build -J -o"$(JAVA_OPTS)" $(SSL_JAR) $(SSL_SRC) ) - ( CLASSPATH=${JMX_CP} jh_build -J -o"$(JAVA_OPTS)" $(JMX_JAR) $(JMX_SRC) ) - ( CLASSPATH=${SPRING_CP} jh_build -J -o"$(JAVA_OPTS)" $(SPRING_JAR) $(SPRING_SRC) ) + ( CLASSPATH=${CORE_CP} jh_build -J --javacopts='$(JAVA_OPTS)' $(CORE_JAR) $(CORE_SRC) ) + ( CLASSPATH=${ZLIB_CP} jh_build -J --javacopts='$(JAVA_OPTS)' $(ZLIB_JAR) $(ZLIB_SRC) ) + ( CLASSPATH=${SSL_CP} jh_build -J --javacopts='$(JAVA_OPTS)' $(SSL_JAR) $(SSL_SRC) ) + ( CLASSPATH=${JMX_CP} jh_build -J --javacopts='$(JAVA_OPTS)' $(JMX_JAR) $(JMX_SRC) ) + ( CLASSPATH=${SPRING_CP} jh_build -J --javacopts='$(JAVA_OPTS)' $(SPRING_JAR) $(SPRING_SRC) ) override_dh_auto_clean: rm -f $(CORE_JAR) $(ZLIB_JAR) $(SSL_JAR) $(JMX_JAR) $(SPRING_JAR) View it on GitLab: https://salsa.debian.org/java-team/mina/compare/203b6dfeac56650c206c91b53fc46294a6114f85...4629c424568edab3b016ecfc45a1720daee839e0 -- View it on GitLab: https://salsa.debian.org/java-team/mina/compare/203b6dfeac56650c206c91b53fc46294a6114f85...4629c424568edab3b016ecfc45a1720daee839e0 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

