byobu/debian/control
Dustin Kirkland dcebea76d2 gnome-terminal-server, LP: #1512498
* === added directory usr/share/byobu/desktop, === added directory
  usr/share/dbus-1, === added directory usr/share/dbus-1/services,
  configure.ac, debian/control, debian/postinst, debian/postrm,
  Makefile.am, usr/share/applications/byobu.desktop =>
  usr/share/byobu/desktop/byobu.desktop,
  usr/share/applications/Makefile.am =>
  usr/share/byobu/desktop/Makefile.am,
  usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus-
  1/services/Makefile.am, usr/share/dbus-
  1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418
  - huge work around the mess that is gnome-terminal-server
  - install two different desktop files to /usr/share/byobu/desktops/*
  - in postinst, symlink the correct one into /usr/share/applications
  - clean up that conditionally installed symlink in postinst
  - suggest gnome-terminal package, as our new desktop file hardcodes
    gnome-terminal (this kind of sucks)
  - in byobu.desktop, exec gnome-terminal with a --app-id hint, and
    drop the Terminal=true, as gnome-terminal will take care of that
  - install a dbus service, as new gnome-terminal expects to launch
    via dbus
  - fqdn namespace that service to us.kirkland.terminals.byobu
    + this is stupid, btw
2015-12-02 13:35:05 -06:00

60 lines
1.6 KiB
Text

Source: byobu
Section: misc
Priority: optional
Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8
Homepage: http://byobu.co
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
Package: byobu
Architecture: all
Depends:
${misc:Depends}, ${perl:Depends}, ${python:Depends},
debconf (>= 0.5) | debconf-2.0,
gettext-base,
python3|python,
python3-newt|python-newt,
tmux (>= 1.5) | screen,
gawk
Recommends:
screen,
tmux (>= 1.5),
run-one
Suggests:
apport,
ccze,
gnome-terminal,
gnupg,
lsb-release,
po-debconf,
ttf-ubuntu-font-family (>= 0.80-0ubuntu1~medium),
update-notifier-common,
vim,
w3m,
wireless-tools
Provides:
screen-profiles,
screen-profiles-extras,
byobu-extras
Replaces:
screen-profiles (<< 2.0),
screen-profiles-extras (<< 2.0),
byobu-extras (<< 2.17),
bikeshed (<< 1.55)
Breaks:
screen-profiles (<< 2.0),
screen-profiles-extras (<< 2.0),
byobu-extras (<< 2.17),
bikeshed (<< 1.47)
Enhances: screen
Description: text window manager, shell multiplexer, integrated DevOps environment
Byobu is Ubuntu's powerful text-based window manager, shell multiplexer, and
integrated DevOps environment.
.
Using Byobu, you can quickly create and move between different windows
over a single SSH connection or TTY terminal, split each of those windows into
multiple panes, monitor dozens of important statistics about your system,
detach and reattach to sessions later while your programs continue to run in
the background.