[pkg-perl-tools] 01/02: check-build: Check as well for udebs when astriping arch:any debs

Salvatore Bonaccorso carnil at debian.org
Sat Aug 15 15:04:36 UTC 2015


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

carnil pushed a commit to branch master
in repository pkg-perl-tools.

commit 326570594273c8ac89a11f32f2e443ad34587417
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Aug 15 17:02:14 2015 +0200

    check-build: Check as well for udebs when astriping arch:any debs
---
 examples/check-build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/check-build b/examples/check-build
index d0c3cd5..5ac2dc7 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -147,8 +147,8 @@ else
 		echo
 		cat "$CHANGES"
 		echo
-		if grep -q "_$ARCH\.deb" "$CHANGES"; then
-			read -n 1 -p "strip arch:any .debs? y/N " STRIPARCHANY
+		if grep -q "_$ARCH\.u\?deb" "$CHANGES"; then
+			read -n 1 -p "strip arch:any .(u)debs? y/N " STRIPARCHANY
 			if [ "$STRIPARCHANY" = "y" ]; then
 				ALLONLYCHANGES="${CHANGES%%_$ARCH.changes}_allonly.changes"
 				mergechanges --indep "$CHANGES" "$CHANGES" > "$ALLONLYCHANGES"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git



More information about the Pkg-perl-cvs-commits mailing list