[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 02/03: build the debian readme again
Bernd Zeimetz
bernd at bzed.de
Tue Aug 18 16:05:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
bzed pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit 1a748543a6a68653d79da8550b81ebd9ff605202
Author: Bernd Zeimetz <bernd at bzed.de>
Date: Tue Aug 18 18:00:39 2015 +0200
build the debian readme again
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4ced005..5b90491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,10 +5,15 @@
export DH_VERBOSE=1
PKGNAME = nagios-plugins-contrib
+PLUGINS := $(shell find $(CURDIR) -mindepth 1 -maxdepth 1 -name .git -prune -o -name .pc -prune -o -name debian -prune -o -type d -printf '%f\n' | sort)
%:
dh $@ --with quilt,python2
+override_dh_auto_build:
+ dh_auto_build
+ $(PACKAGING_HELPER) --generate-readme
+
PACKAGING_HELPER = /usr/bin/python $(CURDIR)/debian/packaging-helper.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list