Change logs for screen source package in Maverick

  • 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
  • screen (4.0.3-14ubuntu3) maverick; urgency=low
    
      * debian/screen-cleanup.upstart: start on filesystem, rather than
        local-filesystem, in case /var is remote
     -- Dustin Kirkland <email address hidden>   Thu, 17 Jun 2010 09:25:16 -0500
  • screen (4.0.3-14ubuntu2) maverick; urgency=low
    
      * debian/screen-cleanup.upstart, debian/init: convert screen to an
        upstart script to fix some bugs where /var/run is not mounted when
        screen-cleanup runs, LP: #574773
     -- Dustin Kirkland <email address hidden>   Mon, 14 Jun 2010 08:13:33 -0500
  • screen (4.0.3-14ubuntu1) lucid; urgency=low
    
      * Merge from debian testing, remaining changes:
        - debian/control:
          + maintainer updates, recommend byobu
        - debian/patches/33increase_max_winmsg_renditions.dpatch:
          + upped hardcode value from 80 to 256
        - debian/patches/56-source-file-not-found-warning.dpatch:
          + sourcing a file that's not found should fail more gracefully
        - debian/patches/58-show-encoding-hardstatus.dpatch:
          + show encoding in hardstatus
        - debian/patches/59-no-beep-on-write-acl.dpatch:
          + instead of beeping on all displays, report failure to attached display
        - debian/patches/60-byobu-pointer.dpatch:
          + helpful text pointing new screen users to byobu
     -- Dustin Kirkland <email address hidden>   Tue, 10 Nov 2009 11:55:17 -0600