Skip to content
Commits on Source (7)
gral (0.11-2) unstable; urgency=medium
* Bumping Standards-Version (no changes).
* Bumping debhelper compat level (no changes).
* Adding Rules-Requires-Root: no.
* Adding patch descriptions.
-- Andrius Merkys <merkys@debian.org> Tue, 15 Oct 2019 03:40:05 -0400
gral (0.11-1) unstable; urgency=medium
* Initial release (Closes: #934679)
......
......@@ -2,20 +2,24 @@ Source: gral
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <merkys@debian.org>,
Build-Depends: debhelper (>= 12),
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper (>= 12),
gradle-debian-helper,
libproguard-java,
libvectorgraphics2d-java,
maven-repo-helper,
Standards-Version: 4.1.3
Standards-Version: 4.4.1
Rules-Requires-Root: no
Homepage: https://github.com/eseifert/gral
Vcs-Browser: https://salsa.debian.org/java-team/gral
Vcs-Git: https://salsa.debian.org/java-team/gral.git
Package: libgral-java
Architecture: all
Depends: ${misc:Depends}
Depends:
${misc:Depends},
Description: Java library for displaying plots (graphs, diagrams, and charts)
GRAL is a free Java library for displaying plots (graphs, diagrams, and
charts). The acronym GRAL simply stands for GRAphing Library.
......
Description: adding /usr/share/maven-repo as local Maven repository.
Author: Andrius Merkys <merkys@debian.org>
--- /dev/null
+++ b/gral-core/settings.gradle
@@ -0,0 +1,7 @@
......
Description: Setting stable version ('debian') instead of using 'git describe'.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
......
Description: Removing license-gradle-plugin.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -38,28 +38,6 @@
......
Description: Removing routines uploading the package to Maven Central.
Author: Andrius Merkys <merkys@debian.org>
--- a/gral-core/build.gradle
+++ b/gral-core/build.gradle
@@ -56,56 +56,6 @@
......