Change logs for screen source package in Natty

  • screen (4.0.3-14ubuntu7) natty; urgency=low
    
      * debian/patches/62-fix-term-length.dpatch
        Fix "$TERM too long - sorry" error when length of $TERM is more than 20
        bytes. Upstream bug: http://savannah.gnu.org/bugs/?30880
     -- Daniel Hahler <email address hidden>   Sat, 09 Apr 2011 04:15:46 +0200
  • screen (4.0.3-14ubuntu6) natty; urgency=low
    
      * Suggest byobu, rather than Depend.  LP: #681831
     -- LaMont Jones <email address hidden>   Fri, 03 Dec 2010 04:32:13 -0700
  • screen (4.0.3-14ubuntu5) natty; urgency=low
    
      * debian/patches/61-silence_command_from_echo.dpatch:
        - print "command from..." when command is "echo" is unnecessary,
          annoying, LP: #671486
     -- Dustin Kirkland <email address hidden>   Fri, 05 Nov 2010 11:25:38 -0500
  • screen (4.0.3-14ubuntu4) maverick; urgency=low
    
      * Fix typo in upstart job: "filesystem" rather than "filesystems";
        LP: #595898.
      * Remove debian/=screen.debhelper.log.
      * Add "task" to the upstart job as it isn't a service; also use "script"
        rather than "pre-start script" for clarity.
      * Use find -delete rather than find -print0 | xargs rm to avoid starting two
        processes.
      * Rewrite "if test foo || ! test bar" into "if [ foo ] || [ ! bar ]" for
        clarity.
     -- Loic Minier <email address hidden>   Fri, 18 Jun 2010 14:12:51 +0200