[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 06/11: Fix plugin name generation.

Bernd Zeimetz bernd at bzed.de
Sun Apr 27 10:05:13 UTC 2014


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 7d537eca324722e010be4dc974b87ffba653fba4
Author: Bernd Zeimetz <bernd at bzed.de>
Date:   Sat Apr 26 21:55:04 2014 +0200

    Fix plugin name generation.
---
 debian/control.in | 2 +-
 debian/rules      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index 9ec48d2..6c8e148 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel at lists.alioth.debian.org>
 Uploaders: #AUTO_UPDATE_Uploaders#
-Build-Depends: debhelper (>= 8.0.0), python, python-debian, quilt (>= 0.46-7), autotools-dev, dh-autoreconf, #AUTO_UPDATE_Build-Depends#
+Build-Depends: debhelper (>= 8.0.0), python, python-debian, quilt (>= 0.46-7), dh-autoreconf, #AUTO_UPDATE_Build-Depends#
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-nagios/pkg-nagios-plugins-contrib
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-nagios/pkg-nagios-plugins-contrib;a=summary
diff --git a/debian/rules b/debian/rules
index 54d76db..7f8a706 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ dh_auto_install-%:
 dh_auto_%:
 	set -e; \
 	    export auto_command=`echo $* | sed 's,-.*,,;s,^,dh_auto_,'` ;\
-	    export plugin=`echo $* | sed 's,.*-,,'` ;\
+	    export plugin=`echo $* | sed 's,[^-]*-,,'` ;\
 	    $(DH_AUTO_CALL)
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib



More information about the Pkg-nagios-changes mailing list