[Git][java-team/libnb-platform-java][master] 26 commits: Fix debian/watch and point to github.com.

Markus Koschany gitlab at salsa.debian.org
Sat Oct 3 21:50:56 BST 2020



Markus Koschany pushed to branch master at Debian Java Maintainers / libnb-platform-java


Commits:
ea0a18ea by Markus Koschany at 2020-10-02T23:09:15+02:00
Fix debian/watch and point to github.com.

- - - - -
164406c1 by Markus Koschany at 2020-10-02T23:09:41+02:00
Switch to debhelper-compat = 13.

- - - - -
8a884412 by Markus Koschany at 2020-10-02T23:10:26+02:00
Update copyright years

- - - - -
53b60c43 by Markus Koschany at 2020-10-02T23:10:39+02:00
Remove Andrew Ross from Uploaders because he is not active anymore.

- - - - -
2b8ad96e by Markus Koschany at 2020-10-02T23:11:00+02:00
Declare compliance with Debian Policy 4.5.0.

- - - - -
98329c20 by Markus Koschany at 2020-10-02T23:22:55+02:00
New upstream version 12.1
- - - - -
052411a4 by Markus Koschany at 2020-10-02T23:29:56+02:00
Update upstream source from tag 'upstream/12.1'

Update to upstream version '12.1'
with Debian dir 2d39649165fae611f1a0e86ec93c44206da907b3
- - - - -
55d8aa92 by Markus Koschany at 2020-10-02T23:48:26+02:00
Update linked-jars for new release. First try.

- - - - -
a31e6ad5 by Markus Koschany at 2020-10-02T23:54:30+02:00
Drop all patches

- - - - -
77ff7785 by Markus Koschany at 2020-10-03T03:08:17+02:00
Readd old patches again now rebased

- - - - -
2bbe3e63 by Markus Koschany at 2020-10-03T03:08:49+02:00
Start new changelog entry

- - - - -
e0c63557 by Markus Koschany at 2020-10-03T15:42:13+02:00
Build-depend on libjson-simple-java.

- - - - -
c084d32d by Markus Koschany at 2020-10-03T16:17:40+02:00
Link json-simple.jar

- - - - -
43e5b89e by Markus Koschany at 2020-10-03T18:05:57+02:00
Add netbeans-meta_netbeansrelease.patch

- - - - -
013e2c81 by Markus Koschany at 2020-10-03T18:13:39+02:00
Add platform-libs.batik.read.patch

- - - - -
ad5f9da2 by Markus Koschany at 2020-10-03T18:18:35+02:00
Add platform-libs.flatlaf.patch

- - - - -
45090818 by Markus Koschany at 2020-10-03T19:12:31+02:00
Drop platform-osgi-update.patch

- - - - -
3cb75473 by Markus Koschany at 2020-10-03T19:45:52+02:00
Build-depend on libcommons-codec-java

- - - - -
923a75c4 by Markus Koschany at 2020-10-03T20:00:24+02:00
Build-depend on libcommons-io-java

- - - - -
c6344b0d by Markus Koschany at 2020-10-03T20:05:13+02:00
Build-depend on libcommons-logging-java

- - - - -
7a71f5db by Markus Koschany at 2020-10-03T20:13:48+02:00
Disable flatlaf module

- - - - -
6f7a21b9 by Markus Koschany at 2020-10-03T20:20:53+02:00
Disable batik module

- - - - -
c6d5b865 by Markus Koschany at 2020-10-03T20:28:16+02:00
Add netbeans-apisupport.harness.patch

- - - - -
e7d3b73d by Markus Koschany at 2020-10-03T22:17:45+02:00
Update all patch headers

- - - - -
0289e1af by Markus Koschany at 2020-10-03T22:20:55+02:00
Release to experimental

- - - - -
8ffb6544 by Markus Koschany at 2020-10-03T22:39:19+02:00
Also depend on the new build-dependencies.

- - - - -


30 changed files:

- .gitattributes
- + .github/workflows/main.yml
- .gitignore
- .travis.yml
- − DISCLAIMER
- LICENSE
- NOTICE
- README.md
- apisupport/apisupport.ant/build.xml
- apisupport/apisupport.ant/manifest.mf
- + apisupport/apisupport.ant/nbproject/org-netbeans-modules-apisupport-ant.sig
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/java/hints/errors/SearchModuleDependency.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/queries/ProjectWhiteListQueryImplementation.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/resources/layer.xml
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/ImportantFilesNodeFactory.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/PlatformNode.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/customizer/SingleModuleProperties.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/ui/wizard/NewNbModuleWizardIterator.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/universe/AbstractEntry.java
- apisupport/apisupport.ant/src/org/netbeans/modules/apisupport/project/universe/ModuleList.java
- apisupport/apisupport.ant/test/unit/data/example-external-projects/html4j/nbproject/project.properties
- apisupport/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/project.properties
- + apisupport/apisupport.ant/test/unit/data/example-external-projects/suite3/nbplatform/platform5/core/core/META-INF/manifest.mf
- + apisupport/apisupport.ant/test/unit/data/example-external-projects/suite3/nbplatform/random/modules/ext/stuff/META-INF/manifest.mf
- + apisupport/apisupport.ant/test/unit/data/example-external-projects/suite3/nbplatform/random/modules/random/META-INF/manifest.mf
- apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/ApisupportAntUtilsTest.java
- apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/AvoidModuleListInProjectConstructorTest.java
- + apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/DialogDisplayerImpl.java
- apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/EvaluatorTest.java
- apisupport/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/ModuleDependencyTest.java


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/libnb-platform-java/-/compare/046f815cb89b4017d8b78208938ff2cb9a78db9e...8ffb654485c0cfacfbb2f8f7cc1835aa7155534b

-- 
View it on GitLab: https://salsa.debian.org/java-team/libnb-platform-java/-/compare/046f815cb89b4017d8b78208938ff2cb9a78db9e...8ffb654485c0cfacfbb2f8f7cc1835aa7155534b
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/20201003/6c0837dc/attachment.html>


More information about the pkg-java-commits mailing list