[libgap-sage] 01/01: Imported Debian patch 4.8.6+3+20160327g69a66f0+dsx-2: import fix #844789
Jerome Benoit
calculus-guest at moszumanska.debian.org
Sun Dec 18 21:53:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository libgap-sage.
commit f5d7dfac1ca35fe007f27351b13fa15b4dcdad66
Author: Jerome Benoit <calculus at rezozer.net>
Date: Sun Dec 18 19:09:45 2016 +0000
Imported Debian patch 4.8.6+3+20160327g69a66f0+dsx-2: import fix #844789
---
debian/changelog | 9 +++++++++
debian/patches/gap-ds-upstream-fix-MY_CLOCK.patch | 2 +-
.../gap-ds-upstream-upstream-env-tmpdir.patch | 2 +-
.../gap-ds-upstream-upstream-fix-buffering.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
5 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9381133..94b16f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libgap-sage (4.8.6+3+20160327g69a66f0+dsx-2) unstable; urgency=medium
+
+ * Bug fix release (See: #844789) / Debianization:
+ - debian/patches/*:
+ - d/p/gap-ds-upstream-upstream-fix-buffering.patch, import (and adapt)
+ from GAP Debian material version 4r8p6-2 .
+
+ -- Jerome Benoit <calculus at rezozer.net> Sun, 18 Dec 2016 19:07:57 +0000
+
libgap-sage (4.8.6+3+20160327g69a66f0+dsx-1) unstable; urgency=medium
* New GAP upstream minor/patch release.
diff --git a/debian/patches/gap-ds-upstream-fix-MY_CLOCK.patch b/debian/patches/gap-ds-upstream-fix-MY_CLOCK.patch
index cc52432..86d0909 100644
--- a/debian/patches/gap-ds-upstream-fix-MY_CLOCK.patch
+++ b/debian/patches/gap-ds-upstream-fix-MY_CLOCK.patch
@@ -2,7 +2,7 @@ Description: TMPDIR honouring
Origin: vendor, Debian
Last-Update: 2016-06-11
Comment:
- Imported as-is by hand from GAP Debian material version 4r8p6 .
+ Imported as-is by hand from GAP Debian material version 4r8p6-1.
--- a/gapcore/gap4r8p6/src/sysfiles.c
+++ b/gapcore/gap4r8p6/src/sysfiles.c
diff --git a/debian/patches/gap-ds-upstream-upstream-env-tmpdir.patch b/debian/patches/gap-ds-upstream-upstream-env-tmpdir.patch
index a0f39a9..83ed6cd 100644
--- a/debian/patches/gap-ds-upstream-upstream-env-tmpdir.patch
+++ b/debian/patches/gap-ds-upstream-upstream-env-tmpdir.patch
@@ -3,7 +3,7 @@ Origin: vendor, Debian
Author: Jerome Benoit <calculus at rezozer.net>
Last-Update: 2013-12-30
Comment:
- Imported as-is by hand from GAP Debian material version 4r8p6 .
+ Imported as-is by hand from GAP Debian material version 4r8p6-1.
--- a/gapcore/gap4r8p6/src/sysfiles.c
+++ b/gapcore/gap4r8p6/src/sysfiles.c
diff --git a/debian/patches/gap-ds-upstream-upstream-fix-buffering.patch b/debian/patches/gap-ds-upstream-upstream-fix-buffering.patch
new file mode 100644
index 0000000..7e40194
--- /dev/null
+++ b/debian/patches/gap-ds-upstream-upstream-fix-buffering.patch
@@ -0,0 +1,20 @@
+Description: Fix buffering of first file.
+ Buffering of the first read file was disabled.
+Author: Christopher Jefferson
+Last-Update: 2016-12-14
+Comment:
+ Imported as-is by hand from GAP Debian material version 4r8p6-2.
+
+Index: gap-4r8p6/src/sysfiles.c
+===================================================================
+--- a/gapcore/gap4r8p6/src/sysfiles.c
++++ b/gapcore/gap4r8p6/src/sysfiles.c
+@@ -2332,7 +2332,7 @@ Int HasAvailableBytes( UInt fid )
+ syBuf[fid].fp == -1)
+ return -1;
+
+- if (syBuf[fid].bufno > 0)
++ if (syBuf[fid].bufno >= 0)
+ {
+ bufno = syBuf[fid].bufno;
+ if (syBuffers[bufno].bufstart < syBuffers[bufno].buflen)
diff --git a/debian/patches/series b/debian/patches/series
index 6cb8d47..9b2b9e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+gap-ds-upstream-upstream-fix-buffering.patch
gap-ds-upstream-fix-MY_CLOCK.patch
gap-ds-upstream-upstream-env-tmpdir.patch
upstream-source-lintian-spelling-error-silence.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgap-sage.git
More information about the debian-science-commits
mailing list