[Git][java-team/procyon][master] 11 commits: Track the new releases on GitHub

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Tue May 3 22:55:37 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / procyon


Commits:
9870913e by Emmanuel Bourg at 2022-05-03T23:14:28+02:00
Track the new releases on GitHub

- - - - -
c9f27e14 by Emmanuel Bourg at 2022-05-03T23:14:49+02:00
Switch to debhelper level 13

- - - - -
e566a26b by Emmanuel Bourg at 2022-05-03T23:14:59+02:00
Standards-Version updated to 4.6.0.1

- - - - -
e41d8984 by Emmanuel Bourg at 2022-05-03T23:16:28+02:00
New upstream version 0.6.0
- - - - -
cd073aa5 by Emmanuel Bourg at 2022-05-03T23:16:30+02:00
Update upstream source from tag 'upstream/0.6.0'

Update to upstream version '0.6.0'
with Debian dir 2d178060d7c12513a8ebbcfbdca5ca898b217557
- - - - -
ea3733c4 by Emmanuel Bourg at 2022-05-03T23:31:19+02:00
Updated the Maven poms

- - - - -
9b349c53 by Emmanuel Bourg at 2022-05-03T23:32:22+02:00
Refreshed the patches

- - - - -
958a5198 by Emmanuel Bourg at 2022-05-03T23:48:25+02:00
New build dependency on junit4

- - - - -
c5a79904 by Emmanuel Bourg at 2022-05-03T23:49:45+02:00
Added a versioned dependency to libprocyon-java on procyon

- - - - -
0ce0cb40 by Emmanuel Bourg at 2022-05-03T23:50:30+02:00
Updated the path of the decompiler jar

- - - - -
9a2528d0 by Emmanuel Bourg at 2022-05-03T23:50:47+02:00
Upload to unstable

- - - - -


30 changed files:

- + .github/workflows/gradle-wrapper-validation.yml
- + .gitignore
- + .run/Procyon.CompilerTools Tests.run.xml
- + .run/Procyon.Expressions Tests.run.xml
- + Procyon.CompilerTools/.gitignore
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/flowanalysis/ControlFlowGraph.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/flowanalysis/ControlFlowNode.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/ConstantPool.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/FrameValue.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/Instruction.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/InstructionVisitor.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/MetadataReader.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/StackMappingVisitor.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/AttributeNames.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ModuleAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ModuleDependency.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ModuleMainClassAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ModulePackagesAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ModuleTargetAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/PackageInfo.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/PermittedSubclassesAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/RecordAttribute.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/RecordComponentInfo.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/ir/attributes/ServiceInfo.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/BuiltinTypes.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/ClassFileReader.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/CommonTypeReferences.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/CompilerTarget.java
- + Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/CompoundTypeDefinition.java
- Procyon.CompilerTools/src/main/java/com/strobel/assembler/metadata/CompoundTypeReference.java


The diff was not included because it is too large.


View it on GitLab: https://salsa.debian.org/java-team/procyon/-/compare/78232953b8b59dd31c460f32742d3c145a399bb6...9a2528d0d401ea42cbc80ec9ec4b858c49e1deae

-- 
View it on GitLab: https://salsa.debian.org/java-team/procyon/-/compare/78232953b8b59dd31c460f32742d3c145a399bb6...9a2528d0d401ea42cbc80ec9ec4b858c49e1deae
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/20220503/0fd954a0/attachment.htm>


More information about the pkg-java-commits mailing list