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. 5b7c0de2385f5b9d6fbc


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 5b7c0de2385f5b9d6fbc40cef6447aaebae67d00
Date: Fri, 03 Dec 2010 01:51:56 +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  5b7c0de2385f5b9d6fbc40cef6447aaebae67d00 (commit)
      from  9e91fe8f196167d60b9d9816b2b5e9405de98927 (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=5b7c0de2385f5b9d6fbc40cef6447aaebae67d00


commit 5b7c0de2385f5b9d6fbc40cef6447aaebae67d00
Author: Rob Savoye <address@hidden>
Date:   Thu Dec 2 18:51:41 2010 -0700

    tweak the list of Packages made from the control file..

diff --git a/packaging/deb.am b/packaging/deb.am
index e49ddb3..80b2146 100644
--- a/packaging/deb.am
+++ b/packaging/deb.am
@@ -85,7 +85,8 @@ BUILD_VERSION := $(shell \
 
 # This is a list of all the packages in the control file.
 PACKAGES := \
-         $(shell if test -f $(srcdir)/packaging/control; then grep Package 
$(srcdir)/packaging/debian/control | sed -e 's/Package://'; fi) \
+       if test -f $(srcdir)/packaging/debian/control; then \
+         grep Package $(srcdir)/packaging/debian/control | sed -e 
's/Package\://'; \
        else \
          echo "gnash"; \
        fi

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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