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

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

commit 8905e08903e025e85415c52e151ffa09d7584774
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Apr 4 20:28:36 2015 +0200

    examples/check-build: update stripping of binary packages.
    
    Besides removing .deb lines from the .changes file, also change the
    Architecture: field.
---
 examples/check-build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/check-build b/examples/check-build
index 0b96217..1373257 100755
--- a/examples/check-build
+++ b/examples/check-build
@@ -122,6 +122,7 @@ else
                        if [ "$STRIPARCHANY" = "y" ]; then
                                
ALLONLYCHANGES="${CHANGES%%_$ARCH.changes}_allonly.changes"
                                sed "/_$ARCH\.deb/ d" "$CHANGES" > 
"$ALLONLYCHANGES"
+                               perl -pi -e "s,^Architecture: source 
$ARCH$,Architecture: source," "$ALLONLYCHANGES"
                                debsign "$ALLONLYCHANGES"
                                echo
                                cat "$ALLONLYCHANGES"

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to