Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Hello,

As mentioned in #930493, I have re-measured the minimum memory
contraints of d-i, and the g-i part is in rootskel, as attached here,
could you unblock it?

unblock rootskel/1.131

-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 
'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 
'proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 
'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), 
(1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.1.0 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), 
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru rootskel-1.129/debian/changelog rootskel-1.131/debian/changelog
--- rootskel-1.129/debian/changelog     2019-04-20 02:24:53.000000000 +0200
+++ rootskel-1.131/debian/changelog     2019-06-13 21:28:44.000000000 +0200
@@ -1,3 +1,24 @@
+rootskel (1.131) unstable; urgency=medium
+
+  * Team upload
+  * Remove spurious files.
+
+ -- Samuel Thibault <sthiba...@debian.org>  Thu, 13 Jun 2019 21:28:44 +0200
+
+rootskel (1.130) unstable; urgency=medium
+
+  * Team upload
+
+  [ Cyril Brulebois ]
+  * Remove Christian Perrier from Uploaders, with many thanks for all
+    his contributions over the years! (Closes: #927486)
+
+  [ Samuel Thibault ]
+  * src/lib/debian-installer.d/S60frontend: Update gtk memory limit, now with
+    encryption support which eats a lot.
+
+ -- Samuel Thibault <sthiba...@debian.org>  Thu, 13 Jun 2019 20:39:11 +0200
+
 rootskel (1.129) unstable; urgency=medium
 
   * S50entropy-source: start haveged when appropriate, to avoid entropy
diff -Nru rootskel-1.129/debian/control rootskel-1.131/debian/control
--- rootskel-1.129/debian/control       2019-03-08 15:21:53.000000000 +0100
+++ rootskel-1.131/debian/control       2019-06-02 13:29:14.000000000 +0200
@@ -2,7 +2,7 @@
 Section: debian-installer
 Priority: standard
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
-Uploaders: Colin Watson <cjwat...@debian.org>, Bastian Blank 
<wa...@debian.org>, Christian Perrier <bubu...@debian.org>, Steve McIntyre 
<93...@debian.org>
+Uploaders: Colin Watson <cjwat...@debian.org>, Bastian Blank 
<wa...@debian.org>, Steve McIntyre <93...@debian.org>
 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.7.0), linux-libc-dev (>= 
2.6.38) [linux-any]
 Vcs-Browser: https://salsa.debian.org/installer-team/rootskel
 Vcs-Git: https://salsa.debian.org/installer-team/rootskel.git
diff -Nru rootskel-1.129/src/lib/debian-installer.d/S60frontend 
rootskel-1.131/src/lib/debian-installer.d/S60frontend
--- rootskel-1.129/src/lib/debian-installer.d/S60frontend       2017-02-11 
22:24:40.000000000 +0100
+++ rootskel-1.131/src/lib/debian-installer.d/S60frontend       2019-06-02 
13:28:52.000000000 +0200
@@ -31,14 +31,14 @@
        case "$(archdetect)" in
        # Tested with Uyghur
            powerpc/*|amd64/*)
-               local MEMLIMIT=310 ;;   # is 316864kB, qemu -m 327
+               local MEMLIMIT=766 ;;   # is 783460kB, qemu -m 800
            kfreebsd-amd64/*)
                # See Bug#783775 for derivation.
                local MEMLIMIT=144 ;;   # is 147456kB, qemu -m 256
            hurd-i386/*)
                local MEMLIMIT=750 ;;   #              qemu -m 750
            *)
-               local MEMLIMIT=281 ;;   # is 287732kB, qemu -m 293
+               local MEMLIMIT=534 ;;   # is 546188kB, qemu -m 550
        esac
 
        if [ $(get_mem) -lt $MEMLIMIT ] ; then

Reply via email to