[Git][java-team/ddogleg][master] 12 commits: Adding Vcs-* tags.

Andrius Merkys gitlab at salsa.debian.org
Wed Nov 13 08:41:23 GMT 2019



Andrius Merkys pushed to branch master at Debian Java Maintainers / ddogleg


Commits:
0967dd42 by Andrius Merkys at 2019-11-13T06:55:43Z
Adding Vcs-* tags.

- - - - -
e3bb16c8 by Andrius Merkys at 2019-11-13T06:56:00Z
Wrapping and sorting.

- - - - -
3e11f367 by Andrius Merkys at 2019-11-13T06:56:50Z
Adding pkg-java-maintainers@ as Maintainer.

- - - - -
84247d0c by Andrius Merkys at 2019-11-13T06:59:52Z
Adding missing Apache-2.0 license text.

- - - - -
52c0bde2 by Andrius Merkys at 2019-11-13T07:06:52Z
Adding ITP bug number.

- - - - -
18a04650 by Andrius Merkys at 2019-11-13T07:08:11Z
Using debhelper-compat pseudopackage.

- - - - -
493e6e0a by Andrius Merkys at 2019-11-13T07:08:38Z
Bumping Standards-Version (no changes).

- - - - -
65b52502 by Andrius Merkys at 2019-11-13T07:09:20Z
Changing versioned depends on libejml-java.

- - - - -
92a43114 by Andrius Merkys at 2019-11-13T07:14:03Z
gversion-plugin is not used anymore, removing debian/maven.rules.

- - - - -
a46657cf by Andrius Merkys at 2019-11-13T07:28:36Z
Dropping the usage of gversion-plugin altogether.

- - - - -
f54c023f by Andrius Merkys at 2019-11-13T07:33:16Z
Adding patch descriptions.

- - - - -
9338b1e5 by Andrius Merkys at 2019-11-13T07:33:53Z
Updating the changelog.

- - - - -


8 changed files:

- + debian/README.Debian
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/maven.rules
- debian/patches/add-mavenLocal.patch
- debian/patches/no-createVersionFile.patch


Changes:

=====================================
debian/README.Debian
=====================================
@@ -0,0 +1,5 @@
+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 at debian.org>


=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
 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 at debian.org>  Wed, 15 May 2019 02:03:02 -0400
+ -- Andrius Merkys <merkys at debian.org>  Wed, 13 Nov 2019 02:33:33 -0500


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -1,19 +1,23 @@
 Source: ddogleg
 Section: java
 Priority: optional
-Maintainer: Andrius Merkys <merkys at debian.org>
-Build-Depends: debhelper (>= 11),
+Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Andrius Merkys <merkys at 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,


=====================================
debian/copyright
=====================================
@@ -13,3 +13,7 @@ License: Apache-2.0
 Files: debian/*
 Copyright: 2019, Andrius Merkys <merkys at 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'


=====================================
debian/maven.rules deleted
=====================================
@@ -1 +0,0 @@
-com.peterabeles.gversion s/com.peterabeles.gversion.gradle.plugin/gversion/ * s/.*/debian/ * *


=====================================
debian/patches/add-mavenLocal.patch
=====================================
@@ -1,3 +1,5 @@
+Description: Adding local Maven repository.
+Author: Andrius Merkys <merkys at debian.org>
 --- /dev/null
 +++ b/settings.gradle
 @@ -0,0 +1,7 @@


=====================================
debian/patches/no-createVersionFile.patch
=====================================
@@ -1,6 +1,31 @@
+Description: Removing gversion-plugin, which expects the source to be in git
+ repository.
+Author: Andrius Merkys <merkys at 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 @@
      }
  }
  



View it on GitLab: https://salsa.debian.org/java-team/ddogleg/compare/29f1a81dd256dedddb2feea751201b45dfc6d419...9338b1e5b22e45019daa536a39185c32b71a2ea8

-- 
View it on GitLab: https://salsa.debian.org/java-team/ddogleg/compare/29f1a81dd256dedddb2feea751201b45dfc6d419...9338b1e5b22e45019daa536a39185c32b71a2ea8
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/20191113/9437266b/attachment.html>


More information about the pkg-java-commits mailing list