Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Wrapping and sorting.
· 70d392e7
Andrius Merkys
authored
Oct 15, 2019
70d392e7
Bumping Standards-Version (no changes).
· 7d02133e
Andrius Merkys
authored
Oct 15, 2019
7d02133e
Adding Rules-Requires-Root: no.
· 22c02944
Andrius Merkys
authored
Oct 15, 2019
22c02944
Bumping debhelper compat level (no changes).
· cd352854
Andrius Merkys
authored
Oct 15, 2019
cd352854
Adding description for add-mavenLocal.patch.
· 35705997
Andrius Merkys
authored
Oct 15, 2019
35705997
Adding patch descriptions.
· 7c8dfc24
Andrius Merkys
authored
Oct 15, 2019
7c8dfc24
Updating the changelog.
· 221259f4
Andrius Merkys
authored
Oct 15, 2019
221259f4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
221259f4
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)
...
...
debian/compat
View file @
221259f4
1
1
1
2
debian/control
View file @
221259f4
...
...
@@ -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.
...
...
debian/patches/add-mavenLocal.patch
View file @
221259f4
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 @@
...
...
debian/patches/package-version.patch
View file @
221259f4
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 @@
...
...
debian/patches/remove-license-gradle-plugin.patch
View file @
221259f4
Description: Removing license-gradle-plugin.
Author: Andrius Merkys <merkys@debian.org>
--- a/build.gradle
+++ b/build.gradle
@@ -38,28 +38,6 @@
...
...
debian/patches/remove-upload.patch
View file @
221259f4
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 @@
...
...