tags 642442 + pending
thanks

Dear maintainer,

I've prepared an NMU for yafc (versioned as 1.1.1.dfsg.1-4.2) and found a
sponsor to get it uploaded to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -u yafc-1.1.1.dfsg.1/debian/changelog yafc-1.1.1.dfsg.1/debian/changelog
--- yafc-1.1.1.dfsg.1/debian/changelog
+++ yafc-1.1.1.dfsg.1/debian/changelog
@@ -1,3 +1,11 @@
+yafc (1.1.1.dfsg.1-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/use-termios.patch: update to fix FTBFS on hurd. (Closes:
+    #642442) 
+
+ -- Sebastian Ramacher <s.ramac...@gmx.at>  Tue, 20 Dec 2011 15:50:32 +0100
+
 yafc (1.1.1.dfsg.1-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u yafc-1.1.1.dfsg.1/debian/patches/use-termios.patch 
yafc-1.1.1.dfsg.1/debian/patches/use-termios.patch
--- yafc-1.1.1.dfsg.1/debian/patches/use-termios.patch
+++ yafc-1.1.1.dfsg.1/debian/patches/use-termios.patch
@@ -7,9 +7,12 @@
  .
  The implementation in FreeBSD and GNU/kFreeBSD lacks
  IUCLC and OLCUC, as they are not POSIX specified.
+ .
+ Modifiactions: On Hurd the ioctl-calls also have
+ different names and have to be redefined too.
 Author: Mats Erik Andersson <deb...@gisladisker.se>
 Forwarded: no
-Last-Update: 2011-08-04
+Last-Update: 2011-12-20
 Bug-Debian: http://bugs.debian.org/601758
 
 --- yafc-1.1.1.dfsg.1/src/input.c.orig
@@ -21,7 +24,7 @@
 -# include <termio.h> 
 +# include <termios.h> 
 +
-+# if __FreeBSD_kernel__
++# if __FreeBSD_kernel__ || defined(__GNU__)
 +#  ifndef IUCLC
 +    /* Not implemented in FreeBSD 8.0!  */
 +#   define IUCLC 0



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to