[Git][java-team/jacoco][master] 6 commits: Add patch to skip license check for interim pom (Closes: #1022388)
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sun Oct 23 20:22:31 BST 2022
Tony Mancill pushed to branch master at Debian Java Maintainers / jacoco
Commits:
8bebb2cf by tony mancill at 2022-10-23T11:38:22-07:00
Add patch to skip license check for interim pom (Closes: #1022388)
- - - - -
60c54649 by tony mancill at 2022-10-23T11:45:25-07:00
Add myself as an Uploader
- - - - -
82cf697d by tony mancill at 2022-10-23T11:45:25-07:00
Bump Standards-Version to 4.6.1
- - - - -
f40121e4 by tony mancill at 2022-10-23T11:45:25-07:00
Update debian/copyright and Homepage URL
- - - - -
62d591fc by tony mancill at 2022-10-23T11:45:25-07:00
Set Rules-Requires-Root: no in debian/control
- - - - -
4638f66c by tony mancill at 2022-10-23T11:50:18-07:00
Prepare changelog for upload
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- + debian/patches/ignore-license-check-for-build-poms.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+jacoco (0.8.6-2) unstable; urgency=medium
+
+ [ tony mancill ]
+ * Add patch to skip license check for interim pom (Closes: #1022388)
+ * Add myself as an Uploader
+ * Bump Standards-Version to 4.6.1
+ * Update debian/copyright and Homepage URL
+ * Set Rules-Requires-Root: no in debian/control
+
+ [ 殷啟聰 | Kai-Chung Yan ]
+ * Remove myself from Uploaders
+
+ -- tony mancill <tmancill at debian.org> Sun, 23 Oct 2022 11:44:49 -0700
+
jacoco (0.8.6-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -2,6 +2,7 @@ Source: jacoco
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: tony mancill <tmancill at debian.org>
Build-Depends:
ant,
debhelper-compat (= 13),
@@ -16,10 +17,11 @@ Build-Depends:
libmaven-invoker-plugin-java,
libmaven-shade-plugin-java,
maven-debian-helper
-Standards-Version: 4.5.1
+Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/java-team/jacoco
Vcs-Git: https://salsa.debian.org/java-team/jacoco.git
-Homepage: http://www.eclemma.org/jacoco
+Homepage: https://www.eclemma.org/jacoco
+Rules-Requires-Root: no
Package: libjacoco-java
Architecture: all
=====================================
debian/copyright
=====================================
@@ -4,7 +4,7 @@ Upstream-Name: JaCoCo
Upstream-Contact: JaCoCo and EclEmma Users <https://groups.google.com/d/forum/jacoco>
Files: *
-Copyright: 2016, Mountainminds GmbH & Co. KG and Contributors
+Copyright: 2016-2020, Mountainminds GmbH & Co. KG and Contributors
License: EPL-1.0
Files: org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd
@@ -18,6 +18,7 @@ License: Apache-2.0
Files: debian/*
Copyright: 2016, Kai-Chung Yan <seamlikok at gmail.com>
+ 2022, tony mancill <tmancill at debian.org>
License: EPL-1.0
License: EPL-1.0
=====================================
debian/patches/ignore-license-check-for-build-poms.patch
=====================================
@@ -0,0 +1,19 @@
+Description: address FTBTS due to license check of dependency-reduced-pom.xml
+Author: tony mancill <tmancill at debian.org>
+Origin: vendor
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022388
+Forwarded: not-needed
+Last-Update: 2022-10-23
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/org.jacoco.build/pom.xml
++++ b/org.jacoco.build/pom.xml
+@@ -608,7 +608,7 @@
+ </goals>
+ <configuration>
+ <target>
+- <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml" id="missinglicense.fileset">
++ <fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,.idea/**,nb-configuration.xml,dependency-reduced-pom.xml" id="missinglicense.fileset">
+ <include name="**/*.kt"/>
+ <include name="**/*.groovy"/>
+ <include name="**/*.scala"/>
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
org.jacoco.core.internal.flow.LabelFlowAnalyzer_tryCatchBlocks.patch
ignore_modules.patch
gmaven-plugin-compatibility.patch
+ignore-license-check-for-build-poms.patch
View it on GitLab: https://salsa.debian.org/java-team/jacoco/-/compare/cea7d1b50c31e6e010abb570e75007535d73cbea...4638f66c3db8dccf1906fed2f3ad3f4245e806b2
--
View it on GitLab: https://salsa.debian.org/java-team/jacoco/-/compare/cea7d1b50c31e6e010abb570e75007535d73cbea...4638f66c3db8dccf1906fed2f3ad3f4245e806b2
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/20221023/f946ec73/attachment.htm>
More information about the pkg-java-commits
mailing list