~kirkland/byobu/translations

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Dustin Kirkland
  • Date: 2009-06-26 16:52:27 UTC
  • Revision ID: kirkland@canonical.com-20090626165227-qoadqo2q8tqr56y3
  * debian/byobu-extras.install, debian/control, debian/install,
    debian/release.sh, debian/rules, generate, rpm/byobu.spec: eliminate
    the byobu-extras package; this was originally created because we
    used to force select-screen-profile on first run, and the number of
    profiles was overwhelming;  we're no longer doing this, and this
    separate package is more trouble than its worth


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Architecture: all
12
12
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
13
13
Recommends: update-notifier-common, lsb-release
14
 
Suggests: byobu-extras, vim
15
 
Provides: screen-profiles
16
 
Replaces: screen-profiles (<< 2.0)
17
 
Conflicts: screen-profiles (<< 2.0)
 
14
Suggests: vim
 
15
Provides: screen-profiles, screen-profiles-extras
 
16
Replaces: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
 
17
Conflicts: screen-profiles (<< 2.0), screen-profiles-extras (<< 2.0)
18
18
Enhances: screen
19
19
Description: a set of useful profiles and a profile-switcher for GNU screen
20
20
 byobu includes a set of profiles for the GNU screen window manager.
26
26
 their .screenrc to any of the available profiles.
27
27
 
28
28
Package: byobu-extras
 
29
Depends: ${misc:Depends}, byobu
29
30
Architecture: all
30
 
Depends: ${misc:Depends}, byobu
31
 
Provides: screen-profiles-extras
32
 
Replaces: screen-profiles-extras (<< 2.0)
33
 
Conflicts: screen-profiles-extras (<< 2.0)
34
 
Description: additional colored profiles for the byobu package
35
 
 The byobu contains a basic set of light and dark screen profiles.
36
 
 The byobu-extras package provides additional profiles of various
37
 
 different light and dark colors.
 
31
Description: package subsumed by byobu
 
32
 This package has been subsumed by 'byobu'.
38
33
 
39
34
Package: screen-profiles
40
35
Depends: ${misc:Depends}, byobu
43
38
 This package has been renamed to 'byobu'.
44
39
 
45
40
Package: screen-profiles-extras
46
 
Depends: ${misc:Depends}, byobu-extras
 
41
Depends: ${misc:Depends}, byobu
47
42
Architecture: all
48
 
Description: package renamed -> byobu-extras
49
 
 This package has been renamed to 'byobu-extras'.
 
43
Description: package renamed -> byobu
 
44
 This package has been renamed to 'byobu'.