summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-05-10 10:16:27 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-05-10 10:16:27 +0100
commit5c5cfd90a21f91f432a0401f8908e6732fb509cd (patch)
treeec556d8bbf1e77c4adb6a5497a3429ef14a9fdbb
parent2a390cd010973170ca1782bdfcc81e10956499d6 (diff)
Enable verbose build.debian/4.5.2-1
-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