Andreas Tille pushed to branch master at Debian Med / qrisk2
Commits: 0be11d69 by Andreas Tille at 2018-08-04T07:38:48Z For some very strange reasons target directories need to be created in advance which is done now - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Sat, 04 Aug 2018 06:01:24 +0200 ===================================== debian/rules ===================================== --- a/debian/rules +++ b/debian/rules @@ -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 View it on GitLab: https://salsa.debian.org/med-team/qrisk2/commit/0be11d69f4d0aa6078dd6cb9f1ba60ea8858087f -- View it on GitLab: https://salsa.debian.org/med-team/qrisk2/commit/0be11d69f4d0aa6078dd6cb9f1ba60ea8858087f You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
