[fflas-ffpack] 01/01: Install some more new files.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Jul 24 16:34:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository fflas-ffpack.

commit a3aff83a269642f35a03f733f780c3ded543c869
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Jul 24 12:31:37 2016 -0400

    Install some more new files.
    
    Fix upstream-tests script to use these files from the package, not the source
    tree.
    
    Document this in d/changelog.
---
 debian/changelog                   | 2 ++
 debian/fflas-ffpack-common.install | 1 +
 debian/fflas-ffpack.install        | 1 +
 debian/tests/upstream-tests        | 7 ++-----
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8d3c728..dfe293b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,10 @@ fflas-ffpack (2.2.1-1) unstable; urgency=medium
     - Remove files which no longer exist.
   * debian/fflas-ffpack.install
     - Install pkg-config file.
+    - Install config.h.
   * debian/fflas-ffpack-common.install
     - Remove fflas-ffpack-configuration.h; file no longer exists.
+    - Install fflas-ffpack/paladin directory.
   * debian/fflas-ffpack-{dev,user}-doc.lintian-overrides
     - Override embedded-javascript-library for jquery embedded by doxygen.
   * debian/patches/fix-file-path-in-doc.patch
diff --git a/debian/fflas-ffpack-common.install b/debian/fflas-ffpack-common.install
index c8314fa..40d013e 100644
--- a/debian/fflas-ffpack-common.install
+++ b/debian/fflas-ffpack-common.install
@@ -3,4 +3,5 @@ usr/include/fflas-ffpack/fflas
 usr/include/fflas-ffpack/fflas-ffpack.h
 usr/include/fflas-ffpack/ffpack
 usr/include/fflas-ffpack/field
+usr/include/fflas-ffpack/paladin
 usr/include/fflas-ffpack/utils
diff --git a/debian/fflas-ffpack.install b/debian/fflas-ffpack.install
index 6828c10..1c9c465 100644
--- a/debian/fflas-ffpack.install
+++ b/debian/fflas-ffpack.install
@@ -1,4 +1,5 @@
 usr/bin/
+usr/include/fflas-ffpack/config.h
 usr/include/fflas-ffpack/fflas-ffpack-config.h
 usr/include/fflas-ffpack/fflas-ffpack-optimise.h
 usr/lib/*/pkgconfig/fflas-ffpack.pc
diff --git a/debian/tests/upstream-tests b/debian/tests/upstream-tests
index adbca85..ef4ebd2 100755
--- a/debian/tests/upstream-tests
+++ b/debian/tests/upstream-tests
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 CPPFLAGS = $(shell pkg-config fflas-ffpack --cflags) -std=gnu++11 \
-	-I. -I/usr/include/fflas-ffpack/utils
+	-I/usr/include/fflas-ffpack/utils
 LIBS = $(shell pkg-config fflas-ffpack --libs)
 
 TESTS = test-lu             \
@@ -55,8 +55,5 @@ all: $(TESTS)
 	rm -f $(TESTS) fflas-fpack/config.h; \
 	exit $$FAIL
 
-fflas-ffpack/config.h:
-	touch $@
-
-$(TESTS): fflas-ffpack/config.h
+$(TESTS):
 	$(CXX) $(CPPFLAGS) $($@_SOURCES) $(LIBS) -o $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fflas-ffpack.git



More information about the debian-science-commits mailing list