[coinor-cgl] 01/01: patch for missing header files

Miles Lubin mlubin-guest at alioth.debian.org
Thu Oct 24 05:02:55 UTC 2013


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

mlubin-guest pushed a commit to branch master
in repository coinor-cgl.

commit 88c048d125173e0b248563006cf1448574696c66
Author: Miles Lubin <miles.lubin at gmail.com>
Date:   Thu Oct 24 00:42:18 2013 -0400

    patch for missing header files
---
 debian/changelog                     |    1 +
 debian/patches/missing-headers.patch |   14 ++++++++++++++
 debian/patches/series                |    1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 32ff2fc..5d780ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ coinor-cgl (0.58.2-1) experimental; urgency=low
   * Bump to compat 9 (libraries now installed to multiarch dirs.).
   * Add patch to fix building with pkg-config.
   * Add patch to fix shared library dependencies.
+  * Add patch to install missing header file.
   * Bump standards version.
     - Updated copyright file to machine-readable format.
   * Update package descriptions.
diff --git a/debian/patches/missing-headers.patch b/debian/patches/missing-headers.patch
new file mode 100644
index 0000000..8a827b2
--- /dev/null
+++ b/debian/patches/missing-headers.patch
@@ -0,0 +1,14 @@
+Author: Miles Lubin <miles.lubin at gmail.com>
+Description: Install missing header file
+Bug: https://projects.coin-or.org/Cgl/ticket/39
+--- a/src/CglZeroHalf/Makefile.in
++++ b/src/CglZeroHalf/Makefile.in
+@@ -376,7 +376,7 @@
+ # Here list all the header files that are required by a user of the library,
+ # and that therefore should be installed in 'include/coin'
+ includecoindir = $(includedir)/coin
+-includecoin_HEADERS = CglZeroHalf.hpp
++includecoin_HEADERS = CglZeroHalf.hpp Cgl012cut.hpp
+ all: all-am
+ 
+ .SUFFIXES:
diff --git a/debian/patches/series b/debian/patches/series
index c3f3f3e..a0f6837 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+missing-headers.patch
 fix-addlibs-file.patch
 shlibdeps.patch

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



More information about the debian-science-commits mailing list