[Git][java-team/libgpars-groovy-java][master] 5 commits: Removed the -java-doc package (Closes: #1011611)
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Tue May 31 16:56:15 BST 2022
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / libgpars-groovy-java
Commits:
989c1e56 by Emmanuel Bourg at 2022-05-31T17:03:29+02:00
Removed the -java-doc package (Closes: #1011611)
- - - - -
63c68cba by Emmanuel Bourg at 2022-05-31T17:05:05+02:00
Standards-Version updated to 4.6.1
- - - - -
2b9509f7 by Emmanuel Bourg at 2022-05-31T17:05:34+02:00
Switch to debhelper level 13
- - - - -
52488690 by Emmanuel Bourg at 2022-05-31T17:06:11+02:00
Updated the watch file
- - - - -
c1a64a04 by Emmanuel Bourg at 2022-05-31T17:06:21+02:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libgpars-groovy-java-doc.install
- − debian/libgpars-groovy-java-doc.javadoc
- debian/rules
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+libgpars-groovy-java (1.2.1-11) unstable; urgency=medium
+
+ * Team upload.
+ * Removed the -java-doc package (Closes: #1011611)
+ * Standards-Version updated to 4.6.1
+ * Switch to debhelper level 13
+ * Updated the watch file
+
+ -- Emmanuel Bourg <ebourg at apache.org> Tue, 31 May 2022 17:06:15 +0200
+
libgpars-groovy-java (1.2.1-10) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,9 +3,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Section: java
Priority: optional
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
gradle-debian-helper,
groovy (>= 2.0.8~),
libjcsp-java,
@@ -13,7 +12,7 @@ Build-Depends:
libmultiverse-core-java,
libosgi-core-java,
maven-repo-helper
-Standards-Version: 4.2.1
+Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/libgpars-groovy-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libgpars-groovy-java
Homepage: http://gpars.org
@@ -26,22 +25,8 @@ Depends:
libjsr166y-java,
libmultiverse-core-java,
${misc:Depends}
-Suggests: libgpars-groovy-java-doc (= ${binary:Version})
Description: open-source concurrency library for Groovy
Library that provides multiple high-level abstractions for
writing concurrent code in Groovy, including: map/reduce,
fork/join, asynchronous closures, actors, agents, dataflow
concurrency and other concepts.
-
-Package: libgpars-groovy-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: libgpars-groovy-java (= ${binary:Version})
-Suggests: default-jdk-doc
-Description: documentation for libgpars-groovy-java
- Documentation for GPars that is a library that provides
- multiple high-level abstractions for writing concurrent code
- in Groovy, including: map/reduce, fork/join, asynchronous
- closures, actors, agents, dataflow concurrency and other
- concepts.
=====================================
debian/libgpars-groovy-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-build/docs/groovydoc usr/share/doc/libgpars-groovy-java
=====================================
debian/libgpars-groovy-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-build/docs/javadoc usr/share/doc/libgpars-groovy-java/api
=====================================
debian/rules
=====================================
@@ -6,7 +6,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java
dh $@ --with maven_repo_helper --buildsystem=gradle
override_dh_auto_build:
- dh_auto_build -- --project-prop finalRelease=true --system-prop file.encoding=UTF-8 -x zipDoc -x zipSrc assemble documentation
+ dh_auto_build -- --project-prop finalRelease=true --system-prop file.encoding=UTF-8 -x zipDoc -x zipSrc assemble
+
+override_dh_auto_test:
override_dh_auto_clean:
dh_auto_clean
=====================================
debian/watch
=====================================
@@ -1,4 +1,3 @@
-version=3
+version=4
opts="uversionmangle=s/-rc/~rc/" \
-https://github.com/GPars/GPars/tags \
-.*/archive/\w+-?(\d\S*)\.tar\.gz
+https://github.com/GPars/GPars/tags .*/\w+-?(\d\S*)\.tar\.gz
View it on GitLab: https://salsa.debian.org/java-team/libgpars-groovy-java/-/compare/ddf2e62052b1c477e1bda5493d2ae9e7b37d64de...c1a64a049c7686a4e6ee572226801549e10882b7
--
View it on GitLab: https://salsa.debian.org/java-team/libgpars-groovy-java/-/compare/ddf2e62052b1c477e1bda5493d2ae9e7b37d64de...c1a64a049c7686a4e6ee572226801549e10882b7
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/20220531/1c7ef082/attachment.htm>
More information about the pkg-java-commits
mailing list