gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. ea3abc1a66158177e118


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. ea3abc1a66158177e118a417a897bb3b850cf939
Date: Mon, 08 Nov 2010 21:41:44 +0000

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 "Gnash".

The branch, master has been updated
       via  ea3abc1a66158177e118a417a897bb3b850cf939 (commit)
      from  b3010e9d2fdb0192f2124521f6242c95ac302849 (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=ea3abc1a66158177e118a417a897bb3b850cf939


commit ea3abc1a66158177e118a417a897bb3b850cf939
Author: Sandro Santilli <address@hidden>
Date:   Mon Nov 8 22:37:54 2010 +0100

    Do not make expectances on gnash version string, but accept any version

diff --git a/packaging/deb.am b/packaging/deb.am
index 7281ea5..e49ddb3 100644
--- a/packaging/deb.am
+++ b/packaging/deb.am
@@ -206,13 +206,13 @@ deb-edit-configure:
        @echo "Editing configure.ac in $(BUILD_VERSION)..."
        @if test ! -f $(BUILD_DIR)/configure.ac.orig; then \
          mv -f $(BUILD_DIR)/configure.ac $(BUILD_DIR)/configure.ac.orig; \
-         sed -e "s/AC_INIT(gnash, master)/AC_INIT(gnash, $(BUILD_VERSION))/" \
+         sed -e "s/AC_INIT(gnash, [^)]*)/AC_INIT(gnash, $(BUILD_VERSION))/" \
            $(BUILD_DIR)/configure.ac.orig > $(BUILD_DIR)/configure.ac; \
        fi
        @echo "Editing configure in $(BUILD_VERSION)..."
        @if test ! -f $(BUILD_DIR)/configure.orig; then \
          mv -f $(BUILD_DIR)/configure $(BUILD_DIR)/configure.orig; \
-         sed -e "s/ VERSION='master'/ VERSION='$(BUILD_VERSION)'/" \
+         sed -e "s/ VERSION='[^']*'/ VERSION='$(BUILD_VERSION)'/" \
            $(BUILD_DIR)/configure.orig > $(BUILD_DIR)/configure; \
           chmod u+x $(BUILD_DIR)/configure; \
        fi

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

Summary of changes:
 packaging/deb.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]