From 23a2d248d3246ba70f883c1ffd41ac7b76b296b9 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 30 Aug 2006 16:15:45 +0200 Subject: * DistUpgrade/Changelog, README, ReleaseAnnouncement - updated to reflect reality * DistUpgrade/DistUpgradeControler.py: - set the permission for the apt.log file to 0644 * DistUpgrade/cdromupgrade: - updated and comments added * po/*: - make update-po --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7ea56440..553be74e 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,8 @@ setup(name='update-manager', packages=[ 'SoftwareProperties', 'UpdateManager', - 'UpdateManager.Common' + 'UpdateManager.Common', + 'DistUpgrade' ], scripts=[ 'software-properties', -- cgit v1.2.3