[Git][java-team/java-allocation-instrumenter][master] 4 commits: Standards-Version updated to 4.7.0
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Mon Oct 28 17:04:42 GMT 2024
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / java-allocation-instrumenter
Commits:
87afe5f7 by Emmanuel Bourg at 2024-10-28T18:00:36+01:00
Standards-Version updated to 4.7.0
- - - - -
d0473522 by Emmanuel Bourg at 2024-10-28T18:00:51+01:00
Switch to debhelper level 13
- - - - -
5603d2f2 by Emmanuel Bourg at 2024-10-28T18:04:06+01:00
Removed the -java-doc package
- - - - -
bed97e54 by Emmanuel Bourg at 2024-10-28T18:04:17+01:00
Upload to unstable
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- − debian/libjava-allocation-instrumenter-java-doc.install
- − debian/libjava-allocation-instrumenter-java-doc.javadoc
- debian/maven.ignoreRules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+java-allocation-instrumenter (3.1.0-3) unstable; urgency=medium
+
+ * Removed the -java-doc package
+ * Standards-Version updated to 4.7.0
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Oct 2024 18:04:12 +0100
+
java-allocation-instrumenter (3.1.0-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -5,8 +5,7 @@ Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Tim Potter <tpot at hp.com>,
Build-Depends:
- debhelper (>= 11),
- default-jdk-doc,
+ debhelper-compat (= 13),
default-jdk-headless | default-jdk,
javahelper,
junit,
@@ -14,12 +13,11 @@ Build-Depends:
libbuild-helper-maven-plugin-java,
libguava-java,
libjarjar-maven-plugin-java,
- libmaven-javadoc-plugin-java,
libmaven-source-plugin-java,
libmaven-shade-plugin-java,
libreplacer-java,
maven-debian-helper
-Standards-Version: 4.2.1
+Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/java-allocation-instrumenter.git
Vcs-Browser: https://salsa.debian.org/java-team/java-allocation-instrumenter
Homepage: https://github.com/google/allocation-instrumenter
@@ -27,7 +25,7 @@ Homepage: https://github.com/google/allocation-instrumenter
Package: libjava-allocation-instrumenter-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libjava-allocation-instrumenter-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
Description: JVM agent tracking memory allocations
Java Allocation Instrumenter is a Java agent written using the
java.lang.instrument API. Each allocation in your Java program is instrumented;
@@ -35,19 +33,3 @@ Description: JVM agent tracking memory allocations
.
Bytecode rewriting is used to invoke the callback at the site of each
allocation.
-
-Package: libjava-allocation-instrumenter-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libjava-allocation-instrumenter-java, ${maven:DocOptionalDepends}
-Description: JVM agent tracking memory allocations (documentation)
- Java Allocation Instrumenter is a Java agent written using the
- java.lang.instrument API. Each allocation in your Java program is instrumented;
- a user-defined callback is invoked on each allocation.
- .
- Bytecode rewriting is used to invoke the callback at the site of each
- allocation.
- .
- This package contains the documentation for the
- libjava-allocation-instrumenter-java package.
=====================================
debian/libjava-allocation-instrumenter-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-README.md usr/share/doc/libjava-allocation-instrumenter-java
=====================================
debian/libjava-allocation-instrumenter-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs usr/share/doc/libjava-allocation-instrumenter-java/api
=====================================
debian/maven.ignoreRules
=====================================
@@ -1,2 +1,3 @@
junit junit * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
org.ow2.asm asm-xml * * * *
View it on GitLab: https://salsa.debian.org/java-team/java-allocation-instrumenter/-/compare/075c4e44337e5fc4ec00d055040b19617ea65ed1...bed97e54c055f2f425da49bfba94ceeae0f55822
--
View it on GitLab: https://salsa.debian.org/java-team/java-allocation-instrumenter/-/compare/075c4e44337e5fc4ec00d055040b19617ea65ed1...bed97e54c055f2f425da49bfba94ceeae0f55822
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/20241028/05a93660/attachment.htm>
More information about the pkg-java-commits
mailing list