gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 20422ef125ffd


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, release_0_8_8, updated. 20422ef125ffd81d8fa50443e07f55008a567ad4
Date: Sun, 22 Aug 2010 15:16:28 +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, release_0_8_8 has been updated
       via  20422ef125ffd81d8fa50443e07f55008a567ad4 (commit)
      from  5edc5f0e6e7e39e44b751d54da468441c116144a (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=20422ef125ffd81d8fa50443e07f55008a567ad4


commit 20422ef125ffd81d8fa50443e07f55008a567ad4
Author: Rob Savoye <address@hidden>
Date:   Sun Aug 22 09:16:04 2010 -0600

    don't grep files that are in git, but not the source tarball

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

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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