[med-svn] r9734 - trunk/packages/minc/trunk/debian
Steven Michael Robbins
smr at alioth.debian.org
Mon Feb 20 21:19:43 UTC 2012
Author: smr
Date: 2012-02-20 21:19:43 +0000 (Mon, 20 Feb 2012)
New Revision: 9734
Modified:
trunk/packages/minc/trunk/debian/changelog
trunk/packages/minc/trunk/debian/rules
Log:
Fix errors in rules, really disable tests for sparc.
Modified: trunk/packages/minc/trunk/debian/changelog
===================================================================
--- trunk/packages/minc/trunk/debian/changelog 2012-02-20 21:12:40 UTC (rev 9733)
+++ trunk/packages/minc/trunk/debian/changelog 2012-02-20 21:19:43 UTC (rev 9734)
@@ -4,6 +4,8 @@
* patches/read_file_names-refactor.patch: New. Refactored duplicated
PATH_MAX-using code into library. Need to run autoreconf because
Makefile.am changed.
+
+ * rules: Fix errors and really disable tests on sparc.
-- Steve M. Robbins <smr at debian.org> Mon, 20 Feb 2012 15:00:32 -0600
Modified: trunk/packages/minc/trunk/debian/rules
===================================================================
--- trunk/packages/minc/trunk/debian/rules 2012-02-20 21:12:40 UTC (rev 9733)
+++ trunk/packages/minc/trunk/debian/rules 2012-02-20 21:19:43 UTC (rev 9734)
@@ -4,15 +4,10 @@
dh $@ --parallel --with autotools_dev
-# This should fix #368263
-ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifeq ($(CPU),alpha)
- CFLAGS += -mieee
-endif
-
+ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
# Tests are buggy; disable test on sparc
-ifeq ($(CPU),sparc)
- DEB_BUILD_OPTIONS += " nocheck"
+ifeq ($(ARCH),sparc)
+ DEB_BUILD_OPTIONS += nocheck
endif
More information about the debian-med-commit
mailing list