summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-05 13:30:19 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-05 13:30:19 +0200
commitbfd407a6e42ad43f7ab839b1a603a214109e9eef (patch)
treece47e3a75f198870dac5d7302e4492097514483c
parent0704ed7155433750011e128550a8fb55d94121c0 (diff)
downloadpython-apt-bfd407a6e42ad43f7ab839b1a603a214109e9eef.tar.gz
* setup.py:
- added missing "+" * changelog: updated
-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',