Build as verbosely as possible.

This commit is contained in:
Carlos Maddela
2019-01-31 04:34:03 +11:00
parent dc27f5e3fa
commit e4f86281b1
2 changed files with 3 additions and 0 deletions

1
debian/changelog vendored
View File

@@ -4,6 +4,7 @@ dvdisaster (0.79.5-7) UNRELEASED; urgency=medium
* Build with Debhelper compat level 12.
* Set "Rules-Requires-Root: no".
* Simplify process by which mutable files are backed up and restored.
* Build as verbosely as possible.
-- Carlos Maddela <e7appew@gmail.com> Thu, 31 Jan 2019 03:58:19 +1100

2
debian/rules vendored
View File

@@ -1,5 +1,7 @@
#!/usr/bin/make -f
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk