r45022 - in /packages/openblas/trunk/debian: changelog patches/series rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Jun 13 08:43:08 UTC 2012


Author: sylvestre
Date: Wed Jun 13 08:43:07 2012
New Revision: 45022

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45022
Log:
Fix the FTBFS under KFreebsd. Thanks to Sébastien Villemot (Closes: #677165)

Modified:
    packages/openblas/trunk/debian/changelog
    packages/openblas/trunk/debian/patches/series
    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=45022&op=diff
==============================================================================
--- packages/openblas/trunk/debian/changelog (original)
+++ packages/openblas/trunk/debian/changelog Wed Jun 13 08:43:07 2012
@@ -1,3 +1,9 @@
+openblas (0.1.1-4) unstable; urgency=low
+
+  * Fix the FTBFS under KFreebsd. Thanks to Sébastien Villemot (Closes: #677165)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 13 Jun 2012 10:29:51 +0200
+
 openblas (0.1.1-3) unstable; urgency=low
 
   * Upload in unstable

Modified: packages/openblas/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/patches/series?rev=45022&op=diff
==============================================================================
--- packages/openblas/trunk/debian/patches/series (original)
+++ packages/openblas/trunk/debian/patches/series Wed Jun 13 08:43:07 2012
@@ -1,3 +1,4 @@
 sparc.diff
 kfreebsd.diff
 hurd.diff
+generic_profile.diff

Modified: packages/openblas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/openblas/trunk/debian/rules?rev=45022&op=diff
==============================================================================
--- packages/openblas/trunk/debian/rules (original)
+++ packages/openblas/trunk/debian/rules Wed Jun 13 08:43:07 2012
@@ -9,6 +9,7 @@
 ENABLE_DYNAMIC_ARCHS := amd64 i386 kfreebsd-amd64 kfreebsd-i386
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_DYNAMIC_ARCHS)))
 	DYNAMIC_ARCH_ARG="DYNAMIC_ARCH=1"
+	TARGET_GENERIC_ARG="TARGET=GENERIC"
 endif
 
 build: build-arch
@@ -18,7 +19,7 @@
 build-stamp:
 	if test "$(TARGET)" = ""; then 		\
 			echo "Support multiple architectures"; \
-			$(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG);		\
+			$(MAKE) $(COMMON_MAKE_OPTIONS) $(DYNAMIC_ARCH_ARG) $(TARGET_GENERIC_ARG);		\
 	fi
 
 	if test "$(TARGET)" = "custom"; then 		\




More information about the debian-science-commits mailing list