mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
debian/control: add a versioned dependency on python-newt, as
screen-profiles appears to crash on gutsy systems (but is okay on hardy systems), LP: #346603 -Dustin Kirkland <kirkland@ubuntu.com>Thu, 16 Apr 2009 13:40:00 -0500
This commit is contained in:
parent
717ba96288
commit
348242fac9
2 changed files with 5 additions and 2 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -13,6 +13,9 @@ screen-profiles (1.45) unreleased; urgency=low
|
|||
- bin/updates-available: background updates checking processes,
|
||||
let them write to cache, and let the next cache check pick up the
|
||||
changes
|
||||
* debian/control: add a versioned dependency on python-newt, as
|
||||
screen-profiles appears to crash on gutsy systems (but is okay on
|
||||
hardy systems), LP: #346603
|
||||
|
||||
[ Jon Bernard <bernardj@gmail.com> ]
|
||||
* debian/control: fix typo in screen-profiles-extras description
|
||||
|
@ -20,7 +23,7 @@ screen-profiles (1.45) unreleased; urgency=low
|
|||
[ Steven Danna <ssd7@pitt.edu> ]
|
||||
* bin/battery: hide percentage when battery is in charged state
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Apr 2009 13:26:41 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 16 Apr 2009 13:40:00 -0500
|
||||
|
||||
screen-profiles (1.44-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -10,7 +10,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/screen-profiles/trunk
|
|||
|
||||
Package: screen-profiles
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt
|
||||
Depends: ${misc:Depends}, debconf (>= 0.5) | debconf-2.0, screen, gettext-base, python, python-newt (>= 0.52.2-11)
|
||||
Recommends: update-notifier-common, lsb-release
|
||||
Suggests: screen-profiles-extras
|
||||
Enhances: screen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue