Skip to content
Commits on Source (12)
The JARs in Debian lack DDoglegVersion.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>
ddogleg (0.17+ds-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
* Initial release (Closes: #944639)
-- Andrius Merkys <merkys@debian.org> Wed, 15 May 2019 02:03:02 -0400
-- Andrius Merkys <merkys@debian.org> Wed, 13 Nov 2019 02:33:33 -0500
Source: ddogleg
Section: java
Priority: optional
Maintainer: Andrius Merkys <merkys@debian.org>
Build-Depends: debhelper (>= 11),
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 12),
gradle-debian-helper,
libejml-java (>> 0.31),
maven-repo-helper
Standards-Version: 4.1.3
libejml-java (>= 0.38),
maven-repo-helper,
Standards-Version: 4.4.1
Homepage: http://ddogleg.org
#Vcs-Browser: https://salsa.debian.org/debian/ddogleg
#Vcs-Git: https://salsa.debian.org/debian/ddogleg.git
Vcs-Browser: https://salsa.debian.org/java-team/ddogleg
Vcs-Git: https://salsa.debian.org/java-team/ddogleg.git
Package: libddogleg-java
Architecture: all
Depends: ${misc:Depends}
Depends:
${misc:Depends},
Description: library for non-linear optimization, clustering, robust model fitting and more
DDogleg Numerics is a high performance Java library for non-linear
optimization, clustering, robust model fitting, polynomial root finding,
......
......@@ -13,3 +13,7 @@ License: Apache-2.0
Files: debian/*
Copyright: 2019, Andrius Merkys <merkys@debian.org>
License: Apache-2.0
License: Apache-2.0
On Debian systems, the full text of the Apache-2.0 license
can be found in the file '/usr/share/common-licenses/Apache-2.0'
com.peterabeles.gversion s/com.peterabeles.gversion.gradle.plugin/gversion/ * s/.*/debian/ * *
Description: Adding local Maven repository.
Author: Andrius Merkys <merkys@debian.org>
--- /dev/null
+++ b/settings.gradle
@@ -0,0 +1,7 @@
......
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
@@ -214,8 +214,6 @@
@@ -1,8 +1,3 @@
-
-plugins {
- id "com.peterabeles.gversion" version "1.2.6"
-}
-
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'java'
@@ -17,12 +12,6 @@
sourceCompatibility = 1.8
targetCompatibility = 1.8
-gversion {
- srcDir = "src"
- classPackage = "org.ddogleg"
- className = "DDoglegVersion"
-}
-
repositories {
mavenCentral()
mavenLocal()
@@ -214,8 +203,6 @@
}
}
......