[Pkg-octave-commit] [octave-pkg-dev] 02/02: octave-pkg.mk: Introduce variable OCTPKG_CHECK_ENV
Rafael Laboissiere
rafael at debian.org
Fri Dec 29 18:51:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
rafael pushed a commit to branch master
in repository octave-pkg-dev.
commit ef32adf33381d6bd5ae3f86a352a8b90448233ee
Author: Rafael Laboissiere <rafael at debian.org>
Date: Fri Dec 29 16:50:23 2017 -0200
octave-pkg.mk: Introduce variable OCTPKG_CHECK_ENV
This allows the octave-msh pacckge to pass an environment variable to
the check-pkg script.
Gbp-Dch: Ignore
---
octave-pkg.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/octave-pkg.mk b/octave-pkg.mk
index 66cc0bf..2fe27ad 100644
--- a/octave-pkg.mk
+++ b/octave-pkg.mk
@@ -99,7 +99,7 @@ override_dh_auto_install:
$(libdir)/install-docs
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
# Check package
- $(libdir)/check-pkg
+ $(OCTPKG_CHECK_ENV) $(libdir)/check-pkg
endif
# Remove directories
-rmdir --ignore-fail-on-non-empty -p \
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-pkg-dev.git
More information about the Pkg-octave-commit
mailing list