[Git][java-team/gral][master] 7 commits: Wrapping and sorting.
Andrius Merkys
gitlab at salsa.debian.org
Tue Oct 15 09:40:57 BST 2019
Andrius Merkys pushed to branch master at Debian Java Maintainers / gral
Commits:
70d392e7 by Andrius Merkys at 2019-10-15T07:30:17Z
Wrapping and sorting.
- - - - -
7d02133e by Andrius Merkys at 2019-10-15T07:30:56Z
Bumping Standards-Version (no changes).
- - - - -
22c02944 by Andrius Merkys at 2019-10-15T07:31:31Z
Adding Rules-Requires-Root: no.
- - - - -
cd352854 by Andrius Merkys at 2019-10-15T07:33:58Z
Bumping debhelper compat level (no changes).
- - - - -
35705997 by Andrius Merkys at 2019-10-15T07:34:54Z
Adding description for add-mavenLocal.patch.
- - - - -
7c8dfc24 by Andrius Merkys at 2019-10-15T07:38:26Z
Adding patch descriptions.
- - - - -
221259f4 by Andrius Merkys at 2019-10-15T07:40:30Z
Updating the changelog.
- - - - -
7 changed files:
- debian/changelog
- debian/compat
- debian/control
- debian/patches/add-mavenLocal.patch
- debian/patches/package-version.patch
- debian/patches/remove-license-gradle-plugin.patch
- debian/patches/remove-upload.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+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 at debian.org> Tue, 15 Oct 2019 03:40:05 -0400
+
gral (0.11-1) unstable; urgency=medium
* Initial release (Closes: #934679)
=====================================
debian/compat
=====================================
@@ -1 +1 @@
-11
+12
=====================================
debian/control
=====================================
@@ -2,20 +2,24 @@ Source: gral
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Andrius Merkys <merkys at debian.org>,
-Build-Depends: debhelper (>= 12),
+Uploaders:
+ Andrius Merkys <merkys at 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.
=====================================
debian/patches/add-mavenLocal.patch
=====================================
@@ -1,3 +1,5 @@
+Description: adding /usr/share/maven-repo as local Maven repository.
+Author: Andrius Merkys <merkys at debian.org>
--- /dev/null
+++ b/gral-core/settings.gradle
@@ -0,0 +1,7 @@
=====================================
debian/patches/package-version.patch
=====================================
@@ -1,3 +1,5 @@
+Description: Setting stable version ('debian') instead of using 'git describe'.
+Author: Andrius Merkys <merkys at debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
=====================================
debian/patches/remove-license-gradle-plugin.patch
=====================================
@@ -1,3 +1,5 @@
+Description: Removing license-gradle-plugin.
+Author: Andrius Merkys <merkys at debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -38,28 +38,6 @@
=====================================
debian/patches/remove-upload.patch
=====================================
@@ -1,3 +1,5 @@
+Description: Removing routines uploading the package to Maven Central.
+Author: Andrius Merkys <merkys at debian.org>
--- a/gral-core/build.gradle
+++ b/gral-core/build.gradle
@@ -56,56 +56,6 @@
View it on GitLab: https://salsa.debian.org/java-team/gral/compare/75cc2c6bdf73b01f54aeec99528a25d37f722807...221259f4c060fefcb3f2901967eee958aafe2f13
--
View it on GitLab: https://salsa.debian.org/java-team/gral/compare/75cc2c6bdf73b01f54aeec99528a25d37f722807...221259f4c060fefcb3f2901967eee958aafe2f13
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/20191015/4a42e91f/attachment.html>
More information about the pkg-java-commits
mailing list