Étienne Mollier pushed to branch master at Debian Med / bbmap


Commits:
f0e1c3ab by Étienne Mollier at 2025-04-06T18:51:36+02:00
32bit.patch: reduce java heap to 2000m.

This fixes autopkgtest failures on armel.

- - - - -
bd8dd5dc by Étienne Mollier at 2025-04-06T18:52:45+02:00
d/changelog: ready for upload to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/patches/32bit.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+bbmap (39.20+dfsg-2) unstable; urgency=medium
+
+  * 32bit.patch: reduce java heap to 2000m.
+    This fixes autopkgtest failures on armel.
+
+ -- Étienne Mollier <[email protected]>  Sun, 06 Apr 2025 18:52:32 +0200
+
 bbmap (39.20+dfsg-1) unstable; urgency=medium
 
   * New upstream version 39.20+dfsg


=====================================
debian/patches/32bit.patch
=====================================
@@ -15,8 +15,8 @@ This patch header follows DEP-3: 
http://dep.debian.net/deps/dep3/
                RAM=$(( ((x-500000)*mult/100)/1024 ))
 +              # cap to 2.2GiB on 32bit systems
 +              if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" = 32 ] \
-+                 && [ "$RAM" -gt "2200" ]
-+              then RAM="2200"
++                 && [ "$RAM" -gt "2000" ]
++              then RAM="2000"
 +              fi
                #echo $RAM
        fi



View it on GitLab: 
https://salsa.debian.org/med-team/bbmap/-/compare/8dd5957a87b1153274ef76e90f6719e283580673...bd8dd5dce540ac08230939b2260fa78bf36b5c2e

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/bbmap/-/compare/8dd5957a87b1153274ef76e90f6719e283580673...bd8dd5dce540ac08230939b2260fa78bf36b5c2e
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to