[kernel] r10008 - in dists/trunk/redhat-cluster/openais/debian: . patches
Frederik Schüler
fs at alioth.debian.org
Mon Dec 24 22:56:49 UTC 2007
Author: fs
Date: Mon Dec 24 22:56:48 2007
New Revision: 10008
Log:
fix hppa FTBFS
bump standards
and release
Modified:
dists/trunk/redhat-cluster/openais/debian/changelog
dists/trunk/redhat-cluster/openais/debian/control
dists/trunk/redhat-cluster/openais/debian/patches/00list
dists/trunk/redhat-cluster/openais/debian/rules
Modified: dists/trunk/redhat-cluster/openais/debian/changelog
==============================================================================
--- dists/trunk/redhat-cluster/openais/debian/changelog (original)
+++ dists/trunk/redhat-cluster/openais/debian/changelog Mon Dec 24 22:56:48 2007
@@ -1,3 +1,10 @@
+openais (0.82-3) unstable; urgency=low
+
+ * Fix FTBFS on hppa.
+ * Update to new standards version.
+
+ -- Frederik Schüler <fs at debian.org> Mon, 24 Dec 2007 23:55:27 +0100
+
openais (0.82-2) unstable; urgency=low
* Install openais/service/logsys.h
Modified: dists/trunk/redhat-cluster/openais/debian/control
==============================================================================
--- dists/trunk/redhat-cluster/openais/debian/control (original)
+++ dists/trunk/redhat-cluster/openais/debian/control Mon Dec 24 22:56:48 2007
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Kernel Team <debian-kernel at lists.debian.org>
Uploaders: Bastian Blank <waldi at debian.org>, Frederik Schüler <fs at debian.org>
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
Build-Depends: dpatch, debhelper (>> 5)
Package: openais
Modified: dists/trunk/redhat-cluster/openais/debian/patches/00list
==============================================================================
--- dists/trunk/redhat-cluster/openais/debian/patches/00list (original)
+++ dists/trunk/redhat-cluster/openais/debian/patches/00list Mon Dec 24 22:56:48 2007
@@ -1,2 +1,3 @@
001_makefile
003_lcr-fixpath
+005_add_hppa_workaround.dpatch
Modified: dists/trunk/redhat-cluster/openais/debian/rules
==============================================================================
--- dists/trunk/redhat-cluster/openais/debian/rules (original)
+++ dists/trunk/redhat-cluster/openais/debian/rules Mon Dec 24 22:56:48 2007
@@ -13,6 +13,8 @@
setup: $(STAMPS_DIR)/setup
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
$(STAMPS_DIR)/setup: SOURCE_FILES = $(filter-out debian, $(wildcard * .[^.]*))
$(STAMPS_DIR)/setup: DIR = $(BUILD_DIR)/build
$(STAMPS_DIR)/setup:
@@ -30,7 +32,11 @@
$(STAMPS_DIR)/build: DIR = $(BUILD_DIR)/build
$(STAMPS_DIR)/build: $(STAMPS_DIR)/setup
dh_testdir
+ifneq (,$(findstring $(DEB_HOST_ARCH), hppa))
+ $(MAKE) -C $(DIR) WORKAROUND=-O1
+else
$(MAKE) -C $(DIR)
+endif
touch $@
clean:
More information about the Kernel-svn-changes
mailing list