summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules3
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index cc99300b..64f72d50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ btrfs-progs (4.5.2-1) unstable; urgency=medium
initramfs. Thus won't fix Closes: #801192
* No sponsorship required Closes: #823474
* Add Provides btrfs-tools-udeb to the -progs-udeb package.
+ * Enable verbose build.
[ Ben Hutchings ]
* Show only errors from boot-time "btrfs scan" if "quiet" is
diff --git a/debian/rules b/debian/rules
index 12338971..9c7cfae8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,9 @@ CFLAGS := $(patsubst -O2,-Os,$(CFLAGS))
override_dh_auto_configure:
dh_auto_configure -- --bindir=/bin
+override_dh_auto_build:
+ dh_auto_build -- V=1
+
override_dh_auto_install:
dh_auto_install --destdir=debian/btrfs-progs