[SCM] GNU Shockwave Flash (SWF) player branch, master, updated. debian/0.8.9-1-4-g43197fa

Gabriele Giacone gg0-guest at alioth.debian.org
Wed Mar 30 23:21:45 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Shockwave Flash (SWF) player".

The branch, master has been updated
       via  43197fa7f7980ede02e79324cfc16ebd392896c8 (commit)
      from  86525d7686998b7bcbf6a1d77457560055cf7699 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 43197fa7f7980ede02e79324cfc16ebd392896c8
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Thu Mar 31 01:07:47 2011 +0200

    Fix hyphen-used-as-minus-sign fix.

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8419d43..a3c3b6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ override_dh_auto_install:
 
 	# lintian: hyphen-used-as-minus-sign
 	for manfile in $(MANPTOFIX); do \
-			sed -i '2,$$s/[:alnum:\\]\?\-/\\\-/g' $$manfile; \
+			sed -i '2,$$s/\([:alnum:\\]\?\)\-/\1\\\-/g' $$manfile; \
 	done
 
 	cd $(CURDIR)/debian/overrides/ && for i in *; do \


hooks/post-receive
-- 
GNU Shockwave Flash (SWF) player



More information about the pkg-flash-devel mailing list