[med-svn] [Git][med-team/qrisk2][master] For some very strange reasons target directories need to be created in advance which is done now
Andreas Tille
gitlab at salsa.debian.org
Sat Aug 4 08:40:01 BST 2018
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 <tille at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180804/6f182ae7/attachment-0001.html>
More information about the debian-med-commit
mailing list