Skip to content
Commits on Source (3)
The JARs in Debian lack GeoRegressionVersion.class, which would be created
by gversion-plugin in a clone of upstream's git repository. As this is not
the case for Debian builds, the class is omitted.
Andrius Merkys <merkys@debian.org>
......@@ -10,6 +10,7 @@ Build-Depends:
libauto64fto32f-java,
libddogleg-java,
libejml-java,
maven-repo-helper,
Standards-Version: 4.4.1
Homepage: https://georegression.org
Vcs-Browser: https://salsa.debian.org/java-team/georegression
......
Description: Adding local Maven repository.
Author: Andrius Merkys <merkys@debian.org>
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,12 @@
......
Description: Removing com.google.code.findbugs.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -69,7 +69,6 @@
......
Description: Removing gversion-plugin, which expects the source to be in git
repository.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -1,22 +1,11 @@
......