Emmanuel Bourg pushed to branch master at Debian Java Maintainers / plexus-io
Commits: 263bb41c by Emmanuel Bourg at 2018-07-30T14:04:00Z Standards-Version updated to 4.1.5 - - - - - e7cbfffa by Emmanuel Bourg at 2018-07-30T14:04:04Z Switch to debhelper level 11 - - - - - 64394c39 by Emmanuel Bourg at 2018-07-30T14:04:09Z Use salsa.debian.org Vcs-* URLs - - - - - 91642583 by Emmanuel Bourg at 2018-07-30T14:05:13Z Removed Damien Raude-Morvan from the uploaders (Closes: #889438) - - - - - 228d91f4 by Emmanuel Bourg at 2018-07-30T14:06:16Z New upstream version 3.0.1 - - - - - 6ec8e3ea by Emmanuel Bourg at 2018-07-30T14:07:42Z Ensure the Java 8 compatibility when built with Java 9 or later - - - - - 42c18984 by Emmanuel Bourg at 2018-07-30T14:07:50Z Merge tag 'upstream/3.0.1' Upstream version 3.0.1 - - - - - 9c34c104 by Emmanuel Bourg at 2018-07-30T14:09:17Z Upload to unstable - - - - - 7 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - + debian/maven.properties - debian/rules - pom.xml Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +plexus-io (3.0.1-1) unstable; urgency=medium + + * Team upload. + * New upstream release + * Removed Damien Raude-Morvan from the uploaders (Closes: #889438) + * Ensure the Java 8 compatibility when built with Java 9 or later + * Standards-Version updated to 4.1.5 + * Switch to debhelper level 11 + * Use salsa.debian.org Vcs-* URLs + + -- Emmanuel Bourg <[email protected]> Mon, 30 Jul 2018 16:08:06 +0200 + plexus-io (3.0.0-1) unstable; urgency=medium * Team upload. ===================================== debian/compat ===================================== --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -5,10 +5,9 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Torsten Werner <[email protected]>, Ludovic Claude <[email protected]>, - Damien Raude-Morvan <[email protected]>, tony mancill <[email protected]> Build-Depends: - debhelper (>= 10), + debhelper (>= 11~), default-jdk, junit4, libcommons-io-java, @@ -17,9 +16,9 @@ Build-Depends: libplexus-container-default1.5-java, libplexus-utils2-java, maven-debian-helper (>= 2.2) -Standards-Version: 4.0.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-io.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-io.git +Standards-Version: 4.1.5 +Vcs-Git: https://salsa.debian.org/java-team/plexus-io.git +Vcs-Browser: https://salsa.debian.org/java-team/plexus-io Homepage: https://github.com/codehaus-plexus/plexus-io Package: libplexus-io-java ===================================== debian/copyright ===================================== --- a/debian/copyright +++ b/debian/copyright @@ -3,15 +3,16 @@ Upstream-Name: plexus-io Source: https://github.com/codehaus-plexus/plexus-io Files: * -Copyright: 2007-2014 The Codehaus Foundation +Copyright: 2007-2018, The Codehaus Foundation License: Apache-2.0 Files: debian/* -Copyright: 2008 Torsten Werner<[email protected]> - 2009 Ludovic Claude <[email protected]> - 2009 Michael Koch <[email protected]> - 2011 Damien Raude-Morvan <[email protected]> - 2017 tony mancill <[email protected]> +Copyright: 2008, Torsten Werner<[email protected]> + 2009, Ludovic Claude <[email protected]> + 2009, Michael Koch <[email protected]> + 2011, Damien Raude-Morvan <[email protected]> + 2017, tony mancill <[email protected]> + 2017-2018, Emmanuel Bourg <[email protected]> License: Apache-2.0 License: Apache-2.0 ===================================== debian/maven.properties ===================================== --- /dev/null +++ b/debian/maven.properties @@ -0,0 +1 @@ +maven.compiler.release=8 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,3 @@ %: dh $@ - -get-orig-source: - uscan --download-current-version --force-download ===================================== pom.xml ===================================== --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ </parent> <artifactId>plexus-io</artifactId> - <version>3.0.0</version> + <version>3.0.1</version> <name>Plexus IO Components</name> @@ -16,7 +16,7 @@ <connection>scm:git:[email protected]:codehaus-plexus/plexus-io.git</connection> <developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-io.git</developerConnection> <url>http://github.com/codehaus-plexus/plexus-io</url> - <tag>plexus-io-3.0.0</tag> + <tag>plexus-io-3.0.1</tag> </scm> <issueManagement> <system>jira</system> @@ -38,7 +38,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.24</version> + <version>3.1.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> @@ -55,7 +55,7 @@ <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> - <version>2.5</version> + <version>2.6</version> </dependency> <dependency> <groupId>junit</groupId> View it on GitLab: https://salsa.debian.org/java-team/plexus-io/compare/9311fb78ba56e59523c4f2de61348c11211bb9ed...9c34c104b0a59342639f3107c5321e11fc972b50 -- View it on GitLab: https://salsa.debian.org/java-team/plexus-io/compare/9311fb78ba56e59523c4f2de61348c11211bb9ed...9c34c104b0a59342639f3107c5321e11fc972b50 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

