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:
Dustin Kirkland 2009-04-16 13:41:39 -05:00
commit 348242fac9
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View file

@ -13,6 +13,9 @@ screen-profiles (1.45) unreleased; urgency=low
- bin/updates-available: background updates checking processes, - bin/updates-available: background updates checking processes,
let them write to cache, and let the next cache check pick up the let them write to cache, and let the next cache check pick up the
changes 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> ] [ Jon Bernard <bernardj@gmail.com> ]
* debian/control: fix typo in screen-profiles-extras description * 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> ] [ Steven Danna <ssd7@pitt.edu> ]
* bin/battery: hide percentage when battery is in charged state * 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 screen-profiles (1.44-0ubuntu1) jaunty; urgency=low

2
debian/control vendored
View file

@ -10,7 +10,7 @@ Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/screen-profiles/trunk
Package: screen-profiles Package: screen-profiles
Architecture: all 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 Recommends: update-notifier-common, lsb-release
Suggests: screen-profiles-extras Suggests: screen-profiles-extras
Enhances: screen Enhances: screen