[med-svn] [Git][med-team/kent-core][master] set CGI_BIN_USER and create subdirectory for kent-core-web
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Apr 14 08:51:05 BST 2023
Andreas Tille pushed to branch master at Debian Med / kent-core
Commits:
9f2eb78e by Andreas Tille at 2023-04-14T09:49:09+02:00
set CGI_BIN_USER and create subdirectory for kent-core-web
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -6,10 +6,15 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CGI_BIN=$(CURDIR)/debian/kent-core-web/usr/lib/cgi-bin/kent-core
+export CGI_BIN_USER=$(CURDIR)/debian/kent-core-web/usr/lib/cgi-bin/kent-core
export HOME=$(CURDIR)
%:
dh $@ --sourcedirectory=src --no-parallel # FIXME: no-parallel is just set for debugging - remove it before uploading
+override_dh_auto_build:
+ mkdir -p $(CGI_BIN)
+ dh_auto_build
+
override_dh_auto_test:
PATH=$(CURDIR)/bin:$(PATH) dh_auto_test
View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/9f2eb78e415005199ba9a78a21449afa90a112bc
--
View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/9f2eb78e415005199ba9a78a21449afa90a112bc
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/20230414/a7dea6a2/attachment.htm>
More information about the debian-med-commit
mailing list