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 795572ba9beeaa7379b7ff95c71fc0cf3f563c23 (commit) via 05db332b071fd4e387b7a5cc69889a639fed7feb (commit) via 98c9c69a94fb3c1bd3e9e110d05c8f9acdee5977 (commit) from 57b732dbec865b4a47644a8d71a7fa1b11e36586 (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 795572ba9beeaa7379b7ff95c71fc0cf3f563c23 Merge: 05db332 57b732d Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 10 16:00:54 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 05db332b071fd4e387b7a5cc69889a639fed7feb Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 10 16:00:36 2011 +0100
libcap: Add some tests.
commit 98c9c69a94fb3c1bd3e9e110d05c8f9acdee5977 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Mar 10 15:59:56 2011 +0100
build-essentials: -libs packages do not necessarily need the main package.
-----------------------------------------------------------------------
Summary of changes: pkgs/build-essentials/buildsystem/Templates | 2 -- pkgs/libcap/libcap.nm | 8 ++++++-- 2 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/build-essentials/buildsystem/Templates b/pkgs/build-essentials/buildsystem/Templates index 685e978..e632adf 100644 --- a/pkgs/build-essentials/buildsystem/Templates +++ b/pkgs/build-essentials/buildsystem/Templates @@ -42,8 +42,6 @@ endef PKG_DESCRIPTION-$(PKG_NAME_REAL)-libs = Library files of $(THISAPP). PKG_SUMMARY-$(PKG_NAME_REAL)-libs = $(PKG_DESCRIPTION-$(PKG_NAME_REAL)-libs)
-PKG_DEPS-$(PKG_NAME_REAL)-libs = $(PKG_NAME_REAL)=$(THISVER) - define PKG_FILES-$(PKG_NAME_REAL)-libs /lib/lib*.so.* /usr/lib/lib*.so.* diff --git a/pkgs/libcap/libcap.nm b/pkgs/libcap/libcap.nm index 7e1b56c..34cf31b 100644 --- a/pkgs/libcap/libcap.nm +++ b/pkgs/libcap/libcap.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = libcap PKG_VER = 2.19 -PKG_REL = 0 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUP = System/Libraries @@ -41,7 +41,7 @@ define PKG_DESCRIPTION draft 15 capabilities. endef
-PKG_BUILD_DEPS+= libattr-devel pam-devel perl +PKG_BUILD_DEPS+= libattr-devel pam-devel perl /bin/ping
PKG_TARBALL = $(THISAPP).tar.gz
@@ -49,6 +49,10 @@ define STAGE_BUILD cd $(DIR_APP) && make DYNAMIC=yes LIBATTR=yes endef
+define STAGE_TEST + cd $(DIR_APP)/progs && ./quicktest.sh +endef + define STAGE_INSTALL cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) lib=/lib
hooks/post-receive -- IPFire 3.x development tree