Codebase list lowmem / 5bf5d51
Merge branch 'scrub-obsolete' into 'master' Remove unnecessary constraints See merge request installer-team/lowmem!2 Samuel Thibault 2 years ago
2 changed file(s) with 6 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
33 * Bump debhelper from deprecated 9 to 13.
44 * Set debhelper-compat version in Build-Depends.
55 * Use ?= for assignments to architecture variables.
6 * Remove constraints unnecessary since buster:
7 + Build-Depends: Drop versioned constraint on dpkg-dev.
8 + lowmemcheck: Drop versioned constraint on cdebconf-udeb and main-menu in
9 Depends.
610
711 -- Debian Janitor <janitor@jelmer.uk> Sun, 05 Sep 2021 18:08:29 -0000
812
11 Section: debian-installer
22 Priority: optional
33 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
4 Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.9.0)
4 Build-Depends: debhelper-compat (= 13)
55 Vcs-Browser: https://salsa.debian.org/installer-team/lowmem
66 Vcs-Git: https://salsa.debian.org/installer-team/lowmem.git
77
88 Package: lowmemcheck
99 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, cdebconf-udeb (>= 0.75), main-menu (>= 1.03)
10 Depends: ${shlibs:Depends}, ${misc:Depends}, cdebconf-udeb, main-menu
1111 Package-Type: udeb
1212 Description: detect low-memory systems and enter lowmem mode
1313