[Git][java-team/groovy][master] 3 commits: disable timestamps from javadoc

Hans-Christoph Steiner gitlab at salsa.debian.org
Tue Dec 10 11:09:39 GMT 2019



Hans-Christoph Steiner pushed to branch master at Debian Java Maintainers / groovy


Commits:
bb7f4666 by Hans-Christoph Steiner at 2019-12-10T10:06:54Z
disable timestamps from javadoc

- - - - -
7e807efb by Hans-Christoph Steiner at 2019-12-10T10:15:59Z
install icon for Groovy Console

- - - - -
e051c1dd by Hans-Christoph Steiner at 2019-12-10T11:07:22Z
update debian/changelog for upload

- - - - -


4 changed files:

- debian/changelog
- debian/groovy.install
- debian/groovyConsole.desktop
- debian/patches/00_reproducible_timestamp.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+groovy (2.4.17-4) unstable; urgency=medium
+
+  * Team upload.
+  * disable timestamps from javadoc
+  * install icon for Groovy Console
+
+ -- Hans-Christoph Steiner <hans at eds.org>  Tue, 10 Dec 2019 12:06:21 +0100
+
 groovy (2.4.17-3) unstable; urgency=medium
 
   [ tony mancill ]


=====================================
debian/groovy.install
=====================================
@@ -1,3 +1,4 @@
+subprojects/groovy-console/src/main/resources/groovy/ui/ConsoleIcon.png   /usr/share/icons/hicolor/48x48/apps/
 target/distributions/bin/groovy-*/bin/grape          /usr/share/groovy/bin
 target/distributions/bin/groovy-*/bin/groovy         /usr/share/groovy/bin
 target/distributions/bin/groovy-*/bin/groovyConsole  /usr/share/groovy/bin


=====================================
debian/groovyConsole.desktop
=====================================
@@ -1,5 +1,6 @@
 [Desktop Entry]
 Name=Groovy Console
+Icon=ConsoleIcon
 Type=Application
 Exec=/usr/bin/groovyConsole
 Terminal=false


=====================================
debian/patches/00_reproducible_timestamp.patch
=====================================
@@ -9,3 +9,30 @@
  
  ext.propertiesFilter = [
          beginToken: '#',
+--- a/gradle/docs.gradle
++++ b/gradle/docs.gradle
+@@ -197,6 +197,7 @@
+ 
+ if (JavaVersion.current().isJava7Compatible()) {
+     javadocAll.options.source = '1.7'
++    javadocAll.options.noTimestamp()
+ }
+ 
+ if (JavaVersion.current().isJava8Compatible()) {
+@@ -204,6 +205,7 @@
+         tasks.withType(Javadoc) {
+             // disable the crazy super-strict doclint tool in Java 8
+             options.addStringOption('Xdoclint:none', '-quiet')
++            options.noTimestamp()
+         }
+     }
+ }
+--- a/subprojects/groovy-nio/build.gradle
++++ b/subprojects/groovy-nio/build.gradle
+@@ -36,5 +36,6 @@
+ }
+ tasks.withType(Javadoc) {
+         options.source = "1.7"
++        options.noTimestamp()
+ }
+ 



View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/e3b5509f8625316a8686bcd3f342cd1824f78236...e051c1dd18deaf929fa5ac72dbefc2d176ddf315

-- 
View it on GitLab: https://salsa.debian.org/java-team/groovy/compare/e3b5509f8625316a8686bcd3f342cd1824f78236...e051c1dd18deaf929fa5ac72dbefc2d176ddf315
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/20191210/5c1a21f8/attachment.html>


More information about the pkg-java-commits mailing list