[mlpack] 01/06: Imported Debian patch 1.0.8-1.1

Barak A. Pearlmutter barak+git at cs.nuim.ie
Sun Aug 17 08:21:49 UTC 2014


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

bap pushed a commit to branch master
in repository mlpack.

commit c25eb5d60937a49104afddc735d003c975764c2b
Author: Gilles Filippini <pini at debian.org>
Date:   Wed Aug 6 19:41:52 2014 +0200

    Imported Debian patch 1.0.8-1.1
---
 .gitignore                  | 1 -
 debian/.gitignore           | 9 ---------
 debian/changelog            | 7 +++++++
 debian/rules                | 4 ++++
 debian/source/local-options | 1 -
 5 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index f380585..0000000
--- a/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-/obj-*/
diff --git a/debian/.gitignore b/debian/.gitignore
deleted file mode 100644
index 123f406..0000000
--- a/debian/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-/*.debhelper
-/*.debhelper.log
-/*.substvars
-/files
-/libmlpack-dev/
-/libmlpack1/
-/mlpack-bin/
-/mlpack-doc/
-/tmp/
diff --git a/debian/changelog b/debian/changelog
index 657fb40..cf2330a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlpack (1.0.8-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout (closes: #756706).
+
+ -- Gilles Filippini <pini at debian.org>  Wed, 06 Aug 2014 19:41:52 +0200
+
 mlpack (1.0.8-1) unstable; urgency=medium
 
   * Initial release (closes: #660925, #743710)
diff --git a/debian/rules b/debian/rules
index 8deb450..9a6aec0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 # export DH_VERBOSE=1
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial
+endif
+
 %:
 	dh $@ --parallel
 
diff --git a/debian/source/local-options b/debian/source/local-options
deleted file mode 100644
index 7423a2d..0000000
--- a/debian/source/local-options
+++ /dev/null
@@ -1 +0,0 @@
-single-debian-patch

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



More information about the debian-science-commits mailing list