Commit 0be11d69 authored by Andreas Tille's avatar Andreas Tille
Browse files

For some very strange reasons target directories need to be created in advance which is done now

parent ba0edbca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@ qrisk2 (0.1.20150729-3) unstable; urgency=medium
  * debhelper 11
  * Point Vcs fields to salsa.debian.org
  * Standards-Version: 4.1.5
  * For some very strange reasons target directories need to be created in
    advance which is done now

 -- Andreas Tille <tille@debian.org>  Sat, 04 Aug 2018 06:01:24 +0200

+5 −0
Original line number Diff line number Diff line
@@ -7,5 +7,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
	dh $@

override_dh_auto_build:
	mkdir -p lib
	mkdir -p executables
	dh_auto_build

get-orig-source:
	./debian/get-orig-source