lp:ubuntu/maverick/screen

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/screen
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

18. By Loïc Minier

* 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.

17. By Dustin Kirkland 

debian/screen-cleanup.upstart: start on filesystem, rather than
local-filesystem, in case /var is remote

16. By Dustin Kirkland 

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

15. By Dustin Kirkland 

* 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

14. By Dustin Kirkland 

debian/patches/33increase_max_winmsg_renditions.dpatch: bump max
winmsg renditions from 80 to 256

13. By Dustin Kirkland 

debian/control: revert last change, drop byobu back down to a
recommends, LP: #391052

12. By Dustin Kirkland 

* debian/control: depend on byobu; this will replace the screen-profiles
  version with the dpkg-diversion of /usr/bin/screen, which is causing
  the permissions issue in LP: #390405
* debian/patches/60-byobu-pointer.dpatch: add a one-liner pointing to byobu,
  for upgrading users who previously just typed 'screen' to launch byobu
  (now that the diversion has been removed)

11. By أحمد المحمودي (Ahmed El-Mahmoudy)

* Merge with Debian, remaining changes: (LP: #388791)
  + Add show encoding feature, using "%e" in hardstatus to show current
    encoding. Ported from FreeBSD original by <email address hidden>.
    LP: #286810
  + debian/patches/56-source-file-not-found-warning.dpatch: When sourcing a
    file in a screenrc which is not found, fail more gracefully by not
    interrupting normal operation; instead, print a debug message. LP:
    #323756
  + debian/control: recommend byobu
  + Add 59-no-beep-on-write-acl.dpatch: do not beep on all displays when the
    write ACL triggers, instead report failure as done with regular screen
    command ACL failures.

10. By Dustin Kirkland 

debian/control: account for rename of screen-profiles to byobu;
recommend byobu

9. By Kees Cook

Add 59-no-beep-on-write-acl.dpatch: do not beep on all displays when
the write ACL triggers, instead report failure as done with regular
screen command ACL failures.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/screen
This branch contains Public information 
Everyone can see this information.

Subscribers