[SCM] OpenBLAS packaging for Debian branch, master, updated. debian/0.2.6-2-10-g126a126

Sébastien Villemot sebastien at debian.org
Fri Jul 26 16:53:03 UTC 2013


The following commit has been merged in the master branch:
commit 30689010b33e6b658fa7abc24f06beeb36611ebd
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Jul 26 18:05:38 2013 +0200

    test-custom-package.patch: new package, ensures that testsuite is run even when building a custom package. (Closes: #677866)

diff --git a/debian/changelog b/debian/changelog
index 857c838..200a4b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ openblas (0.2.7-1) UNRELEASED; urgency=low
     installed. (Closes: #685890)
   * Disable memory address range benchmarking (NO_WARMUP=1), for better
     startup performance. (Closes: #709224)
+  * test-custom-package.patch: new package, ensures that testsuite is run even
+    when building a custom package. (Closes: #677866)
 
  -- Sébastien Villemot <sebastien at debian.org>  Fri, 26 Jul 2013 17:23:55 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 2cb8f1e..d6431ab 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 libblas3-soname.patch
-
+test-custom-package.patch
diff --git a/debian/patches/test-custom-package.patch b/debian/patches/test-custom-package.patch
new file mode 100644
index 0000000..1c4b827
--- /dev/null
+++ b/debian/patches/test-custom-package.patch
@@ -0,0 +1,25 @@
+Description: Run testsuite even when compiling custom package
+Author: Sébastien Villemot <sebastien at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677866
+Forwarded: not-needed
+Last-Update: 2013-07-26
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/Makefile
++++ b/Makefile
+@@ -108,7 +108,6 @@
+ 
+ tests :
+ ifndef NOFORTRAN
+-ifndef TARGET
+ ifndef CROSS
+ 	touch $(LIBNAME)
+ ifndef NO_FBLAS
+@@ -122,7 +121,6 @@
+ endif
+ endif
+ endif
+-endif
+ 
+ libs :
+ ifeq ($(CORE), UNKOWN)

-- 
OpenBLAS packaging for Debian



More information about the debian-science-commits mailing list