diff -Nru update-manager-0.93.18/data/update-manager.schemas.in update-manager-0.93.18/data/update-manager.schemas.in --- update-manager-0.93.18/data/update-manager.schemas.in 2008-09-25 20:09:34.000000000 +0100 +++ update-manager-0.93.18/data/update-manager.schemas.in 2008-09-30 11:15:10.000000000 +0100 @@ -85,7 +85,7 @@ /apps/update-manager/show_versions update-manager bool - False + True Show version in update list diff -Nru /tmp/W6oKI6gNW1/update-manager-0.93.18/debian/changelog /tmp/AUbRY6V2ou/update-manager-0.93.18/debian/changelog --- update-manager-0.93.18/debian/changelog 2008-09-30 10:03:14.000000000 +0100 +++ update-manager-0.93.18/debian/changelog 2008-09-30 11:16:00.000000000 +0100 @@ -1,3 +1,10 @@ +update-manager (1:0.93.18-1~ppa2) hardy; urgency=low + + * Said update-manager-core would work with python-apt 0.7.4 + * Show versions by default + + -- David Fraser Tue, 30 Sep 2008 12:12:00 +0200 + update-manager (1:0.93.18-1~ppa1) hardy; urgency=low * Backported to hardy diff -Nru /tmp/W6oKI6gNW1/update-manager-0.93.18/debian/control /tmp/AUbRY6V2ou/update-manager-0.93.18/debian/control --- update-manager-0.93.18/debian/control 2008-09-30 08:44:46.000000000 +0100 +++ update-manager-0.93.18/debian/control 2008-09-30 11:12:24.000000000 +0100 @@ -12,7 +12,7 @@ Architecture: any Section: admin XB-Python-Version: ${python:Versions} -Depends: ${python:Depends}, ${misc:Depends}, python-apt (>= 0.7.5), lsb-release, python-gnupginterface +Depends: ${python:Depends}, ${misc:Depends}, python-apt (>= 0.7.4), lsb-release, python-gnupginterface Replaces: update-manager (<< 1:0.93.7) Conflicts: update-manager (<< 1:0.93.7) Description: manage release upgrades diff -Nru /tmp/W6oKI6gNW1/update-manager-0.93.18/debian/patches/20-show-versions-by-default.patch /tmp/AUbRY6V2ou/update-manager-0.93.18/debian/patches/20-show-versions-by-default.patch --- update-manager-0.93.18/debian/patches/20-show-versions-by-default.patch 1970-01-01 01:00:00.000000000 +0100 +++ update-manager-0.93.18/debian/patches/20-show-versions-by-default.patch 2008-09-30 11:15:52.000000000 +0100 @@ -0,0 +1,11 @@ +--- update-manager-0.93.18/data/update-manager.schemas.in 2008-09-25 21:09:34.000000000 +0200 ++++ update-manager-0.93.18/data/update-manager.schemas.in 2008-09-30 12:15:10.000000000 +0200 +@@ -85,7 +85,7 @@ + /apps/update-manager/show_versions + update-manager + bool +- False ++ True + + + Show version in update list