[linbox] 02/02: Remove attempts to copy non-existing INSTALL file.

Tobias Hansen thansen at moszumanska.debian.org
Mon Oct 3 17:43:47 UTC 2016


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

thansen pushed a commit to branch master
in repository linbox.

commit f2e3aef05aefa8a5990bfa04de27b5d249693a49
Author: Tobias Hansen <thansen at debian.org>
Date:   Mon Oct 3 17:31:05 2016 +0000

    Remove attempts to copy non-existing INSTALL file.
---
 debian/patches/no-install-docs.patch | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/patches/no-install-docs.patch b/debian/patches/no-install-docs.patch
index 0f9aa73..5a38e51 100644
--- a/debian/patches/no-install-docs.patch
+++ b/debian/patches/no-install-docs.patch
@@ -16,7 +16,7 @@ Last-Update: 2016-07-29
  
 --- a/doc/mainpage.doxy
 +++ b/doc/mainpage.doxy
-@@ -141,8 +139,7 @@
+@@ -141,8 +141,7 @@
   * To install from a distribution, the usual <em> configure, make</em> sequence
   * applies.  See \subpage dist "configuring and installing" for more details.
   * To install a development version from the SVN repository see the \subpage  dev
@@ -26,7 +26,7 @@ Last-Update: 2016-07-29
   */
  
  /*!  \page arch Architecture of the library
-@@ -191,10 +188,6 @@
+@@ -191,10 +190,6 @@
   * \verbinclude "AUTHORS"
   */
  
@@ -37,3 +37,21 @@ Last-Update: 2016-07-29
  /*!  \page dist Configuring and Installing LinBox
   * \htmlinclude "doc/install-dist.html"
   */
+--- a/doc/Makefile.am
++++ b/doc/Makefile.am
+@@ -41,7 +41,6 @@
+ 	cp index-dev.html linbox-dev-html/index.html
+ 	cp install-dist.html linbox-html/
+ 	cp install-dev.html linbox-html/
+-	cp ../INSTALL linbox-html/
+ 	cp ../COPYING linbox-html/
+ 	cp ../AUTHORS linbox-html/
+ 	doxygen Doxyfile
+@@ -50,7 +49,6 @@
+ 	make docs
+ 	cp install-dist.html linbox-dev-html/
+ 	cp install-dev.html linbox-dev-html/
+-	cp ../INSTALL linbox-dev-html/
+ 	cp ../COPYING linbox-dev-html/
+ 	cp ../AUTHORS linbox-dev-html/
+ 	doxygen DoxyfileDev

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



More information about the debian-science-commits mailing list