Codebase list lowmem / 158b53c
Merge branch 'lintian-fixes' into 'master' Fix some issues reported by lintian See merge request installer-team/lowmem!1 Samuel Thibault 2 years ago
6 changed file(s) with 13 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 lowmem (1.51) UNRELEASED; urgency=medium
1
2 * Move source package lintian overrides to debian/source.
3 * Bump debhelper from deprecated 9 to 13.
4 * Set debhelper-compat version in Build-Depends.
5 * Use ?= for assignments to architecture variables.
6
7 -- Debian Janitor <janitor@jelmer.uk> Sun, 05 Sep 2021 18:08:29 -0000
8
09 lowmem (1.50) unstable; urgency=medium
110
211 * Allow with e.g. lowmem=+0 to force a lowmem level, not only bump it.
+0
-1
debian/compat less more
0 9
11 Section: debian-installer
22 Priority: optional
33 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
4 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0)
4 Build-Depends: debhelper-compat (= 13), dpkg-dev (>= 1.9.0)
55 Vcs-Browser: https://salsa.debian.org/installer-team/lowmem
66 Vcs-Git: https://salsa.debian.org/installer-team/lowmem.git
77
00 #! /usr/bin/make -f
11
22 DEB_BUILD_GNU_TYPE := $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
3 DEB_HOST_GNU_TYPE := $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
3 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
44
55 %:
66 dh $@
0 lowmem source: not-using-po-debconf
1 lowmem source: untranslatable-debconf-templates
+0
-2
debian/source.lintian-overrides less more
0 lowmem source: not-using-po-debconf
1 lowmem source: untranslatable-debconf-templates