From 73ac2d52d7ca109873f507b4c0e3033697f6b166 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 12 Feb 2019 18:26:05 -0800 Subject: [PATCH] added debug info to deb pkg for #460 --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 9a794c695..6bb702cee 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,10 @@ export QT_SELECT := qt5 %: dh $@ +override_dh_auto_configure: + ls -a + dh_auto_configure + override_dh_auto_build: lrelease olive.pro dh_auto_build