~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to debian/patches/12-fdout.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2011-08-17 21:50:29 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110817215029-0cfarscc630tfc5v
Tags: 5.45-1
* New upstream release.
* Removed unnecessary patches.
* Removed the expectk package because expectk was dropped from the upstream
  distribution. See NEWS.Debian for possible workarounds.
* Updated package to standards version 3.9.2 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Author: Ian Jackson <iwj@ubuntu.com>
2
2
Description: expBusy forgets to open fdout (Closes: #440818).
3
3
 
4
 
--- expect-5.44.1.15.orig/exp_command.c
5
 
+++ expect-5.44.1.15/exp_command.c
 
4
--- expect-5.45.orig/exp_command.c
 
5
+++ expect-5.45/exp_command.c
6
6
@@ -315,7 +315,15 @@
7
7
        fcntl(x,F_DUPFD,esPtr->fdin);
8
8
        close(x);