[med-svn] [Git][med-team/kent-core][master] Override auto_build and auto_test
Andreas Tille (@tille)
gitlab at salsa.debian.org
Wed Apr 12 18:46:43 BST 2023
Andreas Tille pushed to branch master at Debian Med / kent-core
Commits:
7d319bde by Andreas Tille at 2023-04-12T19:45:28+02:00
Override auto_build and auto_test
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -6,6 +6,13 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export CGI_BIN=$(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:
+ cd src && ${MAKE} utils USE_HAL=0 USE_FREETYPE=0 USE_HIC=0 BINDIR=$(CURDIR)/bin
+
+override_dh_auto_test:
+ PATH=$(CURDIR)/bin:$(PATH) dh_auto_test
View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/7d319bde895f486f498c58044f3deb4646c17dd1
--
View it on GitLab: https://salsa.debian.org/med-team/kent-core/-/commit/7d319bde895f486f498c58044f3deb4646c17dd1
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/20230412/941d0d32/attachment.htm>
More information about the debian-med-commit
mailing list