r44919 - in /packages/openblas/trunk/debian: changelog rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed May 30 13:24:24 UTC 2012


Author: sylvestre
Date: Wed May 30 13:24:23 2012
New Revision: 44919

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44919
Log:
Fix FTBFS (Closes: #666277)

Modified:
    packages/openblas/trunk/debian/changelog
    packages/openblas/trunk/debian/rules

Modified: packages/openblas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/changelog?rev=44919&op=diff
==============================================================================
--- packages/openblas/trunk/debian/changelog (original)
+++ packages/openblas/trunk/debian/changelog Wed May 30 13:24:23 2012
@@ -1,3 +1,9 @@
+openblas (0.1.1-3~exp2) experimental; urgency=low
+
+  * Fix FTBFS (Closes: #666277)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 30 May 2012 14:52:40 +0200
+
 openblas (0.1.1-3~exp1) experimental; urgency=low
 
   * Replaces and Breaks updated against the right versions of other impacted

Modified: packages/openblas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/rules?rev=44919&op=diff
==============================================================================
--- packages/openblas/trunk/debian/rules (original)
+++ packages/openblas/trunk/debian/rules Wed May 30 13:24:23 2012
@@ -2,6 +2,8 @@
 # Copyright 2008-2010 Sylvestre Ledru <sylvestre at debian.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+
+DEB_DH_MAKESHLIBS_ARGS_libopenblas-base = -n
 
 COMMON_MAKE_OPTIONS = "NO_LAPACK=1"
 ENABLE_DYNAMIC_ARCHS := amd64 i386 kfreebsd-amd64 kfreebsd-i386
@@ -9,7 +11,9 @@
 	DYNAMIC_ARCH_ARG="DYNAMIC_ARCH=1"
 endif
 
-build: build-stamp
+build: build-arch
+
+build-arch: build-stamp
 
 build-stamp:
 	if test "$(TARGET)" = ""; then 		\




More information about the debian-science-commits mailing list