diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index edae8101..76a8e64d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ update-manager (0.44.6) edgy; urgency=low * SoftwareProperties/SoftwareProperties.py: - fix inconsistency in the new software-sources dialog + * integrate DistUpgrade code into UpdateManager to make sure + that after e.g. a CDROM upgrade the rest of the system can still + be fully upgraded over the net -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 4 Sep 2006 22:49:43 +0200 @@ -71,7 +71,7 @@ setup(name='update-manager', glob.glob("DistUpgrade/*.glade") ), ('share/update-manager/', - glob.glob("DistUpgrade/*.cfg") + glob.glob("DistUpgrade/*.cfg")+ glob.glob("DistUpgrade/*.cfg") ), ('share/doc/update-manager', |
