[Debian-astro-commits] [saods9] 01/01: Correct patch for IRAF communication. Closes: #805641

Ole Streicher olebole at moszumanska.debian.org
Fri Nov 20 15:42:17 UTC 2015


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

olebole pushed a commit to branch debian
in repository saods9.

commit ec0e7848f625d459dbaa9c8ea0cbc6b123bba06a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Nov 20 16:42:11 2015 +0100

    Correct patch for IRAF communication. Closes: #805641
---
 debian/changelog            |  6 ++++++
 debian/patches/tcliis.patch | 11 -----------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1d1eff8..d489cb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+saods9 (7.4~b9+repack-2) UNRELEASED; urgency=low
+
+  * Correct patch for IRAF communication. Closes: #805641
+
+ -- Ole Streicher <olebole at debian.org>  Fri, 20 Nov 2015 16:36:44 +0100
+
 saods9 (7.4~b9+repack-1) unstable; urgency=low
 
   * New upstream beta version
diff --git a/debian/patches/tcliis.patch b/debian/patches/tcliis.patch
index 20c5f22..7a8840b 100644
--- a/debian/patches/tcliis.patch
+++ b/debian/patches/tcliis.patch
@@ -12,14 +12,3 @@ Description: Avoid compilation errors and warnings in the IRAF/IIS "imtool"
      chan->xim = (XtPointer) xim;
      chan->type = IO_FIFO;
      chan->datain = datain;
---- a/tcliis1.0/xim.C
-+++ b/tcliis1.0/xim.C
-@@ -23,7 +23,7 @@
- 
- void iisIO(ClientData data, int mask)
- {
--  int fd = (long)data;
-+  int fd = *(long *)data;
- 
-   if (IISDebug)
-     cerr << "iisIO() " << fd << ' ' << mask << endl;

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



More information about the Debian-astro-commits mailing list