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 2.x development tree".
The branch, master has been updated via 38b0ebbc9d8bb67c1a248192dea3b2b650e1291e (commit) from 83371d5f5705ca1605343f53c02588083a95d392 (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 38b0ebbc9d8bb67c1a248192dea3b2b650e1291e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon May 9 22:45:06 2011 +0200
libsatsolver: fix package build.
-----------------------------------------------------------------------
Summary of changes: lfs/libsatsolver | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-)
Difference in files: diff --git a/lfs/libsatsolver b/lfs/libsatsolver index 619c477..771430b 100644 --- a/lfs/libsatsolver +++ b/lfs/libsatsolver @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2011 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -32,6 +32,10 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP)
+PROG = libsatsolver +DEPS = "" +PAK_VER = 1 + ############################################################################### # Top-level Rules ############################################################################### @@ -50,6 +54,9 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
+dist : + @$(PAK) + ############################################################################### # Downloading, checking, md5sum ###############################################################################
hooks/post-receive -- IPFire 2.x development tree