Your message dated Tue, 7 May 2024 22:31:28 +0200
with message-id <[email protected]>
and subject line Re: xfsprogs: please increase default build verbosity (make
V=1)
has caused the Debian Bug report #1063774,
regarding xfsprogs: please increase default build verbosity (make V=1)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1063774: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063774
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xfsprogs
Version: 6.5.0-1
Tags: patch
Dear Maintainer,
section 4.9 of the Debian Policy reads:
"The package build should be as verbose as reasonably possible, except
where the terse tag is included in DEB_BUILD_OPTIONS".
https://www.debian.org/doc/debian-policy/ch-source.html#main-building-script-debian-rules
Please consider applying the attached patch, which implements such
behavior for xfsprogs by passing V=1 to make by default.
diff -Nru xfsprogs-6.5.0/debian/changelog xfsprogs-6.5.0/debian/changelog
--- xfsprogs-6.5.0/debian/changelog 2023-10-12 14:00:00.000000000 +0200
+++ xfsprogs-6.5.0/debian/changelog 2024-02-12 16:09:51.000000000 +0100
@@ -1,3 +1,10 @@
+xfsprogs (6.5.0-1.1) UNRELEASED; urgency=medium
+
+ * Increase build verbosity, and add support for the "terse"
+ DEB_BUILD_OPTIONS tag.
+
+ -- Emanuele Rocca <[email protected]> Mon, 12 Feb 2024 16:09:51 +0100
+
xfsprogs (6.5.0-1) unstable; urgency=low
* New upstream release
diff -Nru xfsprogs-6.5.0/debian/rules xfsprogs-6.5.0/debian/rules
--- xfsprogs-6.5.0/debian/rules 2023-08-15 21:15:28.000000000 +0200
+++ xfsprogs-6.5.0/debian/rules 2024-02-12 16:09:51.000000000 +0100
@@ -7,6 +7,10 @@
PMAKEFLAGS += -j$(NUMJOBS)
endif
+ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
+ PMAKEFLAGS += V=1
+endif
+
package = xfsprogs
develop = xfslibs-dev
bootpkg = xfsprogs-udeb
--- End Message ---
--- Begin Message ---
Version: 6.7.0-1
--- End Message ---