diff --git a/debian/changelog b/debian/changelog index 3e0cf8a0..d9763483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 ] * debian/control: fix typo in screen-profiles-extras description @@ -20,7 +23,7 @@ screen-profiles (1.45) unreleased; urgency=low [ Steven Danna ] * bin/battery: hide percentage when battery is in charged state - -- Dustin Kirkland Thu, 16 Apr 2009 13:26:41 -0500 + -- Dustin Kirkland Thu, 16 Apr 2009 13:40:00 -0500 screen-profiles (1.44-0ubuntu1) jaunty; urgency=low diff --git a/debian/control b/debian/control index aeab4e50..ce81d7f3 100644 --- a/debian/control +++ b/debian/control @@ -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