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. a8234360e4a96120a228


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a8234360e4a96120a2286f6634379864ef94f9ac
Date: Tue, 14 Dec 2010 21:06:50 +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  a8234360e4a96120a2286f6634379864ef94f9ac (commit)
      from  fc27f8e62827a393c4632974c9d7dcbd46a9066c (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=a8234360e4a96120a2286f6634379864ef94f9ac


commit a8234360e4a96120a2286f6634379864ef94f9ac
Author: Gabriele Giacone <address@hidden>
Date:   Tue Dec 14 21:59:58 2010 +0100

    Remove hardcoded -j4 from debian packaging

diff --git a/packaging/deb.am b/packaging/deb.am
index a716f41..5d410a5 100644
--- a/packaging/deb.am
+++ b/packaging/deb.am
@@ -257,6 +257,6 @@ deb-edit-control: deb-copy-files
 # Build the package. debuild would also work. This requires all
 # the file editing to be done
 snapshot-deb:
-       (cd $(BUILD_DIR); dpkg-buildpackage -rfakeroot -j4)
+       cd $(BUILD_DIR) && dpkg-buildpackage -rfakeroot
 
 .PHONY : deb debian snapshot-deb setup-deb deb-edit-control deb-edit-changelog 
deb-copy-files deb-rename-build deb-edit-configure deb-edit-install 
deb-edit-utilities deb-edit-python deb-edit-browser

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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