diff -u make-dfsg-4.3/debian/changelog make-dfsg-4.3/debian/changelog --- make-dfsg-4.3/debian/changelog +++ make-dfsg-4.3/debian/changelog @@ -1,16 +1,17 @@ -make-dfsg (4.3-4ubuntu2) impish; urgency=medium +make-dfsg (4.3-4.1build1) jammy; urgency=medium - * No-change rebuild to build packages with zstd compression. + * No-change rebuild to hopefully address LP: #1939973 + * The -4.1 upload also restores the broken gmake symlink (LP: #989961) - -- Matthias Klose Thu, 07 Oct 2021 12:20:35 +0200 + -- Julian Andres Klode Tue, 15 Feb 2022 16:32:21 +0100 -make-dfsg (4.3-4ubuntu1) groovy; urgency=medium +make-dfsg (4.3-4.1) unstable; urgency=medium - * Pass --disable-posix-spawn to configure, as use of posix_spawn() - causes a regression on s390x, with commands getting EPERM when - writing to stdout. + * Non-maintainer upload. + * make-guile: fix broken symlinks /usr/bin/gmake and + /usr/share/man/man1/gmake.1.gz. (Closes: #986240) - -- Julian Andres Klode Wed, 08 Jul 2020 13:38:21 +0200 + -- Sébastien Villemot Sat, 10 Apr 2021 15:55:15 +0200 make-dfsg (4.3-4) unstable; urgency=high diff -u make-dfsg-4.3/debian/control make-dfsg-4.3/debian/control --- make-dfsg-4.3/debian/control +++ make-dfsg-4.3/debian/control @@ -3,8 +3,7 @@ VCS-Browser: https://salsa.debian.org/srivasta/make-dfsg Section: devel Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Manoj Srivastava +Maintainer: Manoj Srivastava Standards-Version: 4.3.0 Homepage: https://www.gnu.org/software/make/ Build-Depends: gettext, po-debconf, debhelper-compat (=12), dh-autoreconf, diff -u make-dfsg-4.3/debian/make-guile.links make-dfsg-4.3/debian/make-guile.links --- make-dfsg-4.3/debian/make-guile.links +++ make-dfsg-4.3/debian/make-guile.links @@ -1,2 +1,2 @@ -make usr/bin/gmake -make.1.gz usr/share/man/man1/gmake.1.gz +usr/bin/make usr/bin/gmake +usr/share/man/man1/make.1.gz usr/share/man/man1/gmake.1.gz diff -u make-dfsg-4.3/debian/rules make-dfsg-4.3/debian/rules --- make-dfsg-4.3/debian/rules +++ make-dfsg-4.3/debian/rules @@ -28,13 +28,13 @@ mkdir -p $(BUILDDIR_GUILE) ac_cv_lib_util_getloadavg=no dh_auto_configure --parallel \ -B$(BUILDDIR_GUILE) -- --prefix=$(PREFIX) $(confflags) \ - --with-guile --disable-posix-spawn + --with-guile endif ifneq (,$(filter make, $(shell dh_listpackages))) mkdir -p $(BUILDDIR_NORMAL) ac_cv_lib_util_getloadavg=no dh_auto_configure --parallel \ -B$(BUILDDIR_NORMAL) -- --prefix=$(PREFIX) $(confflags) \ - --with-guile=no --disable-posix-spawn + --with-guile=no endif override_dh_auto_build: