This is an automated email from the git hooks/post-receive script. rene pushed a commit to branch debian-experimental-5.3 in repository libreoffice.
commit 0a572fec59fd1c50d0c802df7d7f0e4bc863e1bf Author: Rene Engelhard <r...@debian.org> Date: Thu Aug 18 10:04:51 2016 +0200 remove aotcompile-256M-default.diff is obsolete after e97ad471202ba55ce94aec9888ec557fad350087 --- patches/aotcompile-256M-default.diff | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/patches/aotcompile-256M-default.diff b/patches/aotcompile-256M-default.diff deleted file mode 100644 index 2d46d77..0000000 --- a/patches/aotcompile-256M-default.diff +++ /dev/null @@ -1,28 +0,0 @@ ---- aotcompile.py-old 2007-11-26 11:18:40.000000000 +0100 -+++ aotcompile.py 2007-11-26 11:19:19.000000000 +0100 -@@ -31,23 +31,8 @@ - GCJFLAGS = ["-g", "-O2", "-fPIC", "-findirect-dispatch", "-fjni"] - LDFLAGS = ["-Wl,-Bsymbolic"] - --MAX_CLASSES_PER_JAR = 1024 --MAX_BYTES_PER_JAR = 1048576 -- --# Calculate the maximum jar size/maximum classes per jar. --try: -- for line in file('/proc/meminfo'): -- if line.startswith('MemTotal:'): -- memtotal = int(line.split()[1]) -- break -- if memtotal < 2200000: -- MAX_CLASSES_PER_JAR = 512 -- MAX_BYTES_PER_JAR = 524288 -- if memtotal < 1100000: -- MAX_CLASSES_PER_JAR = 256 -- MAX_BYTES_PER_JAR = 262144 --except: -- pass -+MAX_CLASSES_PER_JAR = 256 -+MAX_BYTES_PER_JAR = 262144 - - MAKEFILE = "Makefile" - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git