[Pkg-octave-commit] [octave-communications] 02/03: d/p/hdf5-ldflags.patch: drop patch, no longer needed.

Sébastien Villemot sebastien at debian.org
Mon Jul 20 08:29:33 UTC 2015


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

sebastien pushed a commit to branch master
in repository octave-communications.

commit cb6d3617a065fe8c5f0369b76ed56537961b2cc3
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jul 20 10:22:06 2015 +0200

    d/p/hdf5-ldflags.patch: drop patch, no longer needed.
---
 debian/patches/hdf5-ldflags.patch | 27 ---------------------------
 debian/patches/series             |  1 -
 2 files changed, 28 deletions(-)

diff --git a/debian/patches/hdf5-ldflags.patch b/debian/patches/hdf5-ldflags.patch
deleted file mode 100644
index c850a61..0000000
--- a/debian/patches/hdf5-ldflags.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: Inject LDFLAGS for HDF5
- Needed for the new HDF5 1.8.13 layout.
-Author: Sébastien Villemot <sebastien at debian.org>
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758733
-Forwarded: no
-Last-Update: 2014-08-21
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/src/Makefile
-+++ b/src/Makefile
-@@ -3,6 +3,7 @@ MKOCTFILE ?= mkoctfile
- ## Quote filename to prevent backslashes in Windows file names from
- ## disappearing.
- HDF5_LIBS := $(shell grep "\#define OCTAVE_CONF_HDF5_LIBS" '$(shell $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LIBS //;s/"//g')
-+HDF5_LDFLAGS := $(shell grep "\#define OCTAVE_CONF_HDF5_LDFLAGS" '$(shell $(MKOCTFILE) -p OCTINCLUDEDIR)/oct-conf.h' | sed 's/^.*LDFLAGS //;s/"//g')
- 
- GALOISTARGET = gf.oct
- GALOISSOURCES = galois.cc galois-def.cc galoisfield.cc gf.cc \
-@@ -23,7 +24,7 @@ DEFINES = -DGALOIS_DISP_PRIVATES
- all: $(GALOISTARGET) $(OTHERTARGETS)
- 
- $(GALOISTARGET): $(GALOISOBJECTS)
--	$(MKOCTFILE) -o $@ $^ $(HDF5_LIBS)
-+	$(MKOCTFILE) -o $@ $^ $(HDF5_LDFLAGS) $(HDF5_LIBS)
- 
- $(GALOISOBJECTS): $(GALOISHEADERS)
- 
diff --git a/debian/patches/series b/debian/patches/series
index 03d725e..da8f6d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 info-dir-section.patch
-hdf5-ldflags.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-communications.git



More information about the Pkg-octave-commit mailing list