Update hack that builds some stuff manually for new packaging. archive/raspbian/3.10.3-3+rpi1 raspbian/3.10.3-3+rpi1
authorPeter Michael Green <plugwash@raspbian.org>
Fri, 25 Aug 2017 01:21:05 +0000 (01:21 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 27 Aug 2017 11:54:41 +0000 (11:54 +0000)
debian/rules

index 7f4ba0e5e9e515a4504d9545bdea0bd4379f14fa..822b192952e567dae8143a59c85f2a78d7172303 100755 (executable)
@@ -199,20 +199,19 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
        make -C TexDoc atlas_contrib.pdf atlas_devel.pdf atlas_install.pdf cblasqref.pdf f77blasqref.pdf lapackqref.pdf
 endif
 
-       #build some stuff manually that is needed for libatlas-test and
-       #seems to not get built if the testsuite fails
-       cd build/atlas-base/interfaces/blas/C/testing && $(MAKE)
-       cd build/atlas-base/interfaces/blas/F77/testing && $(MAKE)
-               
-
 override_dh_auto_test:
        make -C build check || true
        if test -f build/lib/libptcblas.a; then make -C build ptcheck; fi
 
 override_dh_auto_install:
+       #build some stuff manually that doesn't seem to get built if the testsuite fails
+       cd build/interfaces/blas/C/testing && $(MAKE)
+       cd build/interfaces/blas/F77/testing && $(MAKE)
+
        make -C build install # The build system does not support setting DESTDIR at install time
        mv debian/tmp/usr/include/*.h debian/tmp/usr/include/atlas/
 
+
 # We want packages using libblas/liblapack to depend on any BLAS/LAPACK
 # alternative, and we want packages depending on ATLAS-specific libraries
 # (e.g. libatlas.so) to depend specifically on libatlas3-base.