Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libhamcrest-java
Commits: 7e9b3cf7 by Emmanuel Bourg at 2019-04-01T08:36:53Z Improved the generated methods ordering - - - - - 2 changed files: - debian/changelog - debian/patches/003-reproducible-build.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +libhamcrest-java (1.3-9) unstable; urgency=medium + + * Team upload. + * Improved the generated methods ordering + + -- Emmanuel Bourg <[email protected]> Mon, 01 Apr 2019 10:36:34 +0200 + libhamcrest-java (1.3-8) unstable; urgency=medium * Team upload. ===================================== debian/patches/003-reproducible-build.patch ===================================== @@ -7,7 +7,7 @@ + { + java.util.Arrays.sort(allMethods, new java.util.Comparator<Method>() { + public int compare(Method m1, Method m2) { -+ return m1.getName().compareTo(m2.getName()); ++ return m1.toGenericString().compareTo(m2.toGenericString()); + } + }); + } View it on GitLab: https://salsa.debian.org/java-team/libhamcrest-java/commit/7e9b3cf7653b78f36fb25092d16d88653f36bae1 -- View it on GitLab: https://salsa.debian.org/java-team/libhamcrest-java/commit/7e9b3cf7653b78f36fb25092d16d88653f36bae1 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

