summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xsetup.py2
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
diff --git a/setup.py b/setup.py
index c1f40439..90928d8d 100755
--- a/setup.py
+++ b/setup.py
@@ -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',