nss-pam-ldapd commit: r2178 - debian/nss-pam-ldapd/trunk/debian
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r2178 - debian/nss-pam-ldapd/trunk/debian
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r2178 - debian/nss-pam-ldapd/trunk/debian
- Date: Sun, 18 Feb 2018 22:37:31 -0000
Author: arthur
Date: Sun Feb 18 23:37:30 2018
New Revision: 2178
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?revision=2178&view=revision
Log:
do not run test suite if DEB_BUILD_OPTIONS contains nocheck
Modified:
debian/nss-pam-ldapd/trunk/debian/changelog
debian/nss-pam-ldapd/trunk/debian/rules
Modified: debian/nss-pam-ldapd/trunk/debian/changelog
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/changelog Sun Feb 18 23:29:04 2018
(r2177)
+++ debian/nss-pam-ldapd/trunk/debian/changelog Sun Feb 18 23:37:30 2018
(r2178)
@@ -6,8 +6,9 @@
- allow for longer host names (closes: #890508)
* upgrade to debhelper compatibility level 7
* upgrade to standards-version 4.1.3 (change package priority to optional)
+ * do not run test suite if DEB_BUILD_OPTIONS contains nocheck
- -- Arthur de Jong <adejong@debian.org> Sun, 18 Feb 2018 23:28:44 +0100
+ -- Arthur de Jong <adejong@debian.org> Sun, 18 Feb 2018 23:30:00 +0100
nss-pam-ldapd (0.9.8-1) unstable; urgency=medium
Modified: debian/nss-pam-ldapd/trunk/debian/rules
==============================================================================
--- debian/nss-pam-ldapd/trunk/debian/rules Sun Feb 18 23:29:04 2018
(r2177)
+++ debian/nss-pam-ldapd/trunk/debian/rules Sun Feb 18 23:37:30 2018
(r2178)
@@ -21,9 +21,11 @@
# run the tests but ignore the results
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-chmod o-rwx tests/nslcd-test.conf
-dh_auto_test
-cat tests/test-suite.log
+endif
# generate a pynslcd init script on the fly
override_dh_installinit:
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
https://lists.arthurdejong.org/nss-pam-ldapd-commits/
- nss-pam-ldapd commit: r2178 - debian/nss-pam-ldapd/trunk/debian,
Commits of the nss-pam-ldapd project