[Pkg-voip-commits] [asterisk] 01/07: Relax resolving experimental releases.

Jonas Smedegaard dr at jones.dk
Tue Mar 29 16:39:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository asterisk.

commit b3f102fc509f53089536fbb8a6f503c2a6452202
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Mar 29 14:29:45 2016 +0200

    Relax resolving experimental releases.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 802210b..c2810bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,8 +59,8 @@ DEB_NOEPOCH_VERSION:=$(shell echo $(DEBVERSION) | cut -d':' -f 2)
 # fetch script that always returns an error.
 FETCH_ENV = PATH=$$PATH:$(CURDIR)/debian/dummyprogs
 
-# resplve if release is experimental
-EXP_RELEASE := $(if $(shell dpkg-parsechangelog | grep -x 'Distribution: \(experimental\|UNRELEASED\)'),exp)
+# resolve if release is experimental
+EXP_RELEASE := $(if $(shell dpkg-parsechangelog | grep '^Distribution: \(experimental\|UNRELEASED\)'),exp)
 
 override_dh_autoreconf:
 	if [ ! -r configure.debian_sav ]; then cp -a configure configure.debian_sav; fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list