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 "IPFire 3.x development tree".
The branch, master has been updated via ddf9e213e6d1952f26a485812ca4ccaa22060c76 (commit) via c0ee1f9e24e85979ad9695701f79cf0e69b75fce (commit) from 20c6a7451b98e67be30ea6684061e10bb12cd579 (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 ddf9e213e6d1952f26a485812ca4ccaa22060c76 Merge: 20c6a74 c0ee1f9 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun May 6 23:10:33 2012 +0200
Merge remote-tracking branch 'stevee/makedepend'
commit c0ee1f9e24e85979ad9695701f79cf0e69b75fce Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun May 6 23:06:30 2012 +0200
makedepend: New package.
This is required to build newer version's of mesa.
-----------------------------------------------------------------------
Summary of changes: .../xorg-x11-xinit.nm => makedepend/makedepend.nm | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) copy xorg-x11-xinit/xorg-x11-xinit.nm => makedepend/makedepend.nm (65%)
Difference in files: diff --git a/makedepend/makedepend.nm b/makedepend/makedepend.nm new file mode 100644 index 0000000..7eca2cb --- /dev/null +++ b/makedepend/makedepend.nm @@ -0,0 +1,35 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team info@ipfire.org # +############################################################################### + +name = makedepend +version = 1.0.4 +release = 1 + +groups = Development/Tools +url = http://www.x.org +license = MIT +summary = makedepend - create dependencies in makefiles. + +description + Makedepend automatically creates dependencies in makefiles. +end + +source_dl = ftp://ftp.x.org/pub/individual/util/ + +build + requires + pkg-config + xorg-x11-util-macros + xorg-x11-proto-devel + end +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end
hooks/post-receive -- IPFire 3.x development tree