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 453748cd9661a2df47b5130537b136ae57d9c394 (commit) from fea0b26d468f212ddb718290356ddb4f53dbd125 (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 453748cd9661a2df47b5130537b136ae57d9c394 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Feb 27 21:36:17 2011 +0100
build-essentials: Remove automatic provides which is now done by pakfire.
-----------------------------------------------------------------------
Summary of changes: pkgs/build-essentials/build-essentials.nm | 3 ++- pkgs/build-essentials/buildsystem/Templates | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index 63bf21e..43148ef 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -26,7 +26,8 @@ include $(PKGROOT)/Include
PKG_NAME = build-essentials PKG_VER = $(DISTRO_VERSION) -PKG_REL = 6 +PKG_REL = 1 +PKG_EPOCH = 1 PKG_ARCH = noarch
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org diff --git a/pkgs/build-essentials/buildsystem/Templates b/pkgs/build-essentials/buildsystem/Templates index e1196ad..685e978 100644 --- a/pkgs/build-essentials/buildsystem/Templates +++ b/pkgs/build-essentials/buildsystem/Templates @@ -9,8 +9,6 @@ # Default template ###############################################################################
-PKG_PROVIDES-$(PKG_NAME_REAL) = $(PKG_NAME_REAL)=$(THISVER) - # Package all files by default PKG_FILES = /
hooks/post-receive -- IPFire 3.x development tree