[flann] 13/54: Add doc to all

Leopold Palomo-Avellaneda leo at alaxarxa.net
Fri Jul 15 10:42:40 UTC 2016


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

lepalom-guest pushed a commit to branch master
in repository flann.

commit acebb32a31c3710cdb297ea13a34cfba4d126e30
Author: Mathieu Malaterre <malat at debian.org>
Date:   Thu Apr 28 08:29:43 2011 +0000

    Add doc to all
---
 debian/patches/adddoctoall.patch | 19 +++++++++++++++++++
 debian/patches/series            |  1 +
 debian/rules                     |  7 -------
 3 files changed, 20 insertions(+), 7 deletions(-)

diff --git a/debian/patches/adddoctoall.patch b/debian/patches/adddoctoall.patch
new file mode 100644
index 0000000..72db873
--- /dev/null
+++ b/debian/patches/adddoctoall.patch
@@ -0,0 +1,19 @@
+Index: debian/patches/adddoctoall.patch
+===================================================================
+--- debian/patches/adddoctoall.patch  (revision 0)
++++ debian/patches/adddoctoall.patch  (revision 0)
+@@ -0,0 +1,13 @@
++Index: flann-1.6.8/doc/CMakeLists.txt
++===================================================================
++--- flann-1.6.8.orig/doc/CMakeLists.txt  2011-04-28 10:26:58.000000000 +0200
+++++ flann-1.6.8/doc/CMakeLists.txt 2011-04-28 10:28:10.000000000 +0200
++@@ -5,7 +5,7 @@
++ 
++     add_latex_document(manual.tex BIBFILES references.bib DEFAULT_PDF)
++ 
++-    add_custom_target(doc)
+++    add_custom_target(doc ALL)
++     add_dependencies(doc pdf)
++     
++     add_custom_command( TARGET doc
+
diff --git a/debian/patches/series b/debian/patches/series
index f3ba908..11634c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove_tests.patch
 remove_lib64.patch
+adddoctoall.patch
diff --git a/debian/rules b/debian/rules
index f0bdaad..3840493 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,13 +18,6 @@ override_dh_auto_test:
 override_dh_compress:
 	dh_compress --exclude=.pdf
 
-binary: binary-arch binary-indep ;
-binary-indep:
-	$(MAKE) doc
-
-binary-arch:
-	$(MAKE)
-
 VER_MAJOR = 1
 VER_MINOR = 6
 VER_PATCH = 8

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



More information about the debian-science-commits mailing list