[Git][java-team/jamm][master] 5 commits: Standards-Version updated to 4.7.4
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Apr 1 08:03:59 BST 2026
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / jamm
Commits:
d63df016 by Emmanuel Bourg at 2026-04-01T08:36:24+02:00
Standards-Version updated to 4.7.4
- - - - -
e61030b3 by Emmanuel Bourg at 2026-04-01T08:57:19+02:00
Removed libjamm-java-doc (Closes: #1131654)
- - - - -
aeb77eb7 by Emmanuel Bourg at 2026-04-01T08:57:58+02:00
Removed the Rules-Requires-Root field
- - - - -
e3fbd1c5 by Emmanuel Bourg at 2026-04-01T09:03:18+02:00
Simplified debian/rules
- - - - -
4a39c7a8 by Emmanuel Bourg at 2026-04-01T09:03:36+02:00
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- − debian/libjamm-java-doc.doc-base.api
- − debian/libjamm-java-doc.install
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+jamm (0.4.0-3) unstable; urgency=medium
+
+ * Team upload.
+ * Removed libjamm-java-doc (Closes: #1131654)
+ * Standards-Version updated to 4.7.4
+ * Removed the Rules-Requires-Root field
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 01 Apr 2026 09:03:29 +0200
+
jamm (0.4.0-2) unstable; urgency=medium
[ Vladimir Petko ]
=====================================
debian/control
=====================================
@@ -7,15 +7,12 @@ Uploaders:
Build-Depends:
debhelper-compat (= 13),
default-jdk,
- default-jdk-doc,
junit4 (>= 4.11),
- libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.1),
-Standards-Version: 4.6.2
+Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/java-team/jamm.git
Vcs-Browser: https://salsa.debian.org/java-team/jamm
Homepage: https://github.com/jbellis/jamm/
-Rules-Requires-Root: no
Package: libjamm-java
Architecture: all
@@ -23,9 +20,7 @@ Depends:
${maven:CompileDepends},
${maven:Depends},
${misc:Depends},
-Suggests:
- libjamm-java-doc,
- ${maven:OptionalDepends},
+Suggests: ${maven:OptionalDepends},
Description: Java Agent for Memory Measurements
Jamm provides MemoryMeter, a java agent to measure actual object memory
use including JVM overhead.
@@ -38,30 +33,3 @@ Description: Java Agent for Memory Measurements
MemoryMeter uses reflection to crawl the object graph for measureDeep.
By default, MemoryMeter keeps track of descendants visited by
measureDeep with an IdentityHashMap.
-
-Package: libjamm-java-doc
-Architecture: all
-Section: doc
-Depends:
- libjs-jquery,
- libjs-jquery-ui,
- ${misc:Depends},
-Recommends:
- ${maven:DocDepends},
- ${maven:DocOptionalDepends},
-Suggests:
- libjamm-java,
-Description: Documentation for Java Agent for Memory Measurements
- Jamm provides MemoryMeter, a java agent to measure actual object memory
- use including JVM overhead.
- .
- MemoryMeter is as accurate as
- java.lang.instrument.Instrumentation.getObjectSize, which only claims
- to provide "approximate" results, but in practice seems to work as
- expected.
- .
- MemoryMeter uses reflection to crawl the object graph for measureDeep.
- By default, MemoryMeter keeps track of descendants visited by
- measureDeep with an IdentityHashMap.
- .
- This package contains the API documentation of libjamm-java.
=====================================
debian/libjamm-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libjamm-java
-Title: API Javadoc for Java Agent for Memory Measurements
-Author: Java Agent for Memory Measurements developers
-Abstract: This is the API Javadoc provided for the
- libjamm-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libjamm-java/api/index.html
-Files: /usr/share/doc/libjamm-java/api/*
=====================================
debian/libjamm-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* usr/share/doc/libjamm-java/api
=====================================
debian/rules
=====================================
@@ -1,16 +1,7 @@
#!/usr/bin/make -f
-JQUERY_DIR = debian/libjamm-java-doc/usr/share/doc/libjamm-java/api/script-dir
-
%:
- dh $@ --buildsystem=maven
+ dh $@
execute_before_dh_auto_configure:
rm -f test/org/github/jamm/jmh/Benchmark*.java test/org/github/jamm/strategies/MemoryMeterStrategyTest.java
-
-execute_after_dh_installdocs:
- ln -fs /usr/share/javascript/jquery/jquery.min.js ${JQUERY_DIR}/jquery-3.6.1.min.js
- ln -fs /usr/share/javascript/jquery-ui/jquery-ui.min.js \
- ${JQUERY_DIR}/jquery-ui.min.js
- ln -fs /usr/share/javascript/jquery-ui/themes/base/jquery-ui.min.css \
- ${JQUERY_DIR}/jquery-ui.min.css
View it on GitLab: https://salsa.debian.org/java-team/jamm/-/compare/0e9f317c776ce70fa829fd2e3cd0123b857bc8fd...4a39c7a85aad32ef0067db33c0e29970105269b0
--
View it on GitLab: https://salsa.debian.org/java-team/jamm/-/compare/0e9f317c776ce70fa829fd2e3cd0123b857bc8fd...4a39c7a85aad32ef0067db33c0e29970105269b0
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/20260401/a0ecc8d5/attachment.htm>
More information about the pkg-java-commits
mailing list