Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Adding b-dep on maven-repo-helper.
· f1d7fe16
Andrius Merkys
authored
Nov 15, 2019
f1d7fe16
Adding patch descriptions.
· 379215d7
Andrius Merkys
authored
Nov 15, 2019
379215d7
Adding debian/README.Debian noticing the changes applied in Debian.
· 183011ac
Andrius Merkys
authored
Nov 15, 2019
183011ac
Show whitespace changes
Inline
Side-by-side
debian/README.Debian
0 → 100644
View file @
183011ac
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>
debian/control
View file @
183011ac
...
...
@@ -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
...
...
debian/patches/add-mavenLocal.patch
View file @
183011ac
Description: Adding local Maven repository.
Author: Andrius Merkys <merkys@debian.org>
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,4 +1,12 @@
...
...
debian/patches/remove-findbugs.patch
View file @
183011ac
Description: Removing com.google.code.findbugs.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -69,7 +69,6 @@
...
...
debian/patches/remove-gversion.patch
View file @
183011ac
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 @@
...
...