[Git][java-team/jruby-maven-plugins][master] 25 commits: bump d/watch to version 4, fix upstream url
Jérôme Charaoui (@lavamind)
gitlab at salsa.debian.org
Sun Oct 22 02:10:53 BST 2023
Jérôme Charaoui pushed to branch master at Debian Java Maintainers / jruby-maven-plugins
Commits:
2fd0f13b by Jérôme Charaoui at 2023-10-09T12:45:12-04:00
bump d/watch to version 4, fix upstream url
repack using orig-tar.sh is no longer needed, ant-*.pom and *.jar files
previously present in source have been removed upstream
- - - - -
8a2926a8 by Jérôme Charaoui at 2023-10-09T12:45:30-04:00
New upstream version 3.0.1
- - - - -
fdb4eeb8 by Jérôme Charaoui at 2023-10-09T12:45:33-04:00
Update upstream source from tag 'upstream/3.0.1'
Update to upstream version '3.0.1'
with Debian dir 4fe01e0966c9abb318f2d4484cf2cd53fbfc5e04
- - - - -
ab16165f by Jérôme Charaoui at 2023-10-09T12:46:50-04:00
bump debhelper compat to 13
- - - - -
61bb6b58 by Jérôme Charaoui at 2023-10-09T12:49:53-04:00
Update debian/changelog for new upstream release
- - - - -
e986b704 by Jérôme Charaoui at 2023-10-09T12:57:50-04:00
d/patches: rebase patches for new upstream version
the snakeyaml patch is no longer needed
- - - - -
5d06b825 by Jérôme Charaoui at 2023-10-09T13:16:14-04:00
removed poms from new upstream version
- - - - -
4cfc92e8 by Jérôme Charaoui at 2023-10-21T15:51:35-04:00
d/maven.rules: use new package namespace
- - - - -
f6a50192 by Jérôme Charaoui at 2023-10-21T15:51:36-04:00
add gem-maven-plugin relocation for version 3.0.0
this version string is used by jruby-mavengem 2.0.1
- - - - -
1465901f by Jérôme Charaoui at 2023-10-21T15:51:37-04:00
ignore unneeded maven deps
- - - - -
b06adbaf by Jérôme Charaoui at 2023-10-21T15:51:38-04:00
add d/docs to ship upstream README
- - - - -
0c367b26 by Jérôme Charaoui at 2023-10-21T15:51:38-04:00
d/copyright: update copyright infos
- - - - -
a49cb47d by Jérôme Charaoui at 2023-10-21T15:51:38-04:00
d/control: build using headless jdk
- - - - -
3541a648 by Jérôme Charaoui at 2023-10-21T15:51:39-04:00
d/control: update Vcs-* and Homepage URLs
- - - - -
b97a74c7 by Jérôme Charaoui at 2023-10-21T15:51:39-04:00
d/control: add Rules-Require-Root: no
- - - - -
2e4eeea4 by Jérôme Charaoui at 2023-10-21T15:51:40-04:00
d/control: bump Standards-Version to 4.6.2, no change needed
- - - - -
e1dbcf69 by Jérôme Charaoui at 2023-10-21T15:51:40-04:00
d/control: run wrap-and-sort -bastk
- - - - -
a19cc664 by Jérôme Charaoui at 2023-10-21T15:51:41-04:00
d/control: add myself to Uploaders
- - - - -
af4a4f82 by Jérôme Charaoui at 2023-10-21T17:35:46-04:00
d/control: rename binary package to conform to policy
No packages depend on this binary package, so this should be a noop.
And using libjruby-maven-plugin-java (singular) here, rather than
plural, because of #1054324
- - - - -
3f4cacf7 by Jérôme Charaoui at 2023-10-21T17:35:52-04:00
do not embed maven-tools gem or jruby-complete
embedding both of those inside the jar is not necessary on debian
the patch is dropped because it becomes obsolete
- - - - -
d75d7c58 by Jérôme Charaoui at 2023-10-21T17:35:54-04:00
d/rules: cleanup unnecessary rules
- - - - -
55646203 by Jérôme Charaoui at 2023-10-21T17:35:54-04:00
d/patches: fix dep-3 patch metadata
- - - - -
ed48b609 by Jérôme Charaoui at 2023-10-21T17:35:55-04:00
d/patches: add new patch to fix jruby execution
- - - - -
660b6068 by Jérôme Charaoui at 2023-10-21T17:39:02-04:00
add lintian override for javalib-but-no-public-jars
- - - - -
4242d62a by Jérôme Charaoui at 2023-10-21T20:56:32-04:00
Update changelog for 3.0.1-1 release
- - - - -
30 changed files:
- + .github/workflows/ci.yml
- .gitignore
- + .mvn/wrapper/MavenWrapperDownloader.java
- + .mvn/wrapper/maven-wrapper.jar
- + .mvn/wrapper/maven-wrapper.properties
- − .travis.yml
- README.md
- − bundler-maven-plugin/pom.xml
- − bundler-maven-plugin/src/it/bundler-pom/Gemfile
- − bundler-maven-plugin/src/it/bundler-pom/invoker.properties
- − bundler-maven-plugin/src/it/bundler-pom/pom.xml
- − bundler-maven-plugin/src/it/bundler-pom/setup.bsh
- − bundler-maven-plugin/src/it/bundler-pom/verify.bsh
- − bundler-maven-plugin/src/it/settings.xml
- − bundler-maven-plugin/src/main/java/de/saumya/mojo/bundler/InstallMojo.java
- − bundler-maven-plugin/src/main/java/de/saumya/mojo/bundler/UpdateMojo.java
- − bundler-maven-plugin/src/main/resources/stub
- − cucumber-maven-plugin/pom.xml
- − cucumber-maven-plugin/src/it/cucumber-failure-19/features/simplest.feature
- − cucumber-maven-plugin/src/it/cucumber-failure-19/features/step_definitions/simplest_steps.rb
- − cucumber-maven-plugin/src/it/cucumber-failure-19/invoker.properties
- − cucumber-maven-plugin/src/it/cucumber-failure-19/pom.xml
- − cucumber-maven-plugin/src/it/cucumber-failure-19/test.properties
- − cucumber-maven-plugin/src/it/cucumber-failure-19/verify.bsh
- − cucumber-maven-plugin/src/it/cucumber-failure/features/simplest.feature
- − cucumber-maven-plugin/src/it/cucumber-failure/features/step_definitions/simplest_steps.rb
- − cucumber-maven-plugin/src/it/cucumber-failure/invoker.properties
- − cucumber-maven-plugin/src/it/cucumber-failure/pom.xml
- − cucumber-maven-plugin/src/it/cucumber-failure/test.properties
- − cucumber-maven-plugin/src/it/cucumber-failure/verify.bsh
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/java-team/jruby-maven-plugins/-/compare/d338ea734a8f1a9b3c8166553567dded6f9f68ce...4242d62ad75c833b55adf5a3d68b02a7a0ffacfa
--
View it on GitLab: https://salsa.debian.org/java-team/jruby-maven-plugins/-/compare/d338ea734a8f1a9b3c8166553567dded6f9f68ce...4242d62ad75c833b55adf5a3d68b02a7a0ffacfa
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/20231022/ec67fa81/attachment.htm>
More information about the pkg-java-commits
mailing list