Emmanuel Bourg pushed to branch master at Debian Java Maintainers / sisu-inject
Commits: 5be02f58 by Emmanuel Bourg at 2021-01-20T12:45:37+01:00 Removed the patch sorting the Sisu index (already fixed upstream) - - - - - 3 changed files: - debian/changelog - − debian/patches/07-reproducible-index.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +sisu-inject (0.3.4-3) UNRELEASED; urgency=medium + + * Removed the patch sorting the Sisu index (already fixed upstream) + + -- Emmanuel Bourg <[email protected]> Wed, 20 Jan 2021 12:44:19 +0100 + sisu-inject (0.3.4-2) unstable; urgency=medium * Sort the classes by name in META-INF/sisu/javax.inject.Named to make ===================================== debian/patches/07-reproducible-index.patch deleted ===================================== @@ -1,14 +0,0 @@ -Description: Sort the classes by name in META-INF/sisu/javax.inject.Named to make the output reproducible -Author: Emmanuel Bourg <[email protected]> -Forwarded: no ---- a/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java -+++ b/org.eclipse.sisu.inject/src/org/eclipse/sisu/space/AbstractSisuIndex.java -@@ -158,7 +158,7 @@ - final BufferedWriter writer = new BufferedWriter( getWriter( INDEX_FOLDER + name ) ); - try - { -- for ( final String line : table ) -+ for ( final String line : new java.util.TreeSet<String>( table ) ) - { - writer.write( line ); - writer.newLine(); ===================================== debian/patches/series ===================================== @@ -1,4 +1,3 @@ 02-change-packaging-type.patch 03-add-missing-dependencies.patch 06-include-resources.patch -07-reproducible-index.patch View it on GitLab: https://salsa.debian.org/java-team/sisu-inject/-/commit/5be02f5868ed111a5ec69149569998ac8f9a6f08 -- View it on GitLab: https://salsa.debian.org/java-team/sisu-inject/-/commit/5be02f5868ed111a5ec69149569998ac8f9a6f08 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

