[libfann] 92/133: Added patch to include fann_cpp.h in -dev package

Christian Kastner chrisk-guest at moszumanska.debian.org
Sat Oct 4 21:07:52 UTC 2014


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

chrisk-guest pushed a commit to branch master
in repository libfann.

commit ab4af25b4b3816fbe79309f5719e7b07cecf6173
Author: Christian Kastner <debian at kvr.at>
Date:   Fri Jun 10 02:55:30 2011 +0200

    Added patch to include fann_cpp.h in -dev package
---
 .../0006-Include-fann_cpp.h-in-dev-package.patch   | 33 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 34 insertions(+)

diff --git a/debian/patches/0006-Include-fann_cpp.h-in-dev-package.patch b/debian/patches/0006-Include-fann_cpp.h-in-dev-package.patch
new file mode 100644
index 0000000..f03984a
--- /dev/null
+++ b/debian/patches/0006-Include-fann_cpp.h-in-dev-package.patch
@@ -0,0 +1,33 @@
+From: Christian Kastner <debian at kvr.at>
+Date: Fri, 10 Jun 2011 02:47:46 +0200
+Subject: Include fann_cpp.h (C++ wrapper for fann) in package build
+
+Bug-Debian: http://bugs.debian.org/629827
+Last-Update: 2011-06-10
+Forwarded: no
+---
+ src/include/Makefile.am |    2 +-
+ src/include/Makefile.in |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/include/Makefile.am b/src/include/Makefile.am
+index 7562c72..89cc8a3 100644
+--- a/src/include/Makefile.am
++++ b/src/include/Makefile.am
+@@ -1 +1 @@
+-include_HEADERS = fann.h doublefann.h fann_internal.h floatfann.h fann_data.h fixedfann.h compat_time.h fann_activation.h fann_cascade.h fann_error.h fann_train.h fann_io.h
++include_HEADERS = fann.h doublefann.h fann_internal.h floatfann.h fann_data.h fixedfann.h compat_time.h fann_activation.h fann_cascade.h fann_error.h fann_train.h fann_io.h fann_cpp.h
+diff --git a/src/include/Makefile.in b/src/include/Makefile.in
+index b85653e..f444364 100644
+--- a/src/include/Makefile.in
++++ b/src/include/Makefile.in
+@@ -156,7 +156,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-include_HEADERS = fann.h doublefann.h fann_internal.h floatfann.h fann_data.h fixedfann.h compat_time.h fann_activation.h fann_cascade.h fann_error.h fann_train.h fann_io.h
++include_HEADERS = fann.h doublefann.h fann_internal.h floatfann.h fann_data.h fixedfann.h compat_time.h fann_activation.h fann_cascade.h fann_error.h fann_train.h fann_io.h fann_cpp.h
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-am
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 10c2cca..b68c131 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0003-Patch-upstreams-Makefile.am-reflecting-Debian.patch
 0004-Portable-handling-for-va_list.patch
 0005-Correct-a-typo-in-a-size-comparison.patch
+0006-Include-fann_cpp.h-in-dev-package.patch

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



More information about the debian-science-commits mailing list