Package: src:coreutils Version: 8.21-1.2 Severity: normal Tags: patch User: helm...@debian.org Usertags: rebootstrap
Dear Maintainer, coreutils fails to build here, I cannot tell whether that is my fault, because the build logs don't tell. Please make them tell what's happening. For rationale, see: https://wiki.debian.org/ReleaseGoals/VerboseBuildLogs Please consider the attached patch. Helmut
diff -u coreutils-8.21/debian/changelog coreutils-8.21/debian/changelog --- coreutils-8.21/debian/changelog +++ coreutils-8.21/debian/changelog @@ -1,3 +1,10 @@ +coreutils (8.21-1.3) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Enable verbose builds logs. (Closes: #-1). + + -- Helmut Grohne <hel...@subdivi.de> Tue, 10 Jun 2014 05:54:58 +0200 + coreutils (8.21-1.2) unstable; urgency=low * Non-maintainer upload. diff -u coreutils-8.21/debian/rules coreutils-8.21/debian/rules --- coreutils-8.21/debian/rules +++ coreutils-8.21/debian/rules @@ -52,6 +52,7 @@ --prefix=/usr -v \ --libexecdir=/usr/lib \ --infodir=/usr/share/info --mandir=/usr/share/man \ + --disable-silent-rules \ $(BUILDPROG_OPTS) echo configured > configure-stamp