[Git][java-team/asmtools][master] 4 commits: No longer build the javadoc
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Aug 5 14:37:00 BST 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / asmtools
Commits:
0ae434a4 by Emmanuel Bourg at 2024-08-05T15:35:19+02:00
No longer build the javadoc
- - - - -
d8ac6030 by Emmanuel Bourg at 2024-08-05T15:35:49+02:00
Clean the build directory
- - - - -
f1da901b by Emmanuel Bourg at 2024-08-05T15:36:03+02:00
Standards-Version updated to 4.7.0
- - - - -
b5baefb4 by Emmanuel Bourg at 2024-08-05T15:36:12+02:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- + debian/clean
- debian/control
- − debian/libasmtools-java.javadoc
- debian/libasmtools-java.jlibs
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+asmtools (7.0-b09-3) unstable; urgency=medium
+
+ * Team upload.
+ * No longer build the javadoc
+ * Clean the build directory
+ * Standards-Version updated to 4.7.0
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 05 Aug 2024 15:36:06 +0200
+
asmtools (7.0-b09-2) unstable; urgency=medium
* Source only upload
=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+build/asmtools/
=====================================
debian/control
=====================================
@@ -7,7 +7,7 @@ Build-Depends:
debhelper (>= 13),
default-jdk,
javahelper
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/asmtools.git
Vcs-Browser: https://salsa.debian.org/java-team/asmtools
Homepage: https://github.com/openjdk/asmtools
=====================================
debian/libasmtools-java.javadoc deleted
=====================================
@@ -1 +0,0 @@
-build/asmtools/javadoc
\ No newline at end of file
=====================================
debian/libasmtools-java.jlibs
=====================================
@@ -1 +1 @@
-build/asmtools/release/lib/asmtools.jar
\ No newline at end of file
+build/asmtools/binaries/lib/asmtools.jar
=====================================
debian/rules
=====================================
@@ -9,5 +9,5 @@ override_dh_auto_clean:
dh_auto_clean -- -f build/build.xml -DBUILD_DIR=asmtools
override_dh_auto_build:
- JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 dh_auto_build -- -f build/build.xml build -DBUILD_DIR=asmtools
+ JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 dh_auto_build -- -f build/build.xml jar -DBUILD_DIR=asmtools
View it on GitLab: https://salsa.debian.org/java-team/asmtools/-/compare/60499b05e43a9df04b4cacfe4ecf654ce40afb5b...b5baefb43baaa49548460e4e9a0987cfecb6465a
--
View it on GitLab: https://salsa.debian.org/java-team/asmtools/-/compare/60499b05e43a9df04b4cacfe4ecf654ce40afb5b...b5baefb43baaa49548460e4e9a0987cfecb6465a
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/20240805/40fa17a3/attachment.htm>
More information about the pkg-java-commits
mailing list