From: Lucas Werkmeister Date: Fri, 19 Aug 2016 15:35:23 +0000 (+0200) Subject: Fix debian build X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=68bd7db482555f4f6f6ce689e536834fa5625884 Fix debian build In order to assemble the testing package, we need to, well, build it. Change-Id: Ia1d8de6c569ef219be7d6557f86048d07a591dcd --- diff --git a/debian/rules b/debian/rules index f0e56fb9..23dbd661 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ dh $@ build: - ant pack + ant pack pack-testing override_dh_auto_clean: echo i dont clean