[SCM] libmail-cclient-perl Debian packaging branch, master, updated. debian/1.12-10-7-g368d753
gregor herrmann
gregoa at debian.org
Sat Jan 26 00:36:30 UTC 2013
The following commit has been merged in the master branch:
commit 31d9acaa4397a42206638b2fa90dc19d5e3635fd
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jan 26 01:33:11 2013 +0100
Install debian/tests.txt only when DEB_BUILD_OPTIONS does not contain nocheck.
Thanks: Thorsten Glaser for the bug report.
Closes: #698979
diff --git a/debian/rules b/debian/rules
index e21a1bf..e010464 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,9 @@ DEB_MAKEMAKER_USER_FLAGS := --with-shared_cclient --with-pam --with-ssl --cclien
DEB_INSTALL_EXAMPLES_libmail-cclient-perl := examples/*
DEB_MAKE_CHECK_TARGET = test | tee debian/tests.txt || true
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
DEB_INSTALL_DOCS_ALL += debian/tests.txt
+endif
binary-fixup/libmail-cclient-perl::
chmod a-x $(cdbs_curdestdir)/usr/share/doc/$(cdbs_curpkg)/examples/*.txt
--
libmail-cclient-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list