[Git][java-team/sisu-inject][master] Removed the patch sorting the Sisu index (already fixed upstream)
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Jan 20 11:45:57 GMT 2021
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 <ebourg at apache.org> 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 <ebourg at apache.org>
-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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20210120/8ac415f3/attachment.html>
More information about the pkg-java-commits
mailing list