diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4ba4473..0a9ac6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +mmdebstrap (1.5.3-1) unstable; urgency=medium + + * New upstream version 1.5.3 + * debian/control: add comment that dpkg-dev is also needed for + mmdebstrap-autopkgtest-build-qemu + * m-a-b-q: replace test_installed by dpkg-checkbuilddeps (Closes: + #1076476) + + -- Johannes Schauer Marin Rodrigues <josch@debian.org> Fri, 13 Sep 2024 09:54:12 +0200 + mmdebstrap (1.5.2-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index fcc6570..c5129e3 100644 --- a/debian/control +++ b/debian/control @@ -63,6 +63,7 @@ Suggests: distro-info-data, # the dpkg-architecture binary to turn a Debian architecture into the # DEB_HOST_MULTIARCH value +# the dpkg-checkbuilddeps binary for mmdebstrap-autopkgtest-build-qemu dpkg-dev, # --format=ext2 genext2fs, |