[xml-security-c] 11/24: Fail package build if any installed file is left out in the future
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch master
in repository xml-security-c.
commit 2207b52c22f5124a3ecf9e9d2e0b791b230eafb9
Author: Ferenc Wágner <wferi at niif.hu>
Date: Tue Nov 24 16:53:45 2015 +0100
Fail package build if any installed file is left out in the future
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index e369772..5b29696 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,11 @@ override_dh_autoreconf:
dh_autoreconf --as-needed
override_dh_auto_configure:
- dh_auto_configure -- --without-xalan
+ dh_auto_configure -- --without-xalan --disable-static
# Install man pages for the xml-security-c-utils binaries.
override_dh_install:
- dh_install
+ dh_install --fail-missing
mkdir -p '$(UTILS_MAN1DIR)'
set -e; for pod in debian/man-pages/*.pod ; do \
pod2man "$$pod" --section 1 --name=`basename "$$pod"` \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list