Package: quilt
Version: 0.65-3
Severity: important

Executing `quilt annotate`, at somepoint, apparently requires ed to be
installed.

Steps to reproduce:

  # Create a test directory
  $ mkdir /tmp/quiltbug && cd /tmp/quiltbug

  # Create a short test file
  $ for file in /etc/cron.*; do echo $file >> short.txt; done

  # Create the first patch
  $ quilt new short.patch && quilt add short.txt
  $ sed -i '5d' short.txt && quilt refresh

  # Bug
  $ quilt annotate
  sh: 1: ed: not found
  patch: **** ed FAILED
  [...]


Regards,
Christian

Reply via email to