[Git][java-team/maven-debian-helper][master] 5 commits: Standards-Version updated to 4.7.0
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Oct 24 12:41:58 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-debian-helper
Commits:
fd05f656 by Emmanuel Bourg at 2024-10-24T13:39:58+02:00
Standards-Version updated to 4.7.0
- - - - -
8135d0e5 by Emmanuel Bourg at 2024-10-24T13:40:00+02:00
The generated control file now specifies Standards-Version: 4.7.0
- - - - -
644b7bd3 by Emmanuel Bourg at 2024-10-24T13:40:00+02:00
Added com.diffplug.spotless:spotless-maven-plugin to the ignored plugins
- - - - -
30ef4a62 by Emmanuel Bourg at 2024-10-24T13:40:00+02:00
Added com.github.spotbugs:spotbugs-maven-plugin to the ignored plugins
- - - - -
b2241b5e by Emmanuel Bourg at 2024-10-24T13:40:00+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java
- maven-packager-utils/src/main/resources/control.vm
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+maven-debian-helper (2.6.5) unstable; urgency=medium
+
+ * Standards-Version updated to 4.7.0
+ * The generated control file now specifies Standards-Version: 4.7.0
+ * Added com.diffplug.spotless:spotless-maven-plugin to the ignored plugins
+ * Added com.github.spotbugs:spotbugs-maven-plugin to the ignored plugins
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 24 Oct 2024 12:14:24 +0200
+
maven-debian-helper (2.6.4) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -20,7 +20,7 @@ Build-Depends:
maven-ant-helper,
maven-repo-helper (>= 1.10~)
Rules-Requires-Root: no
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/maven-debian-helper.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-debian-helper
Homepage: https://wiki.debian.org/Java/MavenBuilder
=====================================
maven-packager-utils/src/main/java/org/debian/maven/packager/util/IgnoreDependencyQuestions.java
=====================================
@@ -52,6 +52,7 @@ public class IgnoreDependencyQuestions {
{"org.codehaus.mojo", "ideauidesigner-maven-plugin"},
{"org.codehaus.mojo", "scmchangelog-maven-plugin"},
{"com.coveo", "fmt-maven-plugin"},
+ {"com.diffplug.spotless", "spotless-maven-plugin"},
{"com.github.github", "site-maven-plugin"},
{"com.googlecode.maven-gcu-plugin", "maven-gcu-plugin"},
{"org.sonatype.plugins", "nexus-staging-maven-plugin"},
@@ -60,6 +61,7 @@ public class IgnoreDependencyQuestions {
};
private static final String[][] PLUGINS_THAT_CAN_BE_IGNORED = {
+ {"com.github.spotbugs", "spotbugs-maven-plugin"},
{"org.apache.maven.plugins", "maven-ant-plugin"},
{"org.apache.maven.plugins", "maven-assembly-plugin"},
{"org.apache.maven.plugins", "maven-enforcer-plugin"},
=====================================
maven-packager-utils/src/main/resources/control.vm
=====================================
@@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 13), default-jdk, maven-debian-helper (>= 2.6
#if(!$buildDependencies.isEmpty())
Build-Depends-Indep:#printDependencies($buildDependencies)$space
#end
-Standards-Version: 4.5.1
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/${package}.git
Vcs-Browser: https://salsa.debian.org/java-team/${package}
Homepage:#if(${project.Url}) ${project.Url}#else TODO #end
View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/-/compare/c03c5403539eb4dc35947b35f51d72d74620637a...b2241b5e47a4a5008c61307e213e097aa9a659a3
--
View it on GitLab: https://salsa.debian.org/java-team/maven-debian-helper/-/compare/c03c5403539eb4dc35947b35f51d72d74620637a...b2241b5e47a4a5008c61307e213e097aa9a659a3
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/20241024/c823283c/attachment.htm>
More information about the pkg-java-commits
mailing list