[cdo] 14/16: remove irrelevant pipe_nvals.patch
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 08:21:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository cdo.
commit b70a63f425cbbf2404ce7c3e88c618ebc3693e93
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon Oct 23 16:06:41 2017 +0100
remove irrelevant pipe_nvals.patch
---
debian/patches/pipe_nvals.patch | 22 ----------------------
debian/patches/series | 1 -
2 files changed, 23 deletions(-)
diff --git a/debian/patches/pipe_nvals.patch b/debian/patches/pipe_nvals.patch
deleted file mode 100644
index d3a2943..0000000
--- a/debian/patches/pipe_nvals.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: cdo-1.9.1+dfsg.1/src/pstream.cc
-===================================================================
---- cdo-1.9.1+dfsg.1.orig/src/pstream.cc
-+++ cdo-1.9.1+dfsg.1/src/pstream.cc
-@@ -933,7 +933,7 @@ pstreamCloseChildStream(pstream_t *pstre
- }
- pthread_mutex_unlock(pipe->m_mutex);
-
-- processAddNvals(pipe->nvals);
-+ processAddNvals((off_t) pipe->nvals);
- }
- void
- pstreamCloseParentStream(pstream_t *pstreamptr)
-@@ -999,7 +999,7 @@ void pstream_t::close(){
-
- if (mode == 'r')
- {
-- processAddNvals(streamNvals(m_fileID));
-+ processAddNvals( (off_t) streamNvals(m_fileID));
- }
-
- #if defined(HAVE_LIBPTHREAD)
diff --git a/debian/patches/series b/debian/patches/series
index 65c2737..9c63108 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-pipe_nvals.patch
fix_typos.patch
ignore.patch
deregister.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cdo.git
More information about the debian-science-commits
mailing list