diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-05 13:30:19 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-09-05 13:30:19 +0200 |
| commit | bfd407a6e42ad43f7ab839b1a603a214109e9eef (patch) | |
| tree | ce47e3a75f198870dac5d7302e4492097514483c | |
| parent | 0704ed7155433750011e128550a8fb55d94121c0 (diff) | |
| download | python-apt-bfd407a6e42ad43f7ab839b1a603a214109e9eef.tar.gz | |
* setup.py:
- added missing "+"
* changelog: updated
| -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', |
