[fflas-ffpack] 01/01: Do not fail upon copying INSTALL during doc build.

Tobias Hansen thansen at moszumanska.debian.org
Sat Jan 7 10:26:37 UTC 2017


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

thansen pushed a commit to branch _wip_fix_bigendian2
in repository fflas-ffpack.

commit e5213f295d9e6808ed2d25b9db02dbec89c5a121
Author: Tobias Hansen <thansen at debian.org>
Date:   Sat Jan 7 11:18:16 2017 +0100

    Do not fail upon copying INSTALL during doc build.
---
 debian/changelog                            |  4 +++-
 debian/patches/do-not-fail-cp-INSTALL.patch | 21 +++++++++++++++++++++
 debian/patches/series                       |  1 +
 3 files changed, 25 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0f2754..a160491 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ fflas-ffpack (2.2.2-3) unstable; urgency=medium
   * Team upload.
   * Add fix_ftbfs_bigendian.patch:
     Apply patch from upstream pull request #72 to fix FTBFS
-    on big endian architectures. (Closes: #840454) 
+    on big endian architectures. (Closes: #840454)
+  * Add patch do-not-fail-cp-INSTALL.patch:
+    This file may not exist leading to FTBFS.
 
  -- Tobias Hansen <thansen at debian.org>  Sat, 07 Jan 2017 10:52:32 +0100
 
diff --git a/debian/patches/do-not-fail-cp-INSTALL.patch b/debian/patches/do-not-fail-cp-INSTALL.patch
new file mode 100644
index 0000000..2276d8b
--- /dev/null
+++ b/debian/patches/do-not-fail-cp-INSTALL.patch
@@ -0,0 +1,21 @@
+Description: Do not fail when attempting to copy INSTALL during doc build
+ INSTALL does not exist when we build the package.
+Author: Tobias Hansen <thansen at debian.org>
+
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -38,14 +38,12 @@
+ 	sed -i 's/^\\version.*/\\version\ $(VERSION)/' mainpage.doxy
+ 	if test -d fflas-ffpack-html ; then echo exists; else mkdir fflas-ffpack-html ; fi
+ 	if test -d fflas-ffpack-dev-html ; then echo exists; else mkdir fflas-ffpack-dev-html ; fi
+-	cp ../INSTALL fflas-ffpack-html/
+ 	cp ../COPYING fflas-ffpack-html/
+ 	cp ../AUTHORS fflas-ffpack-html/
+ 	doxygen Doxyfile
+ 
+ docs_dev:
+ 	make docs
+-	cp ../INSTALL fflas-ffpack-dev-html/
+ 	cp ../COPYING fflas-ffpack-dev-html/
+ 	cp ../AUTHORS fflas-ffpack-dev-html/
+ 	doxygen DoxyfileDev
diff --git a/debian/patches/series b/debian/patches/series
index af6ab4f..df41864 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix-file-path-in-doc.patch
 pkg-config-bad-directive.patch
 skip-test-ftrsm.patch
 fix_ftbfs_bigendian.patch
+do-not-fail-cp-INSTALL.patch

-- 
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